
/* Service Call Menu Activated *********/
#servicecall 
{
	background-color: #073c6e;
	font-weight: bold;
}

#content_area
{
	text-align: left;
}
 
#content_area h1
{
	color: #073c6e;
	font-size: 23px;
	margin-bottom: 5px;
}

#form_section
{
	width: 667px;
	height: 447px;
	background-image: url(../images/forms/service_block.png);
	background-repeat: no-repeat;
	padding: 1px 0px 10px 10px;
}
#form_section p
{
	font-weight: bold;
	font-size: 14px;
	margin-top: 0px;

}

#buttons_sections
{
	width: 95%;
	height: 75px;
	border: 0px solid yellow;
}

#service_form label
{
	margin-right: 20px;
	font-weight: bold;
	font-size: 14px;
}

#buttons_left 
{
	width: 40%;
	float: left;
	border: 0px solid blue;
}
#buttons_right
{
	width: 30%;
	float: left;
	border: 0px solid blue;
}

#form_left
{
	width: 45%;
	float: left;
	border: 0px solid yellow;
}
#form_right
{
	width: 50%;
	float: left;
	font-weight: bold;
	font-size: 14px;
	border: 0px solid green;
}


#form_left tr td
{
	font-weight: bold;
	font-size: 14px;
}
