@charset "UTF-8";
/* CSS Document */

html{color:#000;background:#cdcdcd;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*because legend doesn't inherit in IE */
legend{color:#000;}


#content{
	width: 750px;
	margin: 0 auto;
	background:url(../images/bg-bottom.gif) #FFFFFF bottom no-repeat;
	padding: 0 15px;
	position: relative;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	color: #73880a;
	font-size: 12px;
	padding-bottom: 50px;
}

#footer{
	width: 750px;
	margin: 0 auto;
	position: relative;
	text-align: right;
}

select, textarea,input{
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
    font-size: 11px;
    color: #004094;
    line-height: 16px;
	margin-bottom: 5px;
	padding: 2px;
	border: 1px solid #CCCCCC;
}

h2{
	font-size: 12px;
	font-weight: bold;
	display: inline;
}

a{
	color: #73880a;
	text-decoration: none;
}
a:hover{
	color: #004094;
}

.blue{
	color: #004094;
}

.help{
	margin: 50px auto;
	width: 436px;
}

.help-img{
	position: absolute;
	top: 15px;
	right: 20px;
}

.form{
	margin: 0 auto;
	width: 650px;
	margin-top: 25px;
}

.buttons{
	margin-left: 185px;
	width: 370px;
}

.buttons img{
	margin-bottom: 30px;
}

.logo{
	bottom: 5px;
	right: 5px;
	height: 33px;
	background: url(../images/mndcreative.gif) no-repeat right;
	cursor: pointer;
}

.error{
	width: 100%;
	text-align: center;
	background-color: #ffe2e2;
	color: #CC0000;
	font-weight: bold;
	padding: 10px 0 10px 0;
	margin: 10px 0 10px 0;
	font-size: 14px;
}

.success{
	width: 100%;
	text-align: center;
	background-color: #cadc95;
	color: #5d7024;
	font-weight: bold;
	padding: 10px 0 10px 0;
	margin: 10px 0 10px 0;
	font-size: 14px;
}

.input-error{
	background-color: #ffe2e2;
}

.clear{
	clear: both;
	height: 1% !important;
}

#spinner{
	text-align: center;
	margin: 125px;
}

