
#contact div {margin-bottom:5px}

input[type=text], input[type=password], textarea, select {
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	color:#222;
	padding:4px;
	border:0;
	background:#eae7e1;
	width:230px;
	}

textarea {
	height:70px;
	resize:none;
	overflow:auto;
	scrollbar-face-color: #d5d0c6;
	scrollbar-arrow-color: #948b7c;
	scrollbar-track-color: #eae7e1;
	scrollbar-highlight-color: #d5d0c6;
	scrollbar-shadow-color: #d5d0c6;
	scrollbar-darkshadow-color: #d5d0c6;
	}

select {
	padding:3px;
	width:238px;
	}

input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus {
	outline:none;
	}

input[type=submit] {
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#eae7e1;
	padding:5px 8px 4px 8px;
	border:0;
	letter-spacing:1px;
	background:#948b7c;
	}

input[type=submit]:hover {
	color:#fff;
	background:#dc0900;
	cursor:pointer;
	}

label {cursor:pointer;}

.req {
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	color:#c00;
	}

