@charset "utf-8";
/* CSS Document */

body {
	padding:0;
	margin:0;
	background:url(../images/bg.gif) top left repeat-x #e4b43e;
	text-align:center;
}
#wrapper {
	width:459px;
	background:url(../images/bg_form.gif) top left repeat-y;
	margin: 0 auto;
	text-align:left;
}
#innerWrapper {
	width:100%;
	margin-left:5px;
}
#content {
	font: 12px Arial, Helvetica, sans-serif;
	margin:8px 18px 0 8px;
}
.requiredField {
	color:#FF0000;
}

#alert {
	color:#990000;
	font: bold 12px Verdana, Arial, Helvetica;
	padding: 10px;
	border: 1px solid #990000;
	background:#F8F8F8;
}

