body {/*font: 13px "Arial",Helvetica,SunSans-Regular,sans-serif;*/}
h1 {
	font-size:1.2em;
	text-align:center;
	color:#941818
}
#footer{
	color:#FFFFFF;
	font-size:0.8em;
	position:absolute;
	text-align:center;
	top:547px;
	width:750px;
}

#banner {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	height: 550px;
	background: url("../images/logo.jpg") no-repeat bottom transparent;
}
#container {
/*width: 430px;
left: 100px;
position: relative;
top: 50px;*/

}
#emailsent, #emailproblem{text-align:center;}

#signupformdiv {
/*width: 400px;
left: 280px;
position: relative;
top: 250px;*/

}

form.cmxform {
	width: 700px;
	font-size: 1.0em;
	color: #000;
}

form.cmxform legend {
	padding-left: 0;
	color:#941818
}

form.cmxform legend, form.cmxform label {
	color: #000;
}

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic
}
div.error { display: none; }
input,textarea {
	border: 1px solid black;
	width: 200px;
}

input:focus { border: 1px dotted black; }
input.error,textarea.error { border: 1px dotted red; }
form.cmxform .gray * { color: gray; }

form.cmxform fieldset {
	margin-bottom: 10px;
	border: none;
}

form.cmxform legend {
	padding: 0 2px;
	font-weight: bold;
text-align:center;
	_margin: 0 -7px; /* IE Win */
}

form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	cursor: hand;
	width: 250px;
	margin-left: 130px;
}


form.cmxform label.error {
	margin-left: 400px;
	width: 220px;
}

form.cmxform input.submit {
	margin-left: 460px;
}
