#formBox {
	width:350px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #eee;
	font-family: "Tisa OT", ff-tisa-web-pro, Georgia, serif;
}
.formHeader {
	background-color: #45296c;
	-moz-border-radius: 5px 5px 0 0 ;
	 border-radius: 5px 5px 0 0 ;
	 color: #fff;
	 text-align: center;
	 padding: 20px 0;
}
	.formHeader h2 {
		font: 500 1.6em/1em "Brandon Grotesque", brandon-grotesque, "Trebuchet MS", sans-serif;
		text-transform: uppercase;
		margin: 0 !important;
		padding: 0;	
	}
	.formHeader p {
		margin: 0;
		padding: 0;	
	}

.formContainer {
	padding: 20px;
}

.formFooter {
	background-color: #45296c;
	-moz-border-radius: 0 0 5px 5px;
	 border-radius:0 0 5px 5px;
	 color: #fff;
	 text-align: center;
	 padding: 20px 0;
}
.formFooter a{
	color: #fff;
}

#form {
	margin: 0;
}
#form label {
	display: none;
}

#form input,
#form select {
	-moz-border-radius: 6px;
	border-radius: 6px;
	border:1px solid #eee;
	color: #000;
	font: 1em "Tisa OT", ff-tisa-web-pro, Georgia, serif;
	font-weight: normal;
	padding: 8px;
	background-color: #fff;
/*	height: 46px;*/
	height: 28px;
	margin: 0;
}

input::-webkit-input-placeholder { color: #999; font-weight: bold; }
input::-moz-placeholder { color: #999; font-weight: bold; } /* firefox 19+ */
input:-ms-input-placeholder { color: #999; font-weight: bold; } /* ie */
input:-moz-placeholder { color: #999; font-weight: bold; }

#form input:focus {outline:none; border-color: #999; }


em.note {
	display: block; 
	font: .75em Roboto, Arial, sans-serif;
	padding: 0 10px;
}
em.required {
	margin:0 0 0 350px;
	padding: 0;
	display: none;
}
em.terms {
	text-align: center;
}
abbr {
	color: #c00;
	font-size: 14px;
}

#form .row {
	padding: 0;
	margin: 0 0 10px 0;
}


#form .emailRow input,
#form .passwordRow input,
#form .captchaRow input {
	width: 292px;
}

#form .captchaRow {
	clear: both;
	position: relative;
}
#form .captcha_image {
	background: url('http://www.verticalresponse.com/sites/www.verticalresponse.com/files/pointcaptcha.png') left center no-repeat;
	background-color: #999;
	-moz-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
	text-align: right;
	width: 140px;
	margin-top: 1px;
	position: absolute;
	right: 1px;
	height: 44px;
	transition:width .5s;
	-webkit-transition:width .5s; /* Safari */
}
#form .captcha_image img#vrCaptchaImage {
	-moz-border-radius:6px;
	border-radius:6px;
	float: right;
	margin: 4px;
}

.look {
	width:160px !important;
	background-color: #8430a6 !important;
	-moz-border-radius: 0 3px 3px 0 !important;
	border-radius: 0 3px 3px 0 !important;
}


.loading {
	text-align: center;
	margin: 10px auto 0;
	font: .75em Roboto, Arial, sans-serif;
	width: 160px;
	color: #000;
	-webkit-transition: all 0.5s  !important;
	   -moz-transition: all 0.5s  !important;
	   -o-transition: all 0.5s  !important;
	   transition: all 0.5s !important;
}

