.contactermsg {
  background: url(error.png) no-repeat;
  height: 14px;
  color: #CC0000;
  padding: 0 0 0 20px;
}

.contactmsg {
  background: url(success.png) no-repeat;
  height: 14px;
  color: #00CC00;
  padding: 0 0 0 20px;
}

#errormsg
{
	margin:0 0 14px 0;
}

.cLabel
{
	width:50px;
	text-align:right;
	padding-right:5px;
}

#conForm input
{
	width:200px;
}

#conForm input#cSubmit
{
	width:auto;
	padding:2px 10px;
}

#conForm textarea
{
	border:1px solid #ccc;
	height:100px;
	width:300px;
	overflow-y:scroll;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#conForm input#spam
{
	width:71px;
	margin-left:5px;
}

#conForm img
{
	vertical-align:middle;
}