/* 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;
			margin:0;
			padding:0 0 8px 0px;
			}
			#contact-form input[type=text] {
				width:335px;
				font-size:1em;
				padding:8px 16px; 
				margin:0;
				background:#fff;
				color:#8b8b8b;
				border:1px solid #dcdcdd;
				border-radius:6px;
				-moz-border-radius:6px;
				-webkit-border-radius:6px;
				font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
				}
			#contact-form.main-contacts .field input {
				margin-top:0px;
				}
			#contact-form .area {height:295px;}
			#contact-form .area .error {float:left;}
			#contact-form textarea {
				width:556px;
				height:198px;
				background:#fff;
				color:#8b8b8b;
				font-size:1em;
				border:1px solid #dcdcdd;
				padding:10px 16px;
				margin:0;
				overflow:auto;
				display:block;
				border-radius:6px;
				-moz-border-radius:6px;
				-webkit-border-radius:6px;
				font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
				}
				#contact-form a {
					cursor:pointer;
					}
				#contact-form .alignright {
					padding-top:12px;
					}
					#contact-form small {
						color:red;
						font-weight:bold;
						padding:0 0 0 5px;
						}
			#contact-form label {
				padding:0 0 0px 10px;
				display:inline-block;
				color:#F00;
				}
			#contact-form strong {
				padding:0 0 2px 9px;
				display:inline-block;
				color:#838383;
				}
				#contact-form .error {
					float:left;
					color:red;
					width:220px;
					line-height:1.2em;
					display:none;
				}
		.buttons-wrapper {margin-top:30px; float:right;}
		.buttons-wrapper a {
			display:block; 
			float:left; 
			margin-left:20px; 
			color:#1d1d1d;
			font-size:18px;
			line-height:42px;
			height:42px;
			font-weight:700;
			padding:0px 20px 0px 20px;
			text-decoration:none;
			font-family:Arial, Helvetica, sans-serif;
			border-radius:8px;
			-moz-border-radius:8px;
			-webkit-border-radius:8px;
			background:#ffc529;
			background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffcc30), to(#ffbc20));
			background: -webkit-linear-gradient(top, #ffcc30, #ffbc20);
			background: -moz-linear-gradient(#ffcc30, #ffbc20);
			background:-o-linear-gradient(top, #ffcc30, #ffbc20);
			background: linear-gradient(#ffcc30, #ffbc20);
			-pie-background: linear-gradient(#ffcc30, #ffbc20);
		}
		.buttons-wrapper a:hover {
			color:#fff;
			background:#323232;
			background: -webkit-gradient(linear, 0 0, 0 bottom, from(#444444), to(#2a2a2a));
			background: -webkit-linear-gradient(top, #444444, #2a2a2a);
			background: -moz-linear-gradient(#444444, #2a2a2a);
			background:-o-linear-gradient(top, #444444, #2a2a2a);
			background: linear-gradient(#444444, #2a2a2a);
			-pie-background: linear-gradient(#444444, #2a2a2a);
			cursor:pointer;
		}

		