#contentBorderTop {
	float: left;
	margin-top: 24px;
	width: 828px;
	height: 36px;
	background: url(images/web/content_border_top.jpg) no-repeat;
}
#contentBorderTop span {
	display: block;
	margin: 10px 40px 0px 10px;
	color: #116ea4;
	font-weight: bold;
	font-size: 17px;
}

#contentTitleClear {
	clear: both;
}
#contentContentContainer {
	position: relative;
	width: 910px;
	max-height: 275px;
	min-height: 275px;
	overflow: hidden;
	background: url(images/web/content_border_mid.jpg) repeat-y;
}
*html #contentContentContainer {
	height: 275px;
}

#contentContent {
	position: absolute;
	top: 0px;
	left: 78px;
	width: 768px;
}

.clearBoth {
	clear: both;
}

#scrollerContainer {
	visibility: hidden;
}

#scrollerTop {
	position: absolute;
	top: 0px;
	left: 866px;
	width: 26px;
	height: 19px;
	background: url(images/common/scroller_top.jpg) no-repeat;
	cursor: pointer;
}
#scrollerTrack {
	position: absolute;
	top: 19px;
	left: 866px;
	width: 26px;
	height: 230px;
	background: url(images/common/scroller_track.jpg) no-repeat;
	cursor: pointer;
}
#scrollerHandle {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 26px;
	width: 26px;
	background: url(images/common/scroller_handle.jpg) no-repeat;
	cursor: pointer;
}
#scrollerBottom {
	position: absolute;
	top: 249px;
	left: 866px;
	width: 26px;
	height: 21px;
	background: url(images/common/scroller_bottom.jpg) no-repeat;
	cursor: pointer;
}

#contentBorderBottom {
	width: 910px;
	height: 15px;
	background: url(images/web/content_border_bottom.jpg) no-repeat;
}
#enhanceMotif {
	position: absolute;
	top: 0px;
	left: 565px;
	width: 345px;
	height: 54px;
	background: url(images/web/selectors_back.jpg) top right no-repeat;
}

#emailFieldsContainer {
	float: left;
}

.fieldContainer{
	padding: 2px;
}

#emailForm {
	font-size: 12px;
	width: 25em;
}

#emailForm label{
	float: left;
	display: block;
	width: 10em;
	color: #116ea4;
	text-align: right;
}

#emailForm input{
	float: left;
	width: 12em;
	border: none;
	background: #eaf2f7;
	color: #ff8139;
}

#emailForm br{
	clear: both;
}

.emailWarning {
	font-size: 10px;
	color: #FF0000;
	text-align: right;
	visibility: hidden;
	padding-right: 20px;
}

.captchaContainer {
	font-size: 12px;
	width: 25em;
	text-align: center;
}

.captchaNote {
	text-align: center;
	font-size: 10px;
	color: #000;
}

.captchaNote span{
	color: #116ea4;
	font-weight: bold;
}

#emailMessageContainer {
	float: left;
}

#emailMessageContainer span{
	color: #116ea4;
	font-size: 12px;
}

#emailMessageContainer textarea {
	width: 35em;
	height: 12em;
	border: none;
	background: #eaf2f7;
	color: #ff8139;
}

#bottomImages{
	position: relative;
	clear: both;
	padding-top: 10px;
	text-align: center;
}

#sendButton{
	cursor: pointer;
	margin-bottom: 10px;
}

#emailStatus {
	z-index:10;
	visibility:hidden;
	position:absolute;
	top:80px;
	left:262px;
	width:386px;
	height:216px;
	background:url(images/contact/email_status_back.gif) no-repeat;
}
#emailStatus h1{
	margin-left:40px;
	margin-top:30px;
	font-weight: bold;
	color: #ff8139;
	font-size: 16px;
}
#emailStatus p{
	margin-left:40px;
	margin-right:40px;
	font-weight: normal;
	color: #116ea4;
	font-size: 12px;
	text-align:center;
}
#emailStatus p a{
	color:#ff8139;
	text-decoration:underline;
}