#contactbg{
	width:93%;
	height:680px;
	background-color:#fff;
	opacity:.0;	
	position:absolute;
}
#contactdis{
	width:100%
	z-index:2;
}

#contact{
	padding:10px;
}
#contact form{
	width:100%;
	padding:20px;
	border:1px solid #ccc;
	margin-bottom:30px;
	float:left;
	
}

#contact form label{
	float:left;
	width:200px;
	padding-top:5px;
	font-weight:bold;
	color:#fff;
	text-shadow:2px 2px 2px #000;
}
#contact h2{
	color:#fff;
	text-shadow:2px 2px 2px #000;
}
#contact form input, #contact form textarea{
	float:left;
	border-radius:20px;
	border:1px solid #ccc;
	background-color:#fff;
	padding:5px!important;
}

#contact form input{
	width:50%;
	min-width:200px;
	padding:10px;
	margin-right:100px;
	margin-bottom:5px;
}

#contact form textarea{
	width:80%;
	height:200px;
	margin-bottom:5px;
	padding:10px;
}

#contact form input[type="submit"]{
	width:100px;
	cursor:pointer;
}

#contact_right ul li,#contact_right h2{
	font-weight:bold;
	color:#fff;
	text-shadow:2px 2px 2px #000;
}