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

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 13px 0px;
			}
			#contact-form input[type=text] {
	float:left;
	width:423px;
	padding:9px 10px;
	margin:0;
	border:none;
	background:#e7e7e5;
	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:423px;
	height:225px;
	border:none;
	background:#e7e7e5;
	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:530px;
	height:39px;
	overflow:hidden;
	background:#3c3c3c;
	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:534px;
	overflow:hidden;
	background:#3c3c3c;
	padding:6px 0;
	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:20px 5px 0;}		
		.buttons-wrapper a {
			float:left;
			margin:0 0 0 20px;
			background:url(../images/button-left.png) left -39px no-repeat;
			font-size:11px;
			line-height:22px;
			font-weight:400;
			text-decoration:none;
			text-transform:uppercase;
			color:#fff;
			position:relative;
			cursor:pointer;
		}
		.buttons-wrapper a em {
			font-weight:400;
			font-style:normal;
			padding:0 10px 0 10px;
			display:inline-block;
			background:url(../images/button-right.png) right -39px no-repeat;
		}	
		.buttons-wrapper a em em {
			font-weight:400;
			font-style:normal;
			background:url(../images/button-tail.png) 0 -39px repeat-x;
			cursor:pointer;
			padding:7px 9px 10px 5px;
		}
		.buttons-wrapper a em em span {background:url(../images/marker-4.gif) right 4px no-repeat; padding:0 21px 0 0;}
		
		.buttons-wrapper a:hover {background:url(../images/button-left.png) 0 top no-repeat;}
		.buttons-wrapper a:hover em  {background:url(../images/button-right.png) right top  no-repeat;}
		.buttons-wrapper a:hover em em  {background:url(../images/button-tail.png) 0 top repeat-x;}
