/*

Green color boarder around form boxes: #bed600
HTML Font: Arial
Color: #333333
Lighter Gray: #666666


*/

body
{
	font: 10pt Arial, Helvetica, sans-serif;
    background: #ccc;
	text-align:center; /* for IE */
}

p, td
{
	font: 10pt Arial, Helvetica, sans-serif;
	color:#333;
}

ul {margin-left: 2.5em; padding-left: 0;} 

li
{	
	padding-bottom:15px;	
	list-style-image: url(images/bullet.gif);
}

a 
{
	font-size:10pt;
	color:#333;
	text-decoration:underline;
}

a:hover 
{
	color:#666;
}

.privacyPolicy {
	
	font-style: italic;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	text-decoration:underline;
	
}

.directoryNumber {

        font-weight: bold;
        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif;
        color:#333;

}

div#global
{
	width:860px;
    padding-bottom:25px;
    padding-top:25px;	
	margin:0px auto;   /* align for good browsers */
	text-align: left; /* counter the body center */   
}

div#wrapper
{
	float:left;
	width:860px;	
	background:#fff;
}

div#header
{
	float:left;
	width:860px;
	height:71px;
    background-image: url(images/hr_selectyourdex_main.jpg);
    background-repeat: no-repeat;	
}

div#naviagation
{
	float:left;
	width:860px;
	height:29px;
    background-image: url(images/selectyourdex_gradient.jpg);
    background-repeat: no-repeat;	
}

div#contentWrapper
{
	float:left;
	width:860px;
	min-height:592px;
}

div#content
{
	float:left;
	width:860px;
	min-height:562px;
}

div#contentTop
{
	float:left;
	width:860px;  
	min-height:275px;
}

div#contentBottom
{
	float:left;
	width:860px;  
	min-height:100px;
}

div#copy
{
	float:left;
	width:480px;
	margin-top:56px;
	margin-left:33px;
}

div#copyShort
{
	float:left;
	width:375px;
	margin-top:56px;
	margin-left:33px;
}

div#copyShorter
{
	float:left;
	width:200px;
	margin-top:56px;
	margin-left:33px;
}

div#copy h1
{
	font-size:16px;
}

div#form
{
	float:right;
	width:230px;
	margin-top:75px;
	margin-right:39px;
	border:solid 1px #bed600;
}

div#form #formHeader
{	
	width:230px;
	height:27px;
    background-image: url(images/hr_selectyourdex_featuregradient.gif);
    background-repeat: no-repeat;	
}

div#form #formHeader .formHeaderText
{	
	font-size:16px;
	font-weight:bold;
	line-height:28px;
	color:#fff;
	padding-left:20px;
	padding-top:3px;
}

div#form #formContent
{
	float:left;
	width:230px;	
	height:170px;
	background:#fff;	
}

div#form #formContent h1
{	
	font-size:16px;
	color:#666;
	margin-left:20px;
	margin-top:10px;
}

div#form #formContent p
{	
	font-size:10pt;
	color:#666;
	margin-left:20px;
	margin-top:10px;
	margin-right:20px;
}

div#orderForm
{
	float:right;
	width:280px;
	margin-top:52px;
	margin-right:13px;
	border:solid 1px #bed600;
}

div#orderForm #orderFormContent
{
	float:left;
	width:280px;	
	background:#fff;	
}

div#orderForm #orderFormContent #orderFormContentTable
{
	float:left;
	margin-left:15px;
	margin-top:10px;	
}

div#orderForm #orderFormContent #orderFormContentTable td
{
	font-size:10px;	
	line-height:12px;
}

div#orderForm #orderFormContent #orderFormContentTable input
{
	font-size:10px;
}

div#orderForm #orderFormContent #orderFormContentTable select
{
	font-size:10px;
}

input
{
	background:#fffcd6;	
}

select
{
	background:#fffcd6;	
}

div#bookImageThankYou
{
	float:right;
	width:385px;
	margin-top:68px;
	margin-right:15px;
}

div#bookImage
{
	float:right;
	width:531px;
	margin-top:55px;
	margin-right:15px;
}

div#bookCopy
{
	float:left;
	width:450px;
	margin-left:275px;
}

div#bookCopy h1
{	
	font-size:14px;
	color:#003265;
}

div#footer
{
    font-size:11px;
	width:860px;	
	text-align:center;
    clear:both;
    margin-top:25px;
}

div#footer a
{
	font-size:11px;
	color:#333;
	text-decoration:underline;
}

.copyright
{
	font-size:11px;
	color:#333;
	text-decoration:none;		
}

/***************************************************
MESSAGE FORMATS
***************************************************/	
.warning {
    font-weight: bold;
    font-size: 12px;
    color: #ff0000;
    font-family: Arial, Helvetica, sans-serif;
}

.required {
    color: #ff0000;
    font-family: Arial, Helvetica, sans-serif;
   	font-size: 10px; 
   	font-style: normal; 
   	font-weight: bold; 
   	line-height: 10px; 
   	text-decoration: none
}

.choice {
   color: blue;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px; 
   font-style: normal; 
   font-weight: bold; 
   line-height: 10px; 
   text-decoration: none
}

/* Defines the style for text for form field descriptions in the form pages */
.formtext {
   font-family: Arial, Helvetica, sans-serif;
   font-size:10px;	
   line-height:12px; 
   font-style: normal; 
   font-weight: bold; 
   color: #333333; 
   text-decoration: none
}

/* Defines the style for text for value fields in the form pages */
.valuetext {
   font-family: Arial, Helvetica, sans-serif;
   font-size:10px;	
   line-height:12px; 
   font-style: normal; 
   font-weight: normal; 
   color: #333333; 
   text-decoration: none
}
