/* CSS Document */

FORM
{

	padding:0px;
	font-size:10px;
	border:none;
	background-color:inherit;
	width:600px;
	
	margin-bottom:30px;
	
}



LABEL
{
	color:#000000;
	border:none;
	display:block;
}

.legend
{
	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-weight:bold;
	
	background-color:#CCCCCC;
	color:#000000;
	
	margin-top:1px;
	margin-bottom:5px;
	padding-left:10px;
	margin-right:5px;

	height:20px;
	width:190px;
	float:left;
	
	
}

FIELDSET
{
	display:block;
	border:none;
	padding-top:0px;
	padding-bottom:5px;
	padding-left:0;
	margin:0px 0px 0px 0px; 
	z-index:-1;
	border-bottom:none;
}

.required
{
	color:#FF3300;
	font-weight:bold;
}
.hidden
{
	display:none;
}
.comment /*this is for the database field comment. It will be printed with the 'i' icon on the left*/
{
	display:block;
	font-size:11px;
	background-image:url(http://www.traderguide.net/graphics/webPNG/information_logo.png);
	background-repeat:no-repeat;
	height:20px;
	width:80%;
	
	padding-left:23px;
	margin-top:0px;
	margin-bottom:10px;
}


INPUT, TEXTAREA, SUBMIT, SELECT
{
	border:1px dotted #999999;
	z-index:0;
}

TEXTAREA
{
	width:100%;

}
INPUT.serchField
{
	position:absolute;
	top:0;
	
	right:60px;
	
	width:150px;
	height:21px;
	border:1px solid #000000;
	
	font-size:16px;
	text-transform:lowercase;
	font-weight:bold;

	color:#FF6600;
}

INPUT.find
{
	position:absolute;
	top:0;
	right:0;
	

	height:25px;
	width:50px;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#000000;
	margin-left:10px;
	background-image:url(http://www.traderguide.net/graphics/webPNG/mainMenu.png);
	background-position:0px -75px;
	background-repeat:repeat-x;
	border:none;
}
INPUT.find:hover
{
background-position:0px -25px;
background-repeat:repeat-x;
}