
input { outline:none; color:#fff;}
.form { float:left; width:400px; background-color:#897a75; -moz-border-radius:5px; -webkit-border-radius:5px; padding:20px; margin:0 10px 0 0; }
.form .form-row { width:100%; margin-bottom: 10px; float:left; }
.form .label { float:left; width:90px;margin:6px 0 0 5px; font-size:16px; font-weight:normal; }
.form .input-container { float:left; width:195px; text-align:right; }
	.form .input { width:200px;	height:25px; border:2px solid #c4c4c4; background:#8b807c; padding:0px 4px 0px 4px;}
	.form .textarea { width:198px; height:60px; border:2px solid #c4c4c4; }
	.form .error-input, .form .error-both .input, .form .error-same .input { background-color:#FFEFEF; border-color:#BB6666; color:#660000; }
	.form .error-div { float:right; margin:7px 10px 0 0; color:#fff; font-size:16px; }
	.form .error-div-alternative { display:none; -moz-border-radius:10px; -webkit-border-radius:10px; width:800px; top:0; left:50%; position:absolute; z-index:1000; margin-left:-400px; text-align:center; font-size:16px; color:#934; padding:20px 0 20px 0; background-color:#fee; border:solid 2px #d36; border-top-width:0; }
	.form .error-same, .form .error-both { color:#fff; background-color:#b66; -moz-border-radius:3px; }
	.form .sendBtn {
		width:100px;
		height:30px;
		text-align:center;
		background:#83c629;
		color:#FFF;
		float:left;
		display:block;
		cursor:pointer;
		font-weight:bold;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		margin-left:95px;
		border:0;
	}
	.form .sendBtn:hover { background:#333; repeat-x 0 0; color:#ffffff; border:0;}