#contactForm
{
    margin-top: 30px; 
}
#contactForm input, textarea {
	padding: 9px;
	border: solid 1px #FDD017;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	width: 200px;
    margin-bottom: 10px;
	background: #FFFFFF url('bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #fff9d9), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #fff9d9 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	}

#contactForm textarea {
	width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
	}

#contactForm input:hover, textarea:hover,
input:focus, textarea:focus {
	border-color: #C9C9C9;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	}

#contactForm .form label {
	margin-left: 10px;
	color: #999999;
	}

#contactForm .submit input {
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #fff9d9), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #fff9d9 1px, #FFFFFF 25px);
    width: 220px;
}

#contactForm .submit input:hover {
    font-weight: bold;
    border: 1px solid black;
}

#contactForm .radio {
    width: 10px;
    color: #999999;
}

#contactForm h2 { color: #999999; }

#feedback-content { width: 500px; float: left; }
#feedback-form { width: 500px; float: left; }
#feedback-right { width: 400px; float: right; border: 1px solid #FDD017; background-color: #FFFFE0; padding: 10px 20px;     -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px; }
#feedback-right li { margin: 5px 0; }