#loadingGraphic {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	visibility: hidden;
}
#sendStatus {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 200px;
	height: 100px;
	background: #252525;
	z-index: 2;
	visibility: hidden;
	border: solid #666666 1px;
}
#sendStatusText {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 200px;
	height: 70px;
	text-align: center;
	visibility: inherit;
}
#sendStatusButton {
	position: absolute;
	top: 70px;
	left: 70px;
	width: 60px;
	height: 30px;
	visibility: inherit;
}
#emailTopBack{
	position: absolute;
	top: 76px;
	left: 0px;
	width: 327px;
	height: 163px;
	background: url(images/contact/blank_slideshow.jpg) no-repeat;
	overflow: hidden;
}
#emailTopText{
	position: absolute;
	top: 75px;
	left: 60px;
	width: 247px;
	height: 88px;
	font-size: 11px;
	line-height: 1.4em;
	text-align: right;
}
.emailTopTextUnderline {
	width: 227px;
	height: 1px;
	color: #FFFFFF;
	text-align: right;/*this will align it for IE*/
	margin: 0 0 0 auto; /*this will align it right for Mozilla*/
}
#emailBack {
	position: absolute;
	top: 20px;
	left: 40px;
	width: 254px;
	height: 296px;
	background: #252525;
	overflow: hidden;
}
.emailItemCaption {
	width: 234px;
	height: 18px;
	margin-top: 0px;
	margin-left: 10px;
	line-height: 18px;
	padding-left: 10px;
	font-size: 9px;
	font-weight: bold;
	color: #959595;
	overflow: hidden;
}
.emailItemInput {
	width: 234px;
	height: 18px;
	margin-left: 10px;
	background: url(images/stock/detail_item_back.jpg) no-repeat;
	line-height: 18px;
	padding-left: 10px;
	font-size: 9px;
	color: #00D200;
	overflow: hidden;
	border: none;
}
.emailItemInputRed {
	width: 234px;
	height: 18px;
	margin-left: 10px;
	background: url(images/stock/detail_item_back.jpg) no-repeat;
	line-height: 18px;
	padding-left: 10px;
	font-size: 9px;
	color: #FF0000;
	overflow: hidden;
	border: none;
}
.emailItemBodyInput {
	width: 234px;
	height: 60px;
	margin-left: 10px;
	padding-right: 10px;
	padding-bottom: -5px;
	background: url(images/stock/detail_description_back.jpg) no-repeat bottom left;
	font-size: 11px;
	color: #00D200;
	overflow: auto;
	border: none;
}
#captchaImgCont {
	position: relative;
	margin-top: 5px;
	margin-left: 10px;
	width: 234px;
	height: 50px;
}
#captchaImg {
	position: absolute;
	top: 12px;
	left: 11px;
	width: 95px;
	height: 25px;
	background: #252525;
}
#captchaNote {
	position: absolute;
	top: 0px;
	left: 117px;
	width:117px;
	height: 50px;
	text-align: center;
	color: #959595;
	font-weight: bold;
	overflow: hidden;
}
#captchaEnterSend{
	position: relative;
	margin-left: 10px;
	height: 18px;
	width: 234px;
}
.captchaInput {
	position: absolute;
	width: 95px;
	height: 18px;
	left: 11px;
	background: url(images/contact/captcha_input_back.jpg) no-repeat;
	line-height: 18px;
	text-align: center;
	font-size: 9px;
	color: #00D200;
	overflow: hidden;
	border: none;
}
.captchaInputRed {
	position: absolute;
	width: 95px;
	height: 18px;
	left: 11px;
	background: url(images/contact/captcha_input_back.jpg) no-repeat;
	line-height: 18px;
	text-align: center;
	font-size: 9px;
	color: #FF0000;
	overflow: hidden;
	border: none;
}
#emailSend {
	position: absolute;
	width: 95px;
	height: 18px;
	left: 128px;
	background: #999999;
	cursor: pointer;
}
.redText {
	color: #FF0000;
}
.bigRedText {
	color: #FF0000;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
}
#map {
	position: absolute;
	top: 2px;
	left: 6px;
}
#contactDetailsBack {
	position: absolute;
	top: 277px;
	left: 6px;
	height: 110px;
	width: 474px;
	background: #111111;
}
#contactDetailsInnerContainer {
	position: absolute;
	top: 10px;
	left: 10px;
	height: 90px;
	width: 454px;
	background: #252525;
}
#contactDetailsLeft {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 194px;
	height: 85px;
	overflow: hidden;
	text-align: left;
	padding-left: 5px;
	padding-top: 5px;
}
#contactDetailsLogo {
	position: absolute;
	top: 0px;
	left: 199px;
	height: 90px;
	width: 77px;
}
#contactDetailsRight {
	position: absolute;
	top: 0px;
	left: 276px;
	width: 173px;
	height: 85px;
	overflow: hidden;
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
}