/* contact form start */

table.contacttable {
	background-color: #C9C9C9;
	border-width:1px; border-color: #959494; border-style: solid;
}

.contactinput,
.contactbutton,
.contactarea {
	border: 1px solid #959494;
	background: white;
	padding-left: 2px;
	font-size: 12px;
}

/*
.contactinput,
.contactarea {
	width: 300px;
}
*/
.contactinput {
	height: 17px;
}

.contactbutton { 
	cursor: hand;
}

.contacttext {
	font-size: 12px;
}

/* contact form end */

