#contact_right {
	font-family: Verdana, Arial, Helvetica;
	font-size:10px;
	width: 295px;
	float: right;
	margin-top:180px;
	line-height:0;	
}
#contact_form {
	background: url(../images/demo-form-bkgd.jpg) repeat-y;
	width: 295px;
	color: #000000;
	line-height:20px;
	font-size:10px;
}
* html #contact_form {
	/* IE6 only */
	margin-right: 1px;
}
#contact_form a {
	color: #FB9C2A;
}
#contact_form table {
	width: 173px;
	margin-right: 0px;
	margin-top: 10px;
}
#contact_form select {
	font-size:12px;
	font-weight:100;
}
#contact_form input {
	border: 1px #849BBA solid;
	width: 173px;
	height: 17px;
	font-size:14px;
}
#contact_form textarea {
	border: 1px #849BBA solid;
	width: 173px;
	overflow:auto;
}
#demo_left {
	position:relative;
	float:left;
	width: 500px;
	margin-right:0px;
	margin-top:10px;
	padding-top:20px;
	line-height:20px;
}
