body {
	margin: 0;
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 170%;
	color: #646464;
	padding: 10px 25px 25px 25px;
	background: #fff;
	}

h1 {
	font-size: 32px;
	margin: 0 0 10px;
	color: #2e5a8a;
	line-height: 130%;
	}


a:link, a:visited {
	color: #426995;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active {
	text-decoration: underline;
	}

ul li {
	padding-bottom: 15px;
	}




input, textarea, select {
	border: 2px solid #e5e5e5;
	padding: 6px;
	color: #646464;
	font: 13px Arial, Helvetica, sans-serif;
	width: 300px;
	display: block;
	margin: 0 0 20px;
	}
label {
	display: block;
	font-weight: bold;
	}

form {
	margin: 0;
	padding: 0;
	}

#contactIntro {
	float: left;
	width: 230px;
	}
#contactForm, #contactFormSentMessage {
	border-left:1px solid #E5E5E5;
	float:right;
	overflow:hidden;
	padding:0 0 0 25px;
	width:316px;
}
input#submitContact {
	background: url(/images/buttons.gif) 0 -329px ;
	height: 30px;
	width: 164px;
	display: block;
	text-indent: -5000px;
	cursor: pointer;
	text-transform: capitalize;
	border: none;
	padding: 0;
	float: right;
	margin: -10px  0 0;
	}

.contactSubmit {
	width: 164px;
	height: 30px;
	border: none;
	padding: 0;
	font-size: 0;
	cursor: pointer;
	float: right;
	}
#disclaimer {
	border-top: 2px solid #e5e5e5;
	margin:25px 0 0;
	padding: 25px 0 0;
	font-size: 12px;
}

#intro-content {
	float: left;
	margin: 10px  0 0;
	width: 358px;
	}
#intro-disclaimer {
	border-left:2px solid #E5E5E5;
	float:right;
	padding:0 0 40px 20px;
	margin: 10px  0 0;
	text-align:center;
	width: 162px;
	font-size: 12px;
}

#new-password {
	background:url("/images/buttons.gif") repeat scroll 0 -604px transparent;
	border:medium none;
	cursor:pointer;
	height:32px;
	padding:0;
	text-indent:-5000px;
	text-transform:capitalize;
	width:220px;
}
#new-password-form input {
	float: left;
	margin: 0 10px 0 0;
	}
.oms-logo {
	background: url(/images/logo-mini.gif);
	width: 49px;
	height:18px;
	text-indent: -5000px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	}

/** Validation errors */
.validationError{	
	display: block;
	clear: both;
	color: red;
	font-weight: bold;
}

