
#content_inner table.subServicesTable{
	width:90%;
	margin-bottom:10px;
	border:1px solid #cacaca;
}
#content_inner table.subServicesTable tr{
	border-bottom:1px solid #cacaca;
}
#content_inner table.subServicesTable th{
	background-color:#FFCC33;
	color:#000;
	padding:5px;
	padding-top:0px;
	padding-bottom:0px;
}
#content_inner table.subServicesTable th.first, #content_inner table.subServicesTable td.first{
	width:45%;
	font-size:90%;
	font-weight:bold;
}
#content_inner table.subServicesTable th.second{
	width:50%;
}
#content_inner table.subServicesTable td{
	color:#fff;
	font-size:85%;
	padding:5px;
	/*text-align:justify;*/
}
#content_inner table.subServicesTable td p{
	font-size:100%;
}
#content_inner table.subServicesTable td strong{
	display:block;
	font-weight:bold;
	font-size:100%;
	margin-top:10px;
	color:#ffcc33;
}
table.subServicesTable td input.button{
padding:3px;
background-color:red;
color:white;
font-size:90%;
border:1px solid black;
float:right;margin-right:10px;
}
table.subServicesTable td input.button:hover{
	border:1px solid white;
}

#quickrequestForm{
	width:95%;
}
#quickrequestForm td{
	width:47%;
	vertical-align:top;
	padding-top:5px;
	font-size:85%;
}
#content_inner table.quickrequestFormTable tr{
	border-bottom:0px solid #cacaca;
}
table.quickrequestFormTable label{
	font-size:90%;
}
table.quickrequestFormTable input{
	width:140px;
	padding:3px;
	background-color:#000;
	color:white;
	border:1px solid #cacaca;
}
table.quickrequestFormTable textarea{
	width:290px;
	padding:3px;
	background-color:#000;
	color:white;
	border:1px solid #cacaca;
}
table.quickrequestFormTable input.button{
	padding:3px;
	background-color:red;
	font-size:90%;
}

