label{
	display: block;
	padding-bottom: 5px;
	margin-top: 20px;
	color: #999;
}

#contactform {
	width: 300px;
	overflow: hidden;
	margin-top: 15px;
}

#contactform li{
	list-style: none;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 20px;
}

#contactform li label{
	position: absolute;
	top: -12px;
	left: 5px;
	font-size: 12px;
}

#contactform li .fieldbox{
	background: transparent url(../images/subfield.png) 0 0 no-repeat;
	float: left;
	height: 27px;
	padding-left: 5px;
}

#contactform li .fieldbox input{
	background: transparent;
	height: 27px;
	padding-top: 5px;
	width: 200px;
	border: none;
}

#contactform li .fieldbox-end{
	float: left;
	height: 27px;
	width: 5px;
	background: transparent url(../images/subfield.png) top right no-repeat;
}

#contactform li .msgbox{
	background: transparent url(../images/msgfield.png) no-repeat top left;
	float: left;
	height: 110px;
	padding-left: 5px;
}

#contactform li .msgbox textarea{
	background: transparent;
	height: 110px;
	padding-top: 5px;
	width: 290px;
	border: none;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

#contactform li .msgbox-end{
	float: left;
	height: 110px;
	width: 5px;
	background: transparent url(../images/msgfield.png) top right no-repeat;
}

//Button style
#submitbtn{
	background: #acb4cb;
	color: #fff;
	padding: 5px 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

p.btns input.btn{
	background: #465e73 url(../images/formnav-sprite.png) no-repeat;
	height: 20px;
	display: inline;
	color: #fff;
	text-indent: -9999px;
	overflow: hidden;
	border: none;
	float: right;
	margin: 10px 5px 0 0;
}

p.btns input.submit{
	width: 118px;
	background-position: 0 -20px;
	margin-right: 42px;
}

p.btns input.submit:hover{
	background-position: 0 0;
}

p.btns input.reset{
	width: 90px;
	background-position: -118px -20px;
}

p.btns input.reset:hover{
	background-position: -118px 0;
}

p.thanksmsg{
	background-color: #465e73;
	padding: 5px;
	color: #fff;
	font-size: 12px;
	width: 300px;
	line-height: 15px;
}

.errors{
	color: #f00;
	font-size: 12px;
}

p.error-description{
	background-color: #f00;
	color: #fff;
	padding: 5px;
	width: 200px;
	margin-bottom: 10px;
}

.errors ul{
	line-height: 15px;
}