/*----- forms -----*/
#contacts-form fieldset {
	border:none;
	color:#ffffff;
	width:471px;
}
	#contacts-form label {
		display:block;
		height:42px;

		background:url(images/input-bg.jpg) no-repeat left top;
	}
		#contacts-form label input {
			float:right;
			width:350px;
			padding:14px 10px 12px 24px;
			border:none;
			background:none;
			color:#000;
		}
		#contacts-form span {
			float:left;
			padding:14px 0 0 10px;
		}
	
	#contacts-form .textarea-box {
		background:url(images/textarea-box.jpg) no-repeat left top;
		width:471px;
		height:205px;

		margin-bottom:11px;
	}
		#contacts-form textarea {
			width:425px;
			height:130px;
			overflow:auto;
			padding:14px 10px 12px 24px;
			background:none;
			border:none;
			color:#000;
		}
		#contacts-form input.submit {
			background:url(images/send.jpg) no-repeat left top;
			width:90px;
			height:35px;
			border:none;
			cursor:pointer;
		}

/*==========================================*/