@charset "UTF-8";
/* CSS Document */

.form_column {
	width:100%;
	float:left;
}

.alignright {
	text-align: right;
}

.subscribe_panel {
	padding: 0 10px;
}

.error, .notice, .success {
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #DDDDDD;
}
.error, .val_error {
	background: #ffffcc;
	color: #cc0000;
	border-color: ffcc00;
}
.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}

.success {
	background: #ccffcc;
	color: #009999;
	border-color: #99cc99;
}

#messageBox {
	display: none;
}

#messageBox, #entry_response {
	font-size: 0.75em;
}

#entry_response h1 {
	color: #666666;
}

.column {
	width:220px;
	float:left;
	margin-right:10px;
}

.split_column {
	width:250px;
	float:left;
}



.required_indicator {
	color: #FF0000;
	line-height: 0px;
	/* font-variant: small-caps; */
	/* font-size: 0.75em; */
}

/*
#email_form fieldset {
	border:1px solid #ECECEC;
	padding:5px;
	margin-right:10px;
	margin-bottom:10px;
}

#email_form legend {
	font-size:.75em;
	font-weight:bold;
	padding:5px;
}
*/

#email_form input[type=text], #email_form textarea {
	border:1px solid #999999;
	padding:2px;
	width:99%;
	font-family: Arial, sans-serif;
	font-size:13px;
	color:#333333;
}

#email_form textarea {
	max-width: 525px;
}

#email_form select {
	border:1px solid #999999;
}

#email_form label {
	font-size:12px;
	color:#777777;
}

#email_form p {
	margin:10px 0;
}

#email_form #referral_other_panel,#email_form #prod_int_other_panel {
	display:none;
}

.clear, clearfix {
	clear:both;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#email_form input[type=submit] {
	color:#FFFFFF;
	background-color:#006699;
	padding:5px 20px;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}

#email_form input[type=submit]:hover,#email_form input[type=submit]:active,#email_form input[type=submit]:focus {
	background-color:#0099cc;
}