/*
 * Version: $Revision: 1.2 $
 * Author: BeSite <info@besite.nl>
 * Copyright 2006 BeSite
 */

TABLE.ContactLeft {
	float: left;
	width: 350px;
}

TABLE.ContractRight {
	float: right;
	width: 350px;
}

TABLE.ContactLeft TH, Table.ContactRight TH, TABLE.ContactLeft TD, Table.ContactRight TD {
	background-color: #FFEFD5;
	width: 200px;
}

TABLE.ContactLeft TH, Table.ContactRight TH {
	text-align: left;
	vertical-align: top;
	width: 150px;
}

TABLE.ContactLeft INPUT, Table.ContactRight INPUT, TABLE.ContactLeft TEXTAREA, Table.ContactRight TEXTAREA, TABLE.ContactLeft SELECT, Table.ContactRight SELECT {
	border: 1px solid #FF9933;
	width: 170px;
}

TABLE.ContactLeft TD.form INPUT.RadioRequired
{
	width: 25px;
}

Table.ContactRight TEXTAREA {
	height: 82px;
}

BODY#IE Table.ContactRight TEXTAREA {
	height: 87px;
}

TABLE.ContactSubmit {
	width: 700px;
	clear: both;
	margin-top: 5px;
}

Table.ContactSubmit TD.Submit {
	text-align: center;
}

TABLE.ContactSubmit INPUT.Submit {
	background-color: #FF9933;
	width: 150px;
	border: 1px solid Orange;
	height: 25px;
	color: white;
}

.formsend
{
    border: 1px solid green;
    padding: 10px;
    margin: 20px 0;
    background: rgb(168, 226, 162);
}

.formsendform
{
    display: none;
}