/* @override 
	http://localhost/instaproofs/marketing/css/signup.css
*/

#body{
	margin: 40px 0;
}

p{
	font-size: 14px;
	margin-bottom: 11px;
}

h1{
	font-size: 32px;
	font-weight: normal;
	font-style: normal;
	line-height: 32px;
}

#signup h2{
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
}
#content_area{
	width: 100%;
	margin-top: 20px;
	margin-left: 0;
	height: auto;
}

#signup label{
	font-weight: bold;
	display: block;
	font-size: 14px;
	margin-top: 5px;
}

#signup .text{
	font-size: 12pt;
	margin: 3px 0 8px;
}

#signup select{
	margin: 3px 0 8px;
}
#signup .text{
	width: 178px;
}
fieldset{
	float: left;
	xmargin-right: 20px;
	width: 200px;
	padding: 20px;
	height: 350px;
	opacity: .5;
	overflow: hidden;
}

fieldset.focused{
	background-color: #1a1a1a;
	opacity: 1;
}
fieldset.on{
	background-color: #1a1a1a;
}
#signup #store_name_check{
	margin-top: 0;
	padding: 0;
	font-size: 10px;
	overflow:hidden;
	width:18em;
}
fieldset#address_info{
	width: 400px;
	margin-right: 0;
	overflow: hidden;
}

fieldset#address_info .fieldSubSet{
	float: left;
	width:  45%;
	margin-right: 10px;
	overflow: hidden;
}

fieldset#address_info .fieldSubSet select{
	width: 80%;
}
#subdomain_preview{
	font-weight: bold;
}

fieldset .note
{
	font-size: 11px;
}

#create_submit{
	margin-top: 19px;
}


#signup .button_box .cancel{
	padding-left: 10px;
	bottom:12px;
	position:relative;
}
input:focus,
html body #signup input.focus{
	background-color: #f6ff97 !important;
}

#signup label.error{
	color: #ff3c21;
	font-weight: normal;
	font-style: normal;
	margin-top: -5px;
	line-height: 1;
	font-size: 12px;
}

#signup input.error{
	background-color: #ffc2c3;
}

div.error{
	background-color: #3c0000;
	padding: 10px;
	margin-bottom: 1em;
	color: #fff0a3;
}

div.error p{
	line-height: 1;
	margin-bottom: 0;
}
