.text-form {float:left; text-align:right; display:block; font-size:16px; width:72px; padding-right:13px; padding-top:4px; line-height:2em; color:#5c5c5c;}

input, textarea {margin:0; font-size:1em; color:#5c5c5c; font-family:Arial, Helvetica, sans-serif;}

/* Contact form */
#contact-form {
	overflow:hidden;
	position:relative;
	vertical-align:top;
	width:100%;
	}
	#contact-form fieldset {
		border:none;
		padding:0;
		}
		#contact-form .field {
			overflow:hidden;
			padding:0 0 15px 0px;
			}
			#contact-form input[type=text] {
				float:left;
				width:463px;
				padding:9px 10px; 
				margin:0;
				border:none;
				background:#cccccc;
				border-radius:3px;
				-moz-border-radius:3px;
				-webkit-border-radius:3px;
				}
			#contact-form.main-contacts .field input {
				margin-top:0px;
				}
			#contact-form .area {}
			#contact-form .area .error {float:left;}
			#contact-form textarea {
				width:463px;
				height:224px;
				border:none;
				background:#cccccc;
				padding:10px 10px; 
				margin:0;
				overflow:auto;
				display:block;
				font-size:1em;
				border-radius:3px;
				-moz-border-radius:3px;
				-webkit-border-radius:3px;
				}
				#contact-form a {
					cursor:pointer;
					}
			#contact-form label.text {
				display:inline-block;
				float:left;
				width:569px;
				height:39px; 
				overflow:hidden; 
				background:#2a5ele; 
				padding-top:7px; 
				padding-right:4px;
				border-radius:3px;
				-moz-border-radius:3px;
				-webkit-border-radius:3px;
				}
				#contact-form label.label-2 {
				display:block;
				width:573px;
				overflow:hidden; 
				background:#2a5ele; 
				padding-top:6px;
				padding-bottom:5px;
				border-radius:3px;
				-moz-border-radius:3px;
				-webkit-border-radius:3px;
				}
				#contact-form label.error {
					color:#f1143c;
					width:199px;
					font-size:12px;
					line-height:1.2em;
					display:none;
					float:left;
				}
		.buttons-wrapper {float:right; padding:15px 46px 0 0; } 
		.buttons-wrapper a {display:inline-block; font-size:15px; line-height:1.2em; margin-left:15px; padding:8px 16px; color:#5c5c5c; background:#ccccc;}
		.buttons-wrapper a:hover {background:#cccccc;}
