@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #d1d1d1;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	text-align: left;
	}

#main {
	float: left;
	display: inline;
	width: 280px;
	margin-left: 5px;
	margin-bottom: 20px;
	}

#main h3 {
	color: #333;
	padding: 0 0 2px 0;
	font-size: 12px;
	line-height: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	}

fieldset {
	margin: 10px 0 0 0;
	padding: 10px 5px 5px 5px;
	border: solid #009900 1px;
	}

fieldset legend {
	padding: 0 5px;
	color: #006600;
	font: normal 11px/16px Arial, Helvetica, sans-serif;
	font-weight: bold;
}

fieldset p {
	float: left;
	margin: 5px 0 0 5px;
	width: 150px;
}
fieldset a:link {
	color: #FFFFFF;
}

fieldset a:visited {
	color: #FFFFFF;
}

fieldset a:active {
	color: #cccccc;
}

fieldset a:hover {
	color: #cccccc;
}

table.searchfrm {
	float: left;
	border: none;
	}

table.searchfrm tr {
	vertical-align: top;
	}

table.searchfrm td {
	border: none;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 1px;
	}

table.searchfrm label {
	text-align: right;
	}

table.searchfrm td.fmlabel {
	padding: 3px 3px 0 0;
	text-align: right;
	}

table.searchfrm input, table.searchfrm textarea, table.searchfrm select {
	width: 175px;
	margin: 0 2px 0 2px;
	padding: 1px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	}

table.searchfrm td.fmmulti select {
	width: 80px;
	}

table.searchfrm td.frmsubmit {
	text-align: right;
	}
	
table.searchfrm td input.frmbutton {
	width: 50px;
	}
	
table.searchfrm td.fmlabel {
	padding: 3px 5px 0 0;
	text-align: right;
	}
	
table.searchfrm td.frmsubmit {
	text-align: right;
	}


form label {
	font-size: 10px;
	color: #333;
	display: block;
	margin: 0 07px;
	}

form span {
	display: block;
	padding: 1px;
	background-color: #FFF;
	border: 1px solid #d1d1d1;
	margin: 0 0 0 -4px;
	}

form span textarea, form span input {
	border: 1px solid #C3C3C3;
	border-top-color: #7C7C7C;
	border-bottom-color: #DDD;
	}

form span select, form span textarea, form span input {
	width: 100%;
	font-size: 1.0em;
	font-family: Geneva,Tahoma,Arial,sans-serif;
	}

form span textarea { 
	height: 148px;
	}

.btn-post 
{ 
	display: block; 
	width: 62px;
	height: px;
}
	
.tiny_form{
font-size:7px;
font-weight:bold;
letter-spacing:3px;
color: #006600;
margin:0px,0px,2px,1px;
	display: inline;
	padding: 1px;
	background-color:#74A01F;
	border: 0px solid #d1d1d1;
}

.clearall { clear: both; height: 1%; font: 1px/5px "Georgia", serif; /*Deals with IE Win*/ }
