@charset "UTF-8";
/* CSS Document */

#contactArea{
	position:relative;
	width:900px;
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:120px;
	}
	
#contactForm{
	position:relative;
	width:500px;
	height:400px;
	margin-left:auto;
	margin-right:auto;
	}
	
#contactForm ul{
	list-style:none;
	}

#contactForm ul li{
	margin-bottom:10px;
	}
	
#labelForm1{
	width:500px;
	height:20px;
	font-size:10px;
	padding-right:8px;
	text-align:right;
	}

#labelForm2{
	width:500px;
	height:20px;
	font-size:10px;
	text-align:right;
	padding-top:8px;
	padding-right:8px;
	vertical-align:text-top;
	}

#formStyle1{
	width:200px;
	height:20px;
	border:1px dotted #888878;
	padding:8px;
	margin-top:5px;
	margin-bottom:5px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image:url(../images/paper2.jpg)
	}

#formStyle2{
	width:350px;
	height:150px;
	border:1px dotted #888878;
	padding:8px;
	margin-top:5px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image:url(../images/paper2.jpg);
	}

#address{
	float:left;
	color:#000;
	height:auto;
	padding-right:30px;
	width:auto;
	margin-right:30px;
	border-right: 1px dotted #888878;
	}
