.info { clear:both; padding-top:30px; line-height:1.6; }
input { outline:none; }
.form2 { float:left; width:90%; -moz-border-radius:5px; -webkit-border-radius:5px; padding:20px; margin:0 10px 0 0; }
.form2 .form-row { width:100%; margin-bottom: 10px; float:left; }
.form2 .label { float:left; width:100px;margin:6px 0 0 5px; }

	.form2 .sendBtn {
		width:75px;
		height:24px;
		text-align:center;
		background:url(submit-btn-bg.gif) repeat-x 0 0;
		color:#5f5f5f;
		border:1px solid #aaa;
		float:right;
		display:block;
		cursor:pointer;
		font-weight:bold;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
	}
	.form2 .sendBtn:hover { background:url(submit-btn-bg-hover.gif) repeat-x 0 0; color:#006699; border:1px solid #006699; }
