/*~~~~~~~~~~~contact form css~~~~~~~~~~~~~~~*/

#subForm {
}

#subForm .label {
	float: left;
	width: 120px;
	margin-right: 20px;
	text-align: left;
	font-weight: normal;
	clear: left;
}

input#send {
	margin-left: 142px;
	background-color: #ECD6AF;
    border: 1px solid #999;
    color: #888;
	font-family: trebuchet ms, verdana, arial, tahoma;
}

input#name,
input#email,
input#phone,
textarea#message,
textarea#wedding_location,
textarea#wedding_reception,
{
	background-color: #ECD6AF;
	font-family: trebuchet ms, verdana, arial, tahoma;
	width: 250px;
	margin-top: 3px;
    border: 1px solid #888;
}

input#name:focus,
input#email:focus,
input#phone:focus,
textarea#message:focus,
{
	background-colour: #ECD6AF;
}
