html,
body {
	background:url('../images/bg.jpg') repeat-x #ffffff;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
    -webkit-text-size-adjust: none;
}

#contactpageframe {
	width: 960px;
	position: relative;
	margin: 0 auto 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #dcdcdc;
	background: #FFF;
}

#contactcontent {
	background: #FFF;
	bottom: 0;
	width: 960px;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#contactcontent .headline {
	color: #333;
	font-size: 30px;
	font-weight: bold;
	text-shadow: #fff 0px 1px 0px;
	text-align: left;
	padding-top: 40px;
	margin-left: 65px;
}

#hr {
	background: url(../images/contact/hr.jpg) no-repeat;
	margin: 0 auto 0;
	width: 850px;
	height: 41px;
	margin-bottom: 20px;
}

#page {
	width: 830px;
	height: 500px;
	margin: 0 auto 15px;
	padding-top: 50px;
	padding-bottom: 50px;
}

#page .subheadline {
	font-size: 15px;
	font-weight: bold;
	color: #828282;
	line-height: 1.3em;
	text-align: center;
}

#page p {
	font-size: 12px;
	font-weight: normal;
	color: #828282;
}

table {
	font-size: 12px;
	font-weight: normal;
	color: #828282;
}


#page img {
	border: none;
}


#form-container-left {
	width: 425px;
	height: 300px;
	margin-top: 70px;
	float: left;
}

#form-container-right {
	width:370px;
	height:300px;
	float:right;
	margin-right: 30px;
	margin-top: 70px;
}

#form-container-right p {
	font-size: 14px;
	font-weight: normal;
	color: #828282;;
}


#con1 {
	width: 150px;
	height: 80px;
	margin-left: 28px;
	padding: 10px 10px 0px 10px;
	float: left;
	border: 1px solid #dcdcdc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#con1 p {
	font-size: 14px;
	font-weight: normal;
	color: #000;
}
