/* default (inactive field) */
.sf_inactive{
	border:2px #3d91a5 solid;
	background:#3d91a5;
	color:#b4d3db;
}
/* on focus (when field is clicked on)  */
.sf_active{
	border:2px #8BB544 solid;
	background:#fff;
	color:#333;
}
/* with text (when field is inactive but contains user's input)  */
.sf_text{
	border:2px #3c90a5 solid;
	background:#fff;
	color:#888;
}

p.safari {display:none;}

@media screen and (-webkit-min-device-pixel-ratio:0){

p.safari {display:inline; margin:-20px 0 0 34px; padding-bottom:0; color:#c80000;font-family:Georgia, "Times New Roman", Times, serif; font-weight:bold;font-size:1.2em;}
.dash-email {margin-top:-10px;}
} 