.contact form p {
	margin: 0;
	line-height: 22px;
	font-weight: bold;
}

.contact input, .contact textarea {
	font: 100% Verdana, Sans-serif;
	border: 1px solid #999;
}

.contact .textbox {
	padding: 3px 5px 3px 3px;
	border: 1px solid #888;
	background: #FFF url('../layout_images/searchboxbg.png') right top repeat-y;
}

.contact textarea {
	padding: 3px 5px 3px 3px;
	background: #FFF url('../layout_images/searchboxbg.png') right top repeat-y;
	margin: 0 0 10px 0;
}

.contact .button {
	padding: 3px 8px 3px 8px;
//	padding: 2px 4px 3px 4px;
//	margin: 0 0 -1px 0;
	border: 1px solid #777;
	background: #9CF url('../layout_images/buttonbg.png') top left repeat-x;
	color: #FFF;
	font-weight: bold;
}

.contact .form td {
	padding-bottom: 10px;
}
