html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
div#fancy_div{
	background-color: #fff;
}
#form_title{
	/*text-align: center;*/
	font-size: 16px;
	font-family: Verdana;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}
#e_material_form_container{
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
	font-family: Verdana;
}
.blue{
	color: #2596BF;
}
#e_material_left_col{
	float: left;
	width: 300px;
	padding-top: 40px;
	padding-left: 35px;
}
#e_material_right_col{
	float: left;
	width: 270px;
	padding-left: 40px;
}
#commitment_statement{
	font-size: 12px;
	color: #444;
	line-height: 1.9em;
	padding-top: 10px;
}
#e_material_right_col input{
	width: 250px;
	margin-top: 6px;
	height: 16px;
	font-size: 0.7em;
}
#e_material_right_col label{
	font-size: 11px;
	font-weight: bold;
	color: #2596BF;
	float: left;
	width: 40%;
}
#e_material_right_col .form_field{
	padding-top: 14px;
	height: 44px;
}
#mit_id_reminder{
	padding-top: 25px;
	color: #ff0000;
	font-size: 10px;
	padding-bottom: 20px;
	line-height: 1.4em;
}
#bottom-border{
	width: 100%;
	height: 12px;
	background-image:url(../images/bottom_border.png);
	background-repeat: repeat-x;
}
#submit_button{
	text-align: right;
	padding-right: 20px;
	padding-top: 10px;
}
.error_message{
    /*display: inline;*/
    float: left;
    color: #FF6666;
    font-size: 11px;
    width:50%;
    text-align: right;
}
.red_star{
    color: #ff0000;
}
.field_top{
    float: left;
    width: 100%;
}