/* =Contact Form
----------------------------------------------- */
#mc2 {padding:0 20px;}
h5.error {
	color:#FF9900;
	padding-bottom:0px
}
p.error {
	font-size:85%;
	line-height:1em;
	color:#FF9933;
}
.msgbody {margin:.5em 0 0;border-top:1px dotted #ccb;padding-top:.5em;}


/* =Generic Forms
----------------------------------------------- */
form {
	margin:.75em 0 1.5em;
	padding:5px 10px 8px;
}
form table {
	color:#333333;
}
form > table {width:100%;}

/* form th {text-transform:lowercase;white-space:nowrap;} */
form th {text-transform:lowercase;white-space:nowrap;}

form .group {margin:0 0 .75em;}
form.filter {margin-bottom:1.5em;}
input, textarea, select {
	margin:1px 0;
	font:100%/1 em verdana,sans serif;
}
td input, td textarea, td select, #searchform input, #advsearch input {font-size:110%;}
input.text {
	background:#f6f6f6;
	border:1px solid #ccc;
	border-color:#aaa #eee #eee #aaa;
	color:#333;
}
.imgbutton {vertical-align:middle;}
.unit {white-space:nowrap;margin-right:.5em;}

select {
	border:1px solid #999999;
}
form p {font-size:85%;line-height:1.6em;}
form td p {font-size:100%;}

form div div, #maincol form div div, form table {font-size:100%;padding:0;border-width:0;}
form table td {width:100%;}
form table td, form table th {padding:5px 10px 5px 0;border-bottom:1px dotted #ccb;font-weight:normal;font-size:85%;}

form label {text-transform:lowercase;margin-left:5px;}
form label.inline {display:inline;font-weight:normal;}

form input, form textarea, form select {margin:1px 0;}
form textarea {
	background:#f6f6f6;
	display:block;
	clear:left;
	width:97%;
	border:1px solid #ccc;
	border-color:#ccc #fff #fff #ccc;
	color:#333;
}

form input.button, form input.button2 {padding:2px;border:2px solid #69c;border-color:#69c #369 #369 #69c;background:#ccb;color:#000;font:100% Verdana,Sans-serif;}
form input.button2 {border-color:#998 #665 #665 #998;color:#333;}
form input.button:hover, form input.button2:hover {color:#963;background:#eed;cursor:pointer;}
form input.button:active {border-color:#369 #69c #69c #369;background:#ccc;color:#000;}
form input.button2:active {border-color:#666 #999 #999 #666;background:#ccc;color:#000;}
