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

/* Erick's addition starts here - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.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: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}
.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}

.success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}

#messageBox {
	display: none;
}

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

#entry_response h1 {
	color: #666666;
}

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

.column_2 {
	width:350px;
	float:left;
}

.column_3 {
	width:180px;
	float:left;
}

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

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

#subscribe_form legend {
	font-size:.75em;
	font-weight:bold;
	border:1px solid #ECECEC;
	padding:5px;
}
*/

#subscribe_form input[type=text], #subscribe_form textarea {
	
	border:1px solid #999999;
	padding:5px;
	width:90%;
}
#subscribe_form textarea {
	font-family: Arial, sans-serif;
	font-size: 0.75em;
}

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

#subscribe_form label {
	font-size:.7em;
	color:#777777;
}

#subscribe_form p {
	margin:3px 0;
}

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

.clear, clearfix {
	clear:both;
}

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

#subscribe_form input[type=submit] {
	color:#FFFFFF;
	background-color:#8CC63F;
	padding:5px 10px;
	border-top:1px solid #ECECEC;
	border-right:1px solid #BCBCBC;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #999999;
}

#subscribe_form input[type=submit]:hover,#subscribe_form input[type=submit]:active,#subscribe_form input[type=submit]:focus {
	background-color:#6F9F37;
}

/* Erick's addition end here - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */