
.BasicContactForm_Custom1 input.textboxmini
{
	background-color:rgb(255,253,255);
	border:solid 2px rgb(100,193,226);
	color:rgb(100,193,226);
	font: bold 12px/16px Arial, sans-serif;
	padding:1px;
	width:300px;
}

.BasicContactForm_Custom1 input.textbox
{
	width:300px;
}

.BasicContactForm_Custom1 textarea
{
	background-color:rgb(255,253,255);
	border:solid 2px rgb(100,193,226);
	color:rgb(100,193,226);
	font: bold 12px/16px Arial, sans-serif;
	padding:1px;
	width:453px;
}

.BasicContactForm_Custom1 table.fieldtable
{
	width:100%;
}

.BasicContactForm_Custom1 table.fieldtable .left
{
	background-color:rgb(203,235,246);
	color:rgb(30,135,190);
	font-weight:bold;
	padding:4px;
	width:140px;
}

.BasicContactForm_Custom1 table.fieldtable .right
{
	padding:4px;
}

.BasicContactForm_Custom1 div.head, .BasicContactForm_Custom1 span.checkbox
{
	background-color:rgb(203,235,246);
	color:rgb(30,135,190);
	font-weight:bold;
	padding:4px;
	width:450px;
}

.BasicContactForm_Custom1 div.buttons
{
	margin-top:14px;
}

