form {margin-top:0px;margin-bottom:0px;}

/*required fields */
.required {color:#0156F3;}

/*general form element formatting */
select,input,checkbox,radio,textarea {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:10px;
	color:#4C4C4C;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

/*bold submit button */
.boldbutton {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:10px;
	color:#4C4C4C;
	font-weight: bold;
}