﻿@charset "utf-8";
/* CSS Document */

body {
	font-family: "lr oSVbN", Osaka, "qMmpS Pro W3";
	font-size: 12px;
	background-color: #ffffff;
	background-image:url(../_img/background.jpg);
	

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
	
	
}

a {
	color: #329900;
	text-decoration: none;
}

a:hover {
	color: #00CC99;
	text-decoration: none;
}

a#downloadBtn {
	background-color: #C8FFE2;
	color: #329900;
	width: 180px;
	height: 20px;
	line-height: 14px;
	display: block;
	text-align: center;
	padding: 5px 2px 0 2px;
	border: 1px solid;
	border-color: #CCC #000 #000 #CCC;
}

a#downloadBtn:hover {
	background-color: #329900;
	color: #C8FFE2;
}

img {
	border-style: none;
}

h1 {
	margin-top: 40px;
	font-size: 24px;
	font-weight: bold;
}

h1.signup {
	height: 70px;
	background: url(../_img/signupHeader1.gif) no-repeat;
	margin: 25px 0 0 0;
}

h2 {
	font-size: 20px;
	font-weight: bold;
}

h2.signup {
	height: 50px;
	background: url(../_img/header2.gif) no-repeat;
	margin: 0 0 15px 0;
}

h3 {
	border-bottom: 1px solid #999;
	color: #333;
}

.clear {
	clear: both;
	height: 10px;
}

#container {
	width: 770px;
	margin: 0 auto;
	padding: 0;
}

#header {
	width: 770px;
	height: 51px;
	padding: 0;
	background-image: url(../_img/banner_top.gif);
}

#headerPic {
	width: 770px;
	height: 51px;
	padding: 0;
	float: left;
	background-image: url(../_img/banner_top.gif);
}

#headerMiddle {
	width: 140px;
	height: 60px;
	background: url(/WLPDLP/0d47364a-9b09-4487-a971-06881ff6a29a/_img/svcLogoMiddle.jpg) no-repeat;
	margin: 0;
	padding: 0;
	float: left;
}

#headerRight {
	width: 430px;
	height: 60px;
	background: url(/WLPDLP/0d47364a-9b09-4487-a971-06881ff6a29a/_img/svcLogoRight.jpg) no-repeat;
	margin: 0;
	padding: 0;
	float: left;
}

#midSection {
	width: 770px;
	height: 15px;
	background-color: #ffffff;
	display: block;
}

#content {
	width: 754px;
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	
	border: solid #339900;
	border-width: 1px 8px 8px 8px;
}
#boxtop{
	background: url(../_img/box_top.gif) no-repeat;
	height: 7px;
}

#text {
	font-family: "lr oSVbN", Osaka, "qMmpS Pro W3";
	font-size: 12px;
	line-height: 12px;
	padding: 0 30px 0 30px;
}
	#text p.smallNote {
		color: #993300;
		font-size: 10px;
	}

#doneText {
	font-family: "lr oSVbN", Osaka, "qMmpS Pro W3";
	font-size: 12px;
	line-height: 16px;
	margin-top: 40px;
		padding: 0 30px 0 30px;
}

#form {
	margin: 25px 30px 10px;
	padding: 0 0 0 0px;
}
	#form span {
		color: #CC0000;
	}
	#form label {
	width: 175px;
	float: left;
	}
	#form input {
		width: 265px;
		float: right;
		margin-right: 50px;
	}
	input#Submit1 {
	width: 210px;
	height: 70px;
	margin: 5px 170px 0;
	padding: 0;
	float: none;
	}

#footer {
	border-top: 1px solid #CCC;
	background-color: #EEE;
	color: #6E6E6E;
	text-align: center;
	margin-top: 30px;
	padding: 5px 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
}

