/* 
Title:		porterdrywall.com Conytact Form screen styles
Author: 	gordon@slickfishstudios.com
*/
form#contactform
{
	width: 780px;
	background: #fff;
	padding: 0;
	margin: 0 auto;
	border: 1px solid #999;
}


form#contactform strong {
	color: #f2a500;
	font-size: 1.2em;
}
form#contactform fieldset#contact, form#contactform fieldset#checks, form#contactform fieldset#checks2
{
	width: 740px;
	display: block;
	color: #999;
	font-style: italic;
	margin: 15px 0 0 10px;
	padding-bottom: 10px;
	border: 0;
	border-bottom: 1px solid #ccc;
}

form#contactform legend
{
	border: 1px solid #fff;
	color: #fff;
	font-size: 1.2em;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 14px;
	padding: 5px;
	background: #5080cf;
}


form#contactform fieldset#contact label
{
	clear: left;
	display: block;
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 10px;
	color: #5080cf;
	margin-bottom: 0.6em;
	font-style: normal;
}

form#contactform fieldset#checks label, form#contactform fieldset#checks2 label
{
	float: left;
	display: block;
	padding-right: 15px;
	color: #5080cf;
	margin-bottom: 0.5em;
	font-style: normal;
}




form#contactform input
{
	padding: 0;
	margin-bottom: 0.8em;
	background: #fff3b3;
}
form#contactform fieldset#checks input, form#contactform fieldset#checks2 input
{
	padding: 0;
	margin: 0;
	background: #fff;
}

form#contactform fieldset#contact input
{
	border: 1px solid #999;
	padding-left: 0.5em;
	margin-bottom: 1em;
}

form#contactform select
{
	margin-left: 0.5em;
	border: 1px dotted #e1e1e1;
}

form#contactform textarea
{
	width: 400px;
	height: 12em;
	border: 1px solid #999;
	padding: 5px;
	margin: 0 0 10px 0;
	overflow: auto;
}



form#contactform #submit, form#contactform #cancel
{
	background: #5080cf;
	border-bottom: 1px solid #333;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	border-right: 1px solid #333;
	color: #fff;
	padding-right: 0.5em;
	cursor: pointer;
	width: 205px;
	margin: 10px 0 0 12px;
}

form#contactform #submit:hover, form#contactform #cancel:hover
{
	background: #5080cf;
	border-bottom: 1px solid #4A0018;
	border-right: 1px solid #4A0018;
	color: #fff;
	border-top: 1px solid #cc0033;
	border-left: 1px solid #cc0033;
}

