
BODY
{

/*	background-image: url(images/logo_nobar.gif);*/
	background-repeat: no-repeat;
	margin-top: .5em;
	/*background-attachment: fixed;*/
	/*background-position: top left;*/
	background-position: 3% 3%;
	img {width: 75%}
	font-size: 12px;
	color: #666666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

}
.headtop
{
	/*background-image: url(header_bar.gif);*/
	background-repeat: no-repeat;
	background-position: top center;
	margin-left: 5%;
	float: left;
	margin-top: -8em;
	img {width: 10%;}
}
p.contentTitle {
	margin-top: 2%;
	/*margin-left: 10%;*/
	font-size: 12px;
	color: #666666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;	
	margin-bottom: 0em;
	/*background: orange;*/
	width=85%;
}
p.headerMsg {
	margin-top: 0%;
	font-size: 12px;
	font-weight: lighter;
	color: #666666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	width=85%;
	/*background: red;*/
}
p.footerMsg {
	padding: 0px 0px;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	display: block;
	width=85%;

}
p.errorMsg {
	margin-top: 0%;
	font-size: 12px;
	font-weight: lighter;
	color: #666666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	/*background: red;*/
	width=85%;
}
p.successMsg {
	margin-top: 8%;
	font-size: 12px;
	font-weight: lighter;
	color: #666666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center
	width=85%;
}
p.required {
	Margin-top: 0em;
	font-size: 11px;
	font-weight: lighter;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #666666;
	width=85%;
}
a.successLink {
	margin-top: 1%;
	margin-left: 37%
}
a.successLink_reg {
	margin-top: 1%;
	margin-left: 42%
}

.submitbutton
{
	position: relative;
	width: 15em;
	bottom: 0em;
	float: center
}
.leftbutton2
{
	position: relative;
	width: 15em;
	bottom: 0em;
	left: 10em;
	float: left
}
.clearbutton
{
	position: relative;
	left: 7em;
	width: 15em;
	float: center
}
.rightbutton2
{
	position: relative;
	left: 25em;
	width: 15em;
	float: left
}


