/*CONTACT*/

#contact a:link, #contact a:visited {
	text-decoration:none;
	color:white;
}

#contact {
	width:450px;
	position:relative;
	left:10px;
	padding:40px 0;
}

#contact p, #contacthome p{
	margin-left:10px;
}

#contact ul li, #contacthome ul li {
	list-style-type:none;
}

#contact ul, #contacthome ul {
	margin: 0; padding: 0;
    left:0;
}

fieldset {
	border:0;
	padding:0;
	margin:0;
}

label {  
	display:block;
	font-family:verdana, sans-serif;
	font-size:12px;
}

.formstyle {
	background-color:white;
	border-color:black;
	border-width:1px;
	border-style:solid;
	width:450px;
	margin-bottom:10px;
	font-family:verdana, sans-serif;
	font-size:12px;
}

.fulltext {
	background-color:white;
	border-color:black;
	border-width:1px;
	border-style:solid;
	width:300px;
	height:120px;
	font-family:verdana, sans-serif;
	font-size:12px;
}

.submitbutton {
	border-style:solid;
	border-color:black;
	border-width:1px;
	margin-top:15px;
	background-color:#B50808;
	color:white;
	float:right;
}

#formmessage {
	position:absolute;
	top:225px;
	right:0;
}

.formmessage {
	color:#134127;
	position:relative;
	top:-45px;
	float:right;
	margin:0; padding:0;
}

.redtext {
	color:red;
	position:relative;
	top:-45px;
	float:right;
	margin:0; padding:0;
}

.bluetext {
	position:relative;
	top:-45px;
	float:right;
	margin:0; padding:0;
	color:blue;
}

.servicecheck {
	display:inline;
}