/* CSS Document */

FORM
{

	padding:0px;
	font-size:10px;
	border:none;
	background-color:inherit;
	width:100%;	
}



LABEL
{
	color:#FFFFFF;
	border:none;
}

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

	font-weight:bold;
	font-size:13px;
	
/*	background-color:#CCCCCC;
*/	color:#FFFFFF;
	
	margin:0px;
	float:left;
	width:145px;
	vertical-align:bottom;
}

FIELDSET
{
	display:block;
	border:none;
	padding:0px 0px 10px 0px;
	margin:0px 0px 0px 0px; 

	z-index:-1;
	border-bottom:none;
	width:100%;
	/*float:left;*/
	
/*	border:1px #FFFFFF solid;
*/}

.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;
	font-weight:100;

	width:100%;
	
	margin-top:0px;
	margin-bottom:10px;
	color:#FF6600;
}


INPUT, TEXTAREA, SUBMIT, SELECT
{
	border:none;
	z-index:0;
	font-size:10px;
}

.submit{

	padding:5px;
	font-size:13px;
	font-weight:bold;
	border:none;
	background-color:#CC3300;
	color:#FFFFFF;
	
	position:relative;
	bottom:-320px;
	left:260px;
	width:100px;

}

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;
}


.button_class{

background-color:#00CCFF;

}

.error_highlight{

	background-color:#FFCC00;
}
