/* Start of CMSMS style sheet 'style-form' */
/************************ CURRENT FORM STYLES *****************************/

input
{
	border: none;
	text-align:center;
	font-family:"helvetica neue", helvetica, arial, sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
	color:#232323;
	font-size:14px;
	text-align:center;
	background-color:transparent;
}
.input_email_widget {
	background: url(/images/backgrounds/bg-input-email.png) center no-repeat transparent;
	border:none;
	font-family:"helvetica neue", helvetica, arial, sans-serif;
	width:185px;
	height:32px;
	display:block;
	text-align:center;
}
.input_field {
	background: url(/images/backgrounds/bg-input.png) center no-repeat transparent;
	border:none;
	font-family:"helvetica neue", helvetica, arial, sans-serif;
	width:320px;
	height:43px;
	display:block;
	text-align:center;
	margin-top: 6px;
	margin-bottom: 18px;
}
.input_submit {
	background-color:transparent;
	border:none;
}
p.widget {
	color: #fff;
	text-align: center;
	font-size:8pt;
	margin: 0;
}
p.widget a {
	color: #fff;
	font-weight:normal;
	text-decoration:none;
}
p.widget a:hover {
	text-decoration:none;
	border-bottom: 1px dotted;
}
.privacy {
	text-align: center;
	font-size: 11px;
}
.label {
	text-align:center;
	margin-top: 20px;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:14px;
}
/* End of 'style-form' */

