/* Stylesheet for Thrive landing pages
 * Most of the page borrows styles from the primary
 * OKI site stylesheets (index.css, nav.css, etc)
 * So this stylesheet only deals with the main
 * content portion of the landing pages.
 * This stylesheet assumes it is placed in the mkt/html/nf/css folder
 * @author Willy Huang
 * @created in the wee hours of the morning, 05/05/09
 */
 
@charset "ISO-8859-1";

#landingPageContainer {
	position:relative;
	margin-left: 2px;
	width: 734px;
	border-left: 2px solid #c5cace;
	border-right: 2px solid #c5cace;
	font-family: Verdana, sans-serif;
	background: #afd8e5 url('../images/blueboxgradient.jpg') no-repeat bottom left;
}

#topBorder {
	background: #FFF url('../images/blueboxtop.jpg') no-repeat top left;
	width: 740px;
	height: 21px;
}

#topHeaderFirstLine {
	width: 740px;
	text-align: center;
}
	#topHeaderFirstLine h1 {
		color: #ee1c21;
		font-size: 45px;
	}

#topHeaderSecondLine {
	width: 100%;
}

	#topHeaderSecondLine h1 {
		color: #ee1c21;
		font-size: 45px;
		padding-right: 30px;
	}
	
	#topHeaderSecondLine em {
		font-style: normal;
		font-size: 150%;
	}
	
	
#leftSidePanel {
	float: left;
	width:240px;
}

#leftSidePanel a, a:hover, a:visited, a:active {
	text-decoration: none;
	border: none;
}

#rightSideWidePanel {
	position: relative;
	margin-left: 260px;
	width: 470px;
}	

#calloutCopy {
	width: 100%;
}

#calloutCopy h2 {
	font-size: 20px;
	color: #ee1c21;
}

#calloutCopy h3 {
	font-size: 15px;
	color: #000000;
}

#dataCaptureContainer {
	position: relative;
	width: 435px;
}

	#dataCaptureTop {
		background: #FFF url('../images/datacapturetop.jpg') no-repeat bottom left;
		width: 435px;
		height:10px;
		margin-bottom: 0px;
		padding-bottom: 0px;
		font-size:0px;
	}
	
	#dataCaptureForm {
		background: #FFF;
		padding-right: 10px;
		padding-left: 10px;
		width: 412px;
		border-left: 2px solid #c5cace;
		border-right: 1.5px solid #c5cace;
		margin-top: 0px;
		padding-top: 0px;
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
	
	#dataCaptureBottom {
		background: #FFF url('../images/datacapturebottom.jpg') no-repeat top left;
		margin-top:0 px;
		left:0 px;
		width: 435px;
		height: 19px;
	}
	
	
	
#landingPageBottomSpacer {
	width:740px;
	background: #FFF url('../images/blueboxbottom.jpg') no-repeat top left;
	margin-bottom: 30px;
}

#EmailContent {
	line-height:20px;
}

#EmailContent H1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#EmailContent H2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#EmailContent H3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#EmailContent H4{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.attributeinput {
	margin-bottom: 10px;
}

.attributename {
	line-height:20px;
}

