#contentContact{
	float:left;
	clear:both;
	color:#E6D8AE;
	}
#contentContact .white{
	color:#fff;
	padding-left:10px;
	}
#contentContact h1{
	line-height:1%;
	padding-bottom:25px;
	}
#contentContact p{
	padding-bottom:10px;
	}
#contactTop{
	position:relative;
	z-index:5;
	width:923px;
	height:200px;
	padding-bottom:20px;
	line-height:120%;
	background:#333;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px; 
	box-shadow: 0px 0px 3px #333;
	-moz-box-shadow: 0px 0px 3px #333;
	-webkit-box-shadow: 0px 0px 3px #333;
	}
#leftTop{
	position:absolute;
	top:30px;
	left:20px;
	}
#leftTop p, #leftBottom p{
	width:430px;
	}
	
#contactBottom{
	position:relative;
	width:923px;
	height:240px;
	padding-bottom:20px;
	line-height:120%;
	background:#7A786C;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px; 
	box-shadow: 0px 0px 3px #333;
	-moz-box-shadow: 0px 0px 3px #333;
	-webkit-box-shadow: 0px 0px 3px #333;
	}
#leftBottom{
	position:absolute;
	top:30px;
	left:20px;
	}
#rightTop{
	position:absolute;
	top:30px;
	left:510px;
	}
#rightTop .left{
	float:left;
	width:110px;
	}
#rightTop .right{
	float:left;
	width:220px;
	}
#rightBottom{
	position:absolute;
	top:30px;
	left:510px;
	}
input, textarea {
	font-family:Trebuchet MS,Tahoma, Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	padding: 5px 8px;
	text-align:left;
	border:none;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
	background:#333;
	-webkit-box-shadow: inset 3px 3px 5px 0px #222;
	-moz-box-shadow: inset 3px 3px 5px 0px #222;
	box-shadow: inset 3px 3px 5px 0px #222;  
}
input {
	width:254px;
	height:15px;
}
textarea {
	width:254px;
	height:75px;
}
#content fieldset {
	padding: 0;
}

label {
}

form dt {
	margin: 0 0 3px 0;
}

form dd {
	margin: 0 0 7px 0;
}

input.button {
	vertical-align:bottom;
	background:url(btn_send.png) top left no-repeat;
	width:96px;
	height:31px;
	padding:0;
	margin-left:10px;
	cursor:pointer;
	font-size:1px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

