#contact {
	position: absolute;
	right: 0;
	top: 12px;
	width: 700px;
	height: 232px;
	overflow: hidden;
}
	
	#contact_header {
		font-family: "Oswald", Arial, Helvetica, sans-serif !important;
		font-size: 30px !important;
		text-shadow: 0px 1px 1px #fff;
		text-transform: uppercase; 
	}
	
	#contact_hr {
		position: absolute;
		top: 22px;
		left: 250px;
		width: 415px !important;
		min-width: 0px !important;
		height: 0px;
		margin: 0;
		overflow: hidden;
	}
	
	#contact_name {
		position: absolute;
		top: 46px;
		left: 0px;
		width: 277px;
		height: 59px;
	}
	
	#contact_phone {
		position: absolute;
		top: 104px;
		left: 0px;
		width: 277px;
		height: 59px;
	}
	
	#contact_email {
		position: absolute;
		top: 162px;
		left: 0px;
		width: 277px;
		height: 59px;
	}
	
		.contact_input {
			position: relative;
			margin: 0;
			padding: 0;
			width: 277px;
			height: 39px;
			background: url('../images/layouts/new/contact_input.jpg') no-repeat center top;
		}
			.FormField {
				background: none;
				border: none;
				outline: none;
				width: 260px;
				height: 20px;
				margin: 0;
				padding: 12px 10px 8px;
				font-family: Lucida Sans Unicode, Helvetica, sans-serif;
				font-size: 15px;
				color: #787878;
			}
			
			.FieldTitle {
				text-shadow: 0px 1px 1px #fff;
				color: #6d6d6d;
				line-height: 20px;
				font-size: 12px;
				font-family: 'Lucida Grande','Lucida Sans Unicode',Helvetica,Arial,Verdana,sans-serif;
				text-align: left;
				font-weight: normal;
				text-decoration: none;
				margin: 0;
			}
			
	#contact_checkboxes {
		position: absolute;
		top: 166px;
		right: 35px;
		width: 375px;
		height: 20px;
	}
	
		.FieldTitleCheck {
			padding: 0 10px 0 6px;
		}
	
	#contact_comments {
		position: absolute;
		top: 45px;
		right: 10px;
		height: 110px;
		width: 400px;
	}
	
		.contact_comment {
			outline: none;
			border: none;
			height: 78px;
			width: 357px;
			background: url('../images/layouts/new/contact_comments.jpg') no-repeat center top;
			padding: 10px;
			resize: none;
		}
		
	.contact_submit {
		position: absolute;
		top: 192px;
		right: 33px;
		width: 103px;
		height: 29px;
		background: url('../images/layouts/new/contact_submit.jpg') no-repeat center top;
		border: none;
		outline: none;
	}
		.contact_submit {
			cursor: pointer;
		}
		
		
	.divider {
		position: relative;
		margin: 20px auto;
		padding: 0;
		width:100%;
		min-width: 1024px;
		height:1px;
		border-top: 1px solid #999999;
		border-bottom: 1px solid #FFFFFF;
	}