*{
	padding:0;
	margin:0;
}
body{
	background:#cbcbcb url(../images/bg.jpg) top center no-repeat;
	color:#4e535c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
}
#wrapper{
	width:510px;
	margin:70px auto;
}
img{
	margin-bottom:-5px;
}
h1{
	display:none;
}
ul{
	margin-left:303px;
	list-style:none;
}
label{
	cursor:pointer;
}
#contactForm{
	height:0;
	line-height:12px;
	overflow:hidden;
}
#formWrapper{
	overflow:hidden;
}
#desc{
	width:260px;
	float:left;
	margin-top:250px;
	text-align:right;
}
#contactBtn{
	background:url(../images/email.gif) right no-repeat;
	display:block;
	width:150px;
	padding-right: 70px;
	margin-top:18px;
	color:#4e535c;
	text-decoration:none;
	float:right;
	cursor:pointer;
}
#submitBtn{
	cursor:pointer;
	width:71px;
	height:19px;
	background:url(../images/send.gif);
	margin-left:189px;
}
#updateMsg{
	position:absolute;
	height:20px;
	margin-top:17px;
	margin-left:2px;
	float:left;
}
input{
	background:url(../images/inputbg.gif);
	border:none;
	width:251px;
	height:14px;	
	font-size:11px;
	padding:4px;
	font-family:Arial, Helvetica, sans-serif;
	color:#2063b5;
	margin-bottom:12px;
}
textarea{
	overflow:auto;
	background: url(../images/textarea.gif);
	width:251px;
	height:64px;
	padding:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border:0;
	color:#2063b5;
}
.error{
	color:#9c0000;
	font-weight:bold;
}
.success{
	color:#078e00;
	font-weight:bold;
}
#emailError,#subjectError,#messageError{
	background:url(../images/error.gif);
	width:7px;
	height:11px;
	color:#f7f7f7;
	position:absolute;
	top:20px;
	left:-10px;
	font-size:1px;
}
#subjectError{
	top:66px;
}
#messageError{
	top:113px;
}