/* General Formatting */
.red {
	margin-left: 2px;
	color: red;
	background-color: inherit;
}

form {
	width: 700px;
	margin: 0 auto;
	padding: 8px;
	color: inherit;
	background-color: #F8F0F0;
	border: 3px #D0A4A8 solid;
	text-align: left;
}
#formimages {
	width:700px;
	text-align: center;
	text-decoration: none;
}

#formimages a{
	text-decoration: none;
}

#formimages a:hover{
	text-decoration: none;
}

form h2 {
	text-align: center;
	color: #34269B;
	background-color: inherit;
	font-family: serif;
}

#superclubs {
	margin: 5px auto;
	border: 1px #D0A4A8 solid;
	text-align: center;
}

div label,div input,div select {
	display: block;
	float: left;
	margin-bottom: 8px;
}

div label {
	width: 100px;
	padding-right: 5px;
	margin-top: 3px;
	text-align: left;
}

form br { clear: left; }

label.reverse {
	width: auto;
	padding-left: 5px;
}

input.reverse {
	width: auto;
	margin-left: 85px;
}

/* Wedding Information */
#contact_info_wrapper {
	display:block;
	float:left;
	width:370px;
	border-right:2px solid #CCCCCC;
}
#wedding_both_wrapper {
	padding: 15px 0;
	margin: 10px 0;
	/*border-top: 3px #D0A4A8 solid;
	border-bottom: 3px #D0A4A8 solid;*/
	display:block;
	height: 450px;
	min-width:705px;
}

.long_text {
    width: 202px;
}

.short_text, #state {
    width: 142px;
}

input#zip {
    width: 86px;
}

#wedding_info_wrapper {
	margin: 10px 0;
	width: 320px;
	display: block;
	float: right;
	padding-left: 10px;
}

div#wedding_info_wrapper h4 {
	margin-top: 0;
}

#wedding_info_wrapper p {
	margin: 0;
	padding: 0 0 8px 0;
	text-align: center;
	font-weight: bold;
}

#wedding_info_wrapper label{
	width: 150px;
}

#wedding_info_wrapper #date_format {
	padding-left: 8px;
	vertical-align: bottom;
	font-size: 70%;
	line-height: 10px;
}

/* Form Bottom */
#button_wrapper { 
	text-align: center;
	width:80px;
}
#req {
	text-align: center;
	font-size: 90%;
}

form #rules {
	text-align: center;
	font-size: 90%;
}

form #bottom_banner {
	text-align: center;
}
