.info { clear:both; padding-top:30px; line-height:1.6; }
input { outline:none; }
.form {
	float:left;
	width:300px;
	-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:100px;
	margin:6px 0 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
}
.form .input-container { float:left; width:195px; text-align:right; }
	.form .input {
	width:250px;
	height:35px;
	border:1px solid #00CCFF;
}
	.form .textarea {
	width:230px;
	height:120px;
	border:1px solid #30C0F0;
	font-family:Tahoma;
	font-size:11px;
}
	.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:#935; font-size:10px; }
	.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 1px #0CF; border-top-width:0; }
	.form .error-same, .form .error-both { color:#fff; background-color:#b66; -moz-border-radius:3px; }
	
	.form .sendBtn {
	display:block;
	cursor:pointer;
	width:70px;
	border-radius:5px;
	border:none;
	color:#fff;
	float:left;
	background: rgb(24,78,255); /* Old browsers */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(25,204,255,100)), color-stop(100%,rgba(0,10,0,1))); /* Chrome,Safari4+ */
		margin-top: 30px;
margin-left: 285px;
		margin-bottom: 0;
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;

 }
	.form .sendBtn:hover {
	display:block;
	cursor:pointer;
	width:70px;
	border-radius:5px;
	color:#fff;
	float:left;
	background: rgb(225,78,25); /* Old browsers */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(50,200,205,5)), color-stop(100%,rgba(50,10,220,100))); /* Chrome,Safari4+ */
		margin-top: 30px;
margin-left: 285px;
		margin-bottom: 0;
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
 }
