/* Begin Contact Form CSS */
.contactform {
	position: static;
	overflow: hidden;
	width: 400px;
	margin: -140px 10px 0px 10px;
	background: #1a1a1a;
	border: 1px solid #333333;
	float: right;
}

.contactform input {
	margin: 10px;
	}
	
.contactform span {
	color: #d7d149;
	font-weight: bold;
	font-size: 19px;
	padding-right: 2px;
	}
	
.contactform textarea {
	margin: 10px;
	width: 217px;
	}

.contactform div.top {
	height: 40px;
	}
	
.contactform div.last,div.last-2,div.bottom {
	border-bottom: none;
	}
	
.contactform div.last {
	text-align: right;
	padding-right: 4px;
	}

.contactleft {
	width: 150px;
	clear: both;
	float: left;
	border-bottom: 1px solid #333333;
	text-align: center
}

.contactright {
	width: 250px;
	text-align: left;
	float: right;
	border-bottom: 1px solid #333333;
	text-align: center;
}

.contacterror {
	border: 1px solid #92eeff;
}


/* End Contact Form CSS */
