body {
	margin: 0;
	padding:0px;
	text-align:center;
	background-color: #B9C4CE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	}

.clearer {
	clear:both;
	height: 5px;
}


/*
main layout
*/	
#mainlayoutPopUp {
	width:604px;
	margin:0px auto;
	text-align:center;
	}
#layoutOuterPopUp {
	width: 602px;
	
	background-color: white;
	border-left: 1px solid #89A2B9;
	border-right: 1px solid white;
	border-bottom: 1px solid white;

}
#layoutInnerPopUp {
	width: 600px;
	background-color: #FFFFFF;
	border-left: 1px solid white;
	border-right: 1px solid #89A2B9;
	border-bottom: 1px solid #89A2B9;
	background-position: center top;

}





/*
main content
*/	
#mainPopUp{
	width: 600px;

}
#topPopUp
{
	padding: 10px;
	height: 50px;
	text-align: left;

}
#linePopUp{
	margin-right: 20px;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B9C4CE;
}
#topLeftPopUp{
	float: left;
	width: 200px;
	text-align: left;
}

#topRightPopUp{
	font-size: 10px;
	vertical-align: top;
	text-align: right;
	float: right;
	color: #2F769B;
	padding-right: 10px;
}

#contentEmail{
	padding: 20px;
	text-align: left;
}

#contentPrint{
	text-align: left;
}
#productName{
	padding: 10px;
}

#featuresEmail{
	font-weight: bold;
	color: #6B87A2;
	color: black;
/*	border-top-width: 1px;
	border-left-width: 4px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCD7E1;
	border-left-color: #CCD7E1;*/
	text-align: left;
	text-indent: 3pt;
	height: 16px;
	background-position: center;
	top: 10px;
	letter-spacing: 0.2em;
}

.textHeadProduct {
	font-weight:bolder;
	font-size: 12px;
	color: #FF6600;
}

.textHeadProdDescrip{
	font-weight:bold;
	font-size: 12px;
	color: #999999;
}
#linkDiv{
	font-size: 9px;
	color: #2F769B;
	background-image:    url("../../../resources_main/images/miscellanous/bullet_square_arrow.gif");
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCD7E1;
	text-indent: 194pt;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
	height: 15px;

}
.link, .link:visited, .link:active{
	color: #2F769B;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;

}
.link:hover {
	color: #2F769B;
	font-size: 9px;
	font-weight: normal;
	text-decoration: underline;
}

.textBlue {
	color: #6B87A2;
	vertical-align: top;
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}
#form{
	float: right;
	width: 350px;
}
.clearer300px {

	clear:both;
	height: 200px;
}
.linesHorizontal {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6B87A2;
	border-right-color: #6B87A2;
	border-bottom-color: #6B87A2;
	border-left-color: #6B87A2;
}
.linesVertical {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #6B87A2;
	border-right-color: #6B87A2;
	border-bottom-color: #6B87A2;
	border-left-color: #6B87A2;
	border-right-style: solid;
	border-left-style: solid;
}

