.overall {
	background-image: url(images/bgall.jpg);
	background-repeat: repeat-x;
}


.formcontent {
	margin: 20px;
}

.textarea {
	border: solid 1px black;
	font-family: 'Tahoma';
	font-size: 11px;
}

.error {
	background-color: #c7c7c7;
}

.formlogo {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	height: 65px;
}

.formname {
	background-image: url(images/name.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 80px;
}

.formcompany {
	background-image: url(images/company.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 80px;
}

.formemail {
	background-image: url(images/email.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 80px;
}

.formphone {
	background-image: url(images/phone.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 80px;
}

.formmessage {
	background-image: url(images/message.gif);
	background-repeat: no-repeat;
	height: 20px;
}

.formcontact {
	background-image: url(images/contact.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 30px;
}

.forminfo {
	color: white;
	font-family: 'Tahoma';
	font-size: 11px;
	height: 30px;
}

.credits, a {
	font-family: 'Tahoma';
	font-size: 11px;
	color: #C7C7C7 ;
}

a:hover {
	color: #808080;
}