/* CSS Document */

.serviceDivTableRow {
	width: 635px;
	margin-left:15px;
	display: block;
	margin-bottom:15px;
}

.serviceDivTableRow:after {
	width: 635px;
	margin-left:15px;
	content: "."; 
	display: block; 
	height: 0; 
	font-size: 0;	
	clear: both; 
	visibility: hidden;
	text-align :left;
}

.serviceDivTableLeft {
	width:35px;
	float:left;
	font-weight:bold;
}

.serviceDivTableCell {
	width:600px;
	float:left;
}

.serviceDivTableCell img {
	vertical-align:middle;
}

/* Hides from IE Mac \*/
* html .serviceDivTableRow {height: 1%;}
   .serviceDivTableRow{display:block;}
/* End Hack */ 


#request-form .serviceDivTableRow {
	width: 555px;
	margin-left:15px;
	display: block;
	margin-bottom:15px;
}

#request-form .serviceDivTableLeft {
	/*width:80px;*/
	width:200px;
	margin-bottom:5px;
	padding-left:15px;
}

#request-form .serviceDivTableCell ul {
	margin-bottom:15px;
}

#request-form .serviceDivTableCell ul li {
	margin-bottom:10px;
}

#request-form .serviceDivTableCell {
	width:555px;
	padding-left:15px;
}



#help-detail .serviceDivTableRow {
	width: 870px;
	margin-left:15px;
	display: block;
	margin-bottom:15px;
}

#help-detail .serviceDivTableLeft {
	/*width:80px;*/
	width:300px;
	margin-bottom:5px;
	padding-left:15px;
	float:left;
}

#help-detail .serviceDivTableCell ul {
	margin-bottom:15px;
}

#help-detail .serviceDivTableCell ul li {
	margin-bottom:10px;
}

#help-detail .serviceDivTableCell {
	width:870px;
	padding-left:15px;
	float:left;
}
