.formContainer {
	float: left;
	width: 96%;
	height: auto;
	padding: 25px 15px 25px 15px;
	background-color: #F2F2F2;
	border: 1px solid #CCCCCC;
	border-radius: 15px;
	-moz-border-radius: 15px;
}

label.requiredFieldLabel {
	float: left;
	text-align: right;
	width: 300px;

	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FF0000;
	padding-right: 10px;
	padding-top: 4px;
}

label.fieldLabel {
	float: left;
	text-align: right;
	width: 300px;

	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-right: 10px;
	padding-top: 4px;
}

div.order_detail_container {
	width: 370px;
	min-height: 300px;
	float: right;
	display: inline;
	margin: 0px 15px 0px 5px;
	padding: 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px 10px 10px 10px;
	border: 1px dotted #CCCCCC;
	position: relative;
}

label.admin_field_label {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
}

label.bold_field_label {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

input.form_field_300 {
	width: 300px;
	height: auto;
	padding: 1px 0px 1px 2px;
}

label.regular_label_required {
	font-weight: bold;
}


div.btn_admin_container {
	width: 370px;
	height: auto;
	padding: 15px;
	float: left;
	display: block;
	position: relative;
	margin: 0px 0px 30px 20px;
}

.small_textarea {
	width: 350px;
	height: 100px;
}

.large_textarea {
	width: 98%;
	height: 250px;
	padding: 5px;
}

input.formField {
	width: 200px;
	height: 20px;
	padding-left: 2px;
	padding-top: 2px;
}

input.large_form_field {
	width: 400px;
	height: 20px;
	padding: 2px 0px 0px 2px;
}

form#sponsor_reg_form h2 {
	margin: 0px 0px 3px 0px;
}

select.stateSelectField {
	width: 50px;
}

input.zipFormField {
	width: 50px !important;
	height: 20px;
	padding-left: 5px;
}

input.phoneFormField {
	width: 30px !important;
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
}

input.submitBtn {
	margin-left: 270px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #0B678E;
	cursor: hand;
	cursor: pointer;
}

input.submitBtn:hover {
	color: #821DC7;
}

.centeredBtnContainer {
	width: 100%;
	height: auto;
	text-align: center;
}

input.centeredSubmit {
	float: left;
	clear: both;
	margin: 25px 0px 0px 275px;
	cursor: hand;
	cursor: pointer;
}

input.centeredSubmit:hover {
	color: #999999;
}

.newsletterHeader {
	font-size: 16px;
	font-weight: bold;
	color: #350D51;
	margin: 0px;
	padding: 0px;
}

.newsletterCheckboxContainer {
	width: 100%;
	height: auto;
	margin: 7px 0px 0px 0px;

}

.newsletterSubscriber {
	float: left;
	margin: 1px 5px 0px 25px;
	padding: 0px;
}

label.newsletterSubscriber {
	float: left;
	padding: 0px;
	margin: 0px;
}


textarea.contactComments {
	width: 275px;
	height: 150px;
	overflow-y: hidden;
	overflow-x: hidden;
	resize: none;
	margin: 0px 0px 20px 0px;
}

.requiredTxt {
	width: 100%;
	text-align: left;
	color: #FF0000;
	font-weight: bold;
	float: left;
	clear: both;
	margin: 0px 0px 7px 15px;
}

p.error_msg {
	color: #FF0000;
}

b.thankYou {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	font-size: 16px;
	margin-left: 25px;
}

.thankYouMsg {
	float: right;
	width: 90%;
	height: auto;
	clear: both;
	margin: 15px 0px 10px 50px;
	text-align: left;
}

.signature {
	float: right;
	text-align: left;
	font-family: Arial Black;
	color: #350D51;
	font-style: italic;
	margin: 20px 150px 25px 0px;
}

p.formSubHeader {
	float: left;
	width: 90%;
	height: auto;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	color: #281F50;
}

textarea.standard_textarea {
	width: 450px;
	height: 150px;
}

input.centered_submit_btn {
	margin: 0px 0px 25px 250px;
}

textarea.paypal_textarea {
	width: 98%;
	height: 600px;
}

.helper_txt {
	float: left;
	width: 550px;
	margin: 5px 0px 0px 315px;

	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666666;

}

/*--------------------------------------------------------------*/
form.reg_form input[type=text]{
	display: block;
	width: 300px;
	margin: 0px 0px 10px 0px;
	padding-left: 3px;
}

.required_lbl {
	color: #FF0000;
}

.inline_field {
	display: inline !important;
	margin: 0px 0px 10px 0px;
}

.zip_field {
	width: 50px !important;
}
/*-------------------------------------------------------------------*/

input.hidden_txt {
	display: none;
}

/*-------------------------------------------------------------------*/
.form_error_container {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
}

.form_error_txt {
	width: 400px;
	color: #FF0000;
	font-weight: bold;
	margin: 0px 0px 15px 310px;
}
/*-------------------------------------------------------------------*/
.centered_b {
	width: 300px;
	height: auto;
	text-align: right;
	float: left;
	margin: 0px 0px 0px 100px;
}
/*-------------------------------------------------------------------*/
textarea.guest_book_comments {
	width: 224px;
	height: 200px;
}

input.guest_book_input {
	width: 224px;
	height: auto;
}