@charset "UTF-8";
/* CSS Document */
#schedule_plumber h1
{
	margin:20px;
	padding:5px;
	padding-left:35px;
	border:1px dashed #ebab00;
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#e5e4e4;
	background:#0068a6 url(../../img/warning.png) left center no-repeat;

}
form#scheduleService
{
	position:relative;
	margin:20px;
	
}
input.txt, select.txt
{
	border:1px inset #cccccc;
	width:200px;
}
input.btn
{
	color:#0068a6;
	padding:3px;
	background-color:#ebab00;
	border:1px outset #fff;
	font-weight:bold;
	
}
form p
{
	clear:left;
	margin:3px;
	padding-top:5px;
	color:#e5e4e4;
}
form p label
{
	
	float:left;	
	width:30%;
	font:bold 12px Arial, Helvetica, sans-serif;
	
}
fieldset
{
	border:1px dotted #ebab00;
	margin-top:16px;
	padding:10px;
}
legend
{
	color:#ebab00;
	font-weight:bold;
	background-color:#0068a6;
}
.error
{ 
	color:#ebab00;
}


