

select.ddlSubject1{
	
	width				: 100%;
	_width				: 90%;
}

input.txSubject2, input.txName, input.txEMail{
	
	width				: 100%;
	_width				: 90%;
}

div.HR2{

	margin-top			: 10px;
	margin-bottom		: 10px;
	width				: 100%;
	_width				: 90%;
	background-color	: #e5aa39;
}

textarea.txComments{
	
	width				: 100%;
	_width				: 91%;
	height				: 150px;
	font-family			: arial;
	font-size			: 9pt;
}

#btnSend{

	_margin-right		: 50px;
	padding-left		:10px;
	padding-right		:10px;
	cursor				: pointer;
}

div.dvLeftPanel{

	height				: 385px;
	border				: 1px solid #612701;
	color				: #391700;
	background-color	: #c78004;
	background-image	: url(../images/bgGradient_4x383.jpg);
	background-repeat	: repeat-x;
}

a.mailto{
	text-decoration		: underline;
	color				: #fbd65d;
}
