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

div.form-element fieldset, div.form-element legend {
	border:0px;
	margin:0px;
	padding:0px;
}
#wrapper p.a{
	color:#039;
	font-size:2em;
	font-weight:bold;
	margin: 1.2em 0 1.2em;
	width:335px;
	white-space:nowrap;
	padding: 0px;
	border: 0px;
}
#wrapper{}
#form_container{
	background:#F4F4F4;
	border: 1px solid #C1C1C1;	
	height:520px;
	width:335px;
	font:81.25%/1 arial,helvetica,sans-serif;
	font-family:Arial, Helvetica, sans-serif;
} 
form.signup-form{
	display:block;
}
label input[type="text"]{
	border: 1px solid #D9D9D9;
	border-top: 1px solid silver;
	display:inline-block;
	height:29px;
	margin: 0px;
	padding: 0 8px;
	font-size:12px;
}
#title{
	display:inline-block;
	height:29px;
	width: 332px;
	margin: 0px;
	padding: 0 8px;
}
div.form-element input {
	width: 315px;
}

div.location input{
	margin: 0 0 .8em;
}
div.location label.state input {
	width: 39px;
}
div.location label.zipcode input{
	width: 78px;
}
label.firstName input, label.lastName input, div.location label.city input {
	width:144px;
}
label.firstName input, div.location label.city input, div.location label.state input {
	margin-right:5px;
}
div.signup-box{
	background:whiteSmoke;
	border: 1px solid #C1C1C1;	
	height:520px;
	margin:0px;
	padding:25px;
	width:335px;
	margin-bottom: 30px;
}
div.submit-btn input[type="submit"] {
	clear: both;
	float:right;
	width: 74px;
	height: 31px;
	background-color:#447DC0;
	border: 1px solid #A09F9F;
	color:#fff;
	font-size: 14px;
	font-weight:bold;
	cursor:pointer;
	box-shadow: 1px 1px 5px #A09F9F;
	-moz-box-shadow: 1px 1px 5px #A09F9F;
	-webkit-box-shadow: 1px 1px 5px #A09F9F;
}
div.submit-btn input[type="submit"]:hover {
	background-color:#3A6A9B;
}
div.submit-btn{
	height: 25px;
	width:100%;
	clear:both;
}
span.placeholder-text{
	position:absolute;
	top:8px;
	color:#999;
	left:10px;
	display: none;
}
legend strong{
	margin: 0 0 .5em;
	display:inline-block;
	width:100%;
	font-size: 13px;
}
label strong {
	display:none;
}
div.form-element{
	margin: 0 0 1.5em;
	position:relative;
}
span.otherTitle {
	margin-top:5px;
}
.hidden{
	display:none;
}