div#logo_container {
	text-align: center;
}

p.site_message {
	color: #CA0202;
	font-size: 16pt;
	font-family: arial;
}	

/* Form Display */

fieldset {
	border: none;
}

fieldset ul, fieldset li{
	border:0; margin:0; padding:0; list-style:none;
}

fieldset li{
	clear:both;
	list-style:none;
	padding-bottom:2px;
	padding-top:2px;
	overflow: auto;
}

fieldset input{
	margin-bottom: 7px;
}

fieldset label{
	width:140px;
	margin-bottom: 10px;
	text-align: right;
	padding-right: 10px;
	color: #CA0202;
	font-size: 14pt;
	font-family: arial;
}

div.submititem {
	text-align: center;
	width:100%;
	clear: both;
	overflow: auto;
}

.submitbutton {
    border: 1px solid #686868;
    background: #E4E4E4;
	color: #CA0202;
	font-size: 11pt;
	padding: 3px;
	cursor: pointer;
}