body {
	margin: 0px;
	font-family: arial, sans-serif;
}

.center {
	text-align: center;
}

#headerWrapper {
	height: 340px;
	position: relative;
}

#headerWrapper #headerLeft {
	background: url('/lp/interface/imgs/headerLeftBg.gif') repeat;
	width: 50%;
	height: 340px;
	float: left;
}

#headerWrapper #headerRight {
	height: 340px;
	width: 50%;
	background: url('/lp/interface/imgs/headerRightBg.gif') repeat;
	float: left;
}

#headerWrapper #headerCenter {
	width: 900px;
	height: 340px;
	background: url('/lp/interface/imgs/headerBg.jpg') repeat-y;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -450px;
}

#headerWrapper #headerCenter #logo {
	margin-top: 25px;
}

#headerWrapper #headerCenter #tagline {
	margin-top: 25px;
}

#headerWrapper #headerCenter #explanation {
	margin-top: 25px;
	width: 470px;
	color: #bfc1c2;
	font-size: 13pt;
}


#headerWrapper #headerCenter #explanation .light{
	color: #feffff;
}

#headerWrapper #headerCenter #headerInnerRight {
	background: url('/lp/interface/imgs/woman.jpg') no-repeat;
	width: 350px;
	height: 330px;
	position: absolute;
	bottom: 0;
	right: 0;
}

#headerWrapper #headerCenter #headerInnerRight #telephone {
	position: absolute;
	top: 30px;
	right: 0;
}

#headerBorderWrapper {
	height: 15px;
	position: relative;
}

#headerBorderWrapper #headerBorderLeft {
	width: 50%;
	background: url('/lp/interface/imgs/headerBorderLeftBg.png') repeat;
	float: left;
	height: 14px;
}

#headerBorderWrapper #headerBorderCenter {
	width: 900px;
	height: 15px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -450px;
	background: url('/lp/interface/imgs/headerBorder.jpg') no-repeat;
}

#headerBorderWrapper #headerBorderRight {
	width: 50%;
	background: url('/lp/interface/imgs/headerBorderRightBg.png') repeat;
	float: left;
	height: 14px;
}

#bodyWrapper {
	width: 900px;
	margin: 0 auto;
	position: relative;
	height: 300px;
}

#bodyWrapper #bodyInner {
	padding: 20px 0;
}

#bodyWrapper #bodyInner #usps {
	margin: 0 10px;
	padding: 0 10px;
	list-style-position: outside;
	list-style-image: url('/lp/interface/imgs/datelineButtonIcon.png');
	list-style-type: square;
}

#bodyWrapper #bodyInner #usps li {
	width: 550px;
	padding: 5px 0;
	color: #586593;
	font-weight: bold;
	font-size: 10pt;
}

#bodyWrapper #signUpForm {
	width: 312px;
	height: 339px;
	background: url('/lp/interface/imgs/formBg2.jpg') no-repeat;
	position: absolute;
	top: -93px;
	right: 0;
	z-index: 3;
}

#bodyWrapper #signUpForm #signUpHeader {
	padding: 30px 0;
	text-align: center;
}

#bodyWrapper #signUpForm #form {
	margin-top: 30px;
}

#bodyWrapper #signUpForm #form .row {
	clear: both;
	height: 35px;
	width: 294px;
	margin: 0 auto;
}

#bodyWrapper #signUpForm #form .row .w {
}

#bodyWrapper #signUpForm #form .row#required {
	color: #9D9FA0;
	font-size: 9pt;
	text-align: right;
	height: 20px;
	margin-right: 30px;
}

#bodyWrapper #signUpForm #form .row label {
	float: left;
	width: 100px;
	height: 14px;
	padding: 5px 0;
	color: #9d9fa0;
	font-size: 11pt;
}

#bodyWrapper #signUpForm #form .row input {
	width: 178px;
	height: 14px;
	padding: 5px;
	border: 0;
	background: url('/lp/interface/imgs/inputBg.png') no-repeat;
}

#bodyWrapper #signUpForm #form .row input.submit {
	background: url('/lp/interface/imgs/submitBg.jpg') repeat;
	border: 0;
	width: 189px;
	height: 45px;
	color: #f5f6f6;
	font-weight: bold;
}

#bodyWrapper #signUpForm #form .row input.submit:hover {
	cursor: pointer;
}

#footerWrapper {
	margin: 0 auto;
	width: 900px;
	position: relative;
}

#footerWrapper #footerLinks {
	margin: 0;
	padding: 0;
	width: 322px;
	position: absolute;
	bottom: 20px;
	right: 0;
	list-style-type: none;
}

#footerWrapper #footerLinks li {
	float: left;
}


#footerWrapper #footerLinks li a {
	line-height: 13px;
	padding: 0 17px;
	background: url('/lp/interface/imgs/linkBorderRight.png') right repeat-y;
	color: #97999d;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
}


#footerWrapper #footerLinks li a.noBorder {
	background: none;
}

#footerWrapper #footerLinks li a:hover {
	text-decoration: underline;
}

img, a:link, li, ul, a:hover, a:visited, div, class 
{ 
	behavior: url(http://datelineplatinum.com/lp/interface/iepngfix.htc) 
}