/* General Form */
form {margin:0;}

input {color: #878889;}

select {color: #878889;}

.button{ color: #000;}

.star { color:#FF0000;}

.formfields{ width:90%;}

.form td {
	padding: 4px;
	vertical-align: top;
	
	line-height: 12px;
}

.form th {
	padding: 3px;

	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	text-align: left;
}

.form .button {
	font-family: tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
}

.form .formfields, .form .formfields2, .form textarea, .form input.formfields {
	width: 300px;
	
    font-size:9px;
	font-family: Verdana, Arial, sans-serif;
	
	border: 1px solid #A5ACB2;
}

.form .formfields {
	width: 100px;
}

.form .formfields2 {
	width: 100px;
	height: 22px;
}

.form textarea {
	height: 50px;
	
	font-size: 12px;
}

.form select {
    font-size:9px;
	font-family: Verdana, Arial, sans-serif;
}

.form .hover {
	background-color: #CFEFDB;
}