#form .submitbutton {
	width: 100%;
	height: 48px;
	font: bold 1.4em/1.5em "Brandon Grotesque", "brandon-grotesque", Helvetica, sans-serif;
	text-transform: capitalize;
	color: white;
	text-align: center;
	padding: .3em 1.5em;
	border: none;	
	-webkit-border-radius: 6px;
		border-radius: 6px;
	-webkit-box-shadow:  0px 1px 1px 0px #666666;
		box-shadow:  0px 1px 1px 0px #666666;	
	background: #ff9305;
	background: -moz-linear-gradient(top,  #ff9305 0%, #ff6b0f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9305), color-stop(100%,#ff6b0f));
	background: -webkit-linear-gradient(top,  #ff9305 0%,#ff6b0f 100%);
	background: -o-linear-gradient(top,  #ff9305 0%,#ff6b0f 100%);
	background: -ms-linear-gradient(top,  #ff9305 0%,#ff6b0f 100%);
	background: linear-gradient(to bottom,  #ff9305 0%,#ff6b0f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9305', endColorstr='#ff6b0f',GradientType=0 );
	}
#form .submitbutton:hover,
#form .submitbutton:focus {
	background: #ffa837;
	background: -moz-linear-gradient(top,  #ffa837 0%, #ff893f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa837), color-stop(100%,#ff893f));
	background: -webkit-linear-gradient(top,  #ffa837 0%,#ff893f 100%);
	background: -o-linear-gradient(top,  #ffa837 0%,#ff893f 100%);
	background: -ms-linear-gradient(top,  #ffa837 0%,#ff893f 100%);
	background: linear-gradient(to bottom,  #ffa837 0%,#ff893f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa837', endColorstr='#ff893f',GradientType=0 );
	}
#form .submitbutton:active {
	-webkit-box-shadow:inset  0px 1px 1px 0px #666666;
	        box-shadow:inset  0px 1px 1px 0px #666666;
	background: #ea8500;
	background: -moz-linear-gradient(top,  #ea8500 0%, #f45e00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea8500), color-stop(100%,#f45e00));
	background: -webkit-linear-gradient(top,  #ea8500 0%,#f45e00 100%);
	background: -o-linear-gradient(top,  #ea8500 0%,#f45e00 100%);
	background: -ms-linear-gradient(top,  #ea8500 0%,#f45e00 100%);
	background: linear-gradient(to bottom,  #ea8500 0%,#f45e00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea8500', endColorstr='#f45e00',GradientType=0 );
	}





/* Mail Check Styles */
#mailcheck {
padding: 2px 10px;
font: .8em Roboto, Arial, sans-serif;
color: #cc0000;
text-align: left;

}
#mailcheck a{
	color: blue;
	cursor: pointer;
	border-bottom: 1px solid blue;
}
#mailcheck a:hover{
	text-decoration:none;
}

#mailcheck a span.domain{
	font-weight: bold;
}

/* Validation Error Styles */
#form label.error {
	font: .8em Roboto, Arial, sans-serif;
	font-weight: normal;
    color: #cc0000;
    display: block;
    padding: 5px 10px 0;
    text-align: left;
}

#form label[for="password"].error {
   display: none !important;
}

#form input.error { border-color:#cc0000; }

#form div.pw label.error {display: none !important;}

#form .hide {display: none;}

/* Pasword Meter Styles */
#password.error {color: #000000;
}
.password-meter-bg {
	margin: 5px 0;
}
.password-meter-bar {
	width: 20px;
	height: 17px;
	float: left;
	padding-left: 15px;
	margin: 2px 0;
}
.password-meter-message {
	font: .8em Roboto, Arial, sans-serif;
	text-align: left;
}

.password-meter-message-too-short, 
.password-meter-message-very-weak, 
.password-meter-message-weak {color: #cc0000 ; }
.password-meter-message-good {color: #000; }
.password-meter-message-strong {color: green; font-weight: bold;
}

.password-meter-bg .password-meter-too-short {
	background: url(http://www.verticalresponse.com/images/icons/error.png) center center no-repeat transparent;
	}
.password-meter-bg .password-meter-very-weak {
	background: url(http://www.verticalresponse.com/images/icons/cross.png) center center no-repeat transparent;
	}  
.password-meter-bg .password-meter-weak {
	background: url(http://www.verticalresponse.com/images/icons/cross.png) center center no-repeat transparent;
	}
.password-meter-bg .password-meter-good {
	background: url(http://www.verticalresponse.com/images/icons/asterisk_yellow.png) center center no-repeat transparent;
	}
.password-meter-bg .password-meter-strong {
	background: url(http://www.verticalresponse.com/images/icons/tick.png) center center no-repeat transparent;
	}
