/**
 * CONTACT FORM CSS
 * Moved the contact form to use DIV's instead 
 * of tables, so we need to define some new
 * styles for it.
 */

form.contact
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6f6f6f;
}

	form.contact div
	{
		margin: 5px;
	}

	form.contact label
	{
		display: block;
		padding: 6px 0 3px 0;
	}

	form.contact select
	{
		width: auto!important;
		display: block;
	}

		form.contact select option
		{
			padding: 0 20px 0 0;
		}

	form.contact input
	{
		width: 205px;
		display: block;
	}

		form.contact input.button
		{
			width: auto!important;
			display: block;
			padding: 4px;
			font: inherit!important;
		}

	form.contact textarea
	{
		clear: both;
		display: block;
		width: 300px;
		height: 80px;
	}

	form.contact input.announce
	{
		width: auto!important;
		margin: 10px 0 0 0;
		display: inline!important;
	}

	.required
	{
		border: 2px solid #f00!important;
	}

	input.phone_3
	{
		width: 45px!important;
		float: left;
		margin-right: 4px;
	}

	input.phone_4
	{
		width: 65px!important;
		float: left;
	}

	div.clear
	{
		clear: both!important;
	}

.red
{
	color: #f00;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
