@charset "utf-8";
/* CSS Document */

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,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {margin:0; padding:0; border:0; font-weight:normal; font-style:normal;font-size:100%; line-height:1; font-family:Arial, Helvetica, sans-serif; text-align:left;}

body {
	background-color:#000000;
}


strong {font-weight: bold;}

em {font-style: italic;}

h1{
	font-size: 20px;
	font-weight:bold;
	color:#ee2e24;
	line-height: 120%;
	padding: 0;
}

h2{
	font-size: 18px;
	font-weight:normal;
	color:#000;
	line-height: 130%;
	padding: 0 20px 20px 0;
}

.purple{
	font-weight:bold;
	color:#482e8f;
}

.privacy{
	font-size:10px;
	margin-top:80px;
}

p{
	font-size: 14px;
	color:#000000;
	line-height: 150%;
	padding: 0 0 20px 0;
}

p a{
	color:#482e8f;
	line-height: 150%;
}

p a:hover{
	color:#ee2e24;
	line-height: 150%;
}

#wrapper{
	width:970px;
	padding: 0 0 34px 0;
	border-collapse:collapse;
	margin:0 auto;
	background:url(../images/mits_bottom.gif) left bottom no-repeat;
}
#content {
	width:970px;
	background:url(../images/mits_background.gif) left top repeat-y;
}

form label{
	font-size: 12px;
	color:#000000;
	padding-right:10px;
	line-height: 150%;
}

.longer{
	width:350px;
	display:inline-block;
	text-align:right;
	line-height:100%;
	padding-top:10px;
}

.note {
	color:#999966;
	line-height:150%;
}


.indent_text {
	margin-left:220px;
}

.left_button {
	float:left;
}


.red {
	color:#ee2e24;
	font-weight:bold;
}

.red_note {
	color:#ee2e24;
	font-weight:bold;
	font-size:12px;
	line-height:150%;
}

.right{
	text-align:right;
}

.right_padded{
	width:390px;
	padding: 0;
	border-collapse:collapse;
	margin:0 0 0 10px;
	float:left;
}

.right_padded p{
	text-align:right;
}

.left_padded{
	width:420px;
	padding: 0;
	border-collapse:collapse;
	margin:0 0 0 40px;
	float:left;
}

.full_padded{
	width:880px;
	padding: 0;
	border-collapse:collapse;
	margin:0 0 0 40px;
}

/*.right_padded form{
	text-align:right;
}*/

.right_image{
	float:right;
	padding:0 20px 0 0;
}

.email_line{
	padding-bottom: 50px;
}

.warning{
	padding-bottom: 110px;
}

.textfield {
	margin:0 0 5px 0;
}
.textfield_year {
	margin:0 165px 5px 0;
}
.textarea {
	margin:0 0 5px 0;
	width:560px;
}

.clear {
	float:none;
	clear:both;
}

.errorFocus {border:1px solid #ff0000 !important;}
.errorCont {display:block; font-size: 12px;}
.errorCont span.body {display:block; width:206px; margin-left:172px; padding:5px 5px 0 5px; background:#faf9dc; border:1px solid #ff0000; line-height: 1.5em;}
.errorCont span.body span.bold {font-weight: bold;}