/* @override 
	http://test.angusjournal.com/_netajsite/tim/bbe/CSS/validation.css */

input#email.required.email.error{
	background-color: #ffc7c0;
	margin-bottom: 4px;
}

.signupForm label.error{
	display: block;
	width: 200px;
	background: url('../_CSS_old/cancel.png') no-repeat 8px #ffc7c0;
	padding-left: 18px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-top: 2px;
	margin: auto;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	}
	
.signupForm{
	display: block;
	width: 550px;
	margin: 10px auto;
	text-align: center;
	padding: 8px;
	background-color: #e6e6e6;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-shadow: 0 1px 0 #ffffff;
	border: 1px solid #cacaca;
}

.signupForm input#email{
	width: 322px;
	margin: auto;
	border: 1px solid #acacac;
	font-size: 1em;
	padding: 3px;
	
}

#signMeUpSide{
	text-align: center;
}

#signMeUpSide input#email{
	width: 92%;
	margin: auto;
	border: 1px solid #acacac;
	font-size: 1em;
	padding: 3px;
}

.signup_box{
	display: block;
	width: 93%;
	background-color: #cbcbcb;
	border: 1px solid #9a0000;
	text-shadow: 0 1px 0 #e6e6e6;
}

.signup_box label.error{
	background-color: #fcc6c0;
	display: block;
	text-align: center;

}

.signup_box h3 a{
	color: #990000;
	line-height: 1.4em;
}

.signup_box h1{
	font-size: 1.2em;
	line-height: 1.1em;
	color: #9b0000;
} 

.signup_box h2{
	font-size: .8em;
	line-height: 1em;
}

.signup_box h3{
	font-size: .7em;
	line-height: 1em;
} 


.btn {
	display: inline-block;
	*display: inline;
	padding: 4px 14px;
	margin-bottom: 5px;
	*margin-left: .3em;
	font-size: 14px;
	line-height: 20px;
	* 
  text-align: center;
	text-shadow: 0 1px 0 #ffffff!important;
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	*background-color: #e6e6e6;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #bbbbbb;
	*border: 0;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-color: #cccccc #cccccc #b3b3b3;
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 4px rgb(86, 86, 86);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 4px rgb(86, 86, 86);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 4px rgb(86, 86, 86);
	text-decoration: none;
	color: #333333!important;
}

.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled]:hover {
	color: #333333;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
}

.btn:active,
.btn.active {
	background-color: #cccccc \9;
}

.btn:first-child {
	*margin-left: 0;
}

.btn:hover {
	color: #333333;
	text-decoration: none;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
	/* Buttons in IE7 don't get borders, so darken on hover */
  background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}

.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
