
#contentwrapper{
float: left;
width: 100%;
}

#contentwrapper a {
	color: #8e0d0d;
	font-size:12px;	
}

#contentwrapper a:hover {
	color: #da631b;
	font-size:12px;
}



/***** HELP ******/


div#help #helpBox { /* holds the title, and container list */
	position: absolute;
	display: block;
	z-index: 10000;
	top: -99999px;
	left: 100px;
	padding: 0;
	margin: 0 auto;
	background-color: #ffffff;
	border: 2px solid #50473f;
	width: 560px;
}
	
#helpBox p{ /* container list item for the 3 floated lists */
	padding: 0 0px 0px 5px;
	font-size: 100%;
	width: 560px;	
	color: #ffffff;
	list-style-type:none;
	margin-top: 0px;
}

	
div[id="help"]#help #helpBox p {
	width: 555px;
}
	
#helpSubTop { /* title list item */
	/*text-indent: -50000px;*/
	width: 100%;
	padding: 0;
	margin: 0;
	height: 17px;
	margin-bottom:3px;	
	/*background:url(help_top.gif) no-repeat;*/
	background-color:#50473f;
}

	
	
a.closeButton {
  	display: block;
  	/*text-indent: -9999px;*/
  	text-decoration: none;
  	/*background: url(close.gif) top left no-repeat;*/
  	width: 8px;		
	color:#ffffff !important;
	border: 1px solid #ffffff;
	padding-left:2px;
	padding-right:2px;
}


div#help #helpBox p#helpSubTop a.closeButton {
	position: absolute;
	left: 542px;
	top: 0px;
	
}



.sfField {
 border-bottom: 1px dotted #9b9b9b;
 border-top: 1px dotted #9b9b9b;
 padding: 10px;

}

#textpop {
color: #50473f;
margin-right:10px;
display:inline;
float:right;
width:230px;

}
#textpopimg {
display:inline;
float:left;
padding-left:5px;
padding-bottom:5px;
}

#textpopimg img{
border: 1px solid #50473f;
}