/* 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 15px 0px;
			}
			#contact-form input[type=text] {
				width:328px;
				font-size:1em;
				padding:10px 10px; 
				margin:0;
				background:#0d0d0d;
				color:#3e4565;
				border:1px solid #353535;
				font-family:Arial, Helvetica, sans-serif;
				}
			#contact-form.main-contacts .field input {
				margin-top:0px;
				}
			#contact-form .area {height:245px;}
			#contact-form .area .error {float:left;}
			#contact-form textarea {
				width:448px;
				height:155px;
				background:#0d0d0d;
				color:#3e4565;
				font-size:1em;
				border:1px solid #353535;
				padding:10px 10px;
				margin:0;
				overflow:auto;
				display:block;
				font-family: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:25px 0 0; float:right;}
		.buttons-wrapper a {
				display:inline-block;
				text-decoration:none;
				margin:0 0 0 18px;
				color:#fff;
				font-size:17px;
				line-height:1.2em;
				border:1px solid #353535;
				padding:2px 12px 7px 15px;
				background:url(../images/tail-button.jpg) 0 0 repeat-x #222222;
				border-radius:15px;
				-moz-border-radius:15px;
				-webkit-border-radius:15px;
				cursor:pointer;
		}
		.buttons-wrapper a:hover {background:#bc3edd; border:1px solid #bc3edd;}

		