@charset "utf-8";
/* CSS Document */

/****************
 THE FORM
 ****************/
.formrow
{
	margin-bottom: .3em;
}
.formitem label
{
	color: #c3b3b3;
	font-weight: bold;
	text-transform: capitalize;
	display: inline-block;
	padding-left: 1em;
	width: 116px;
}
.formitem label.tight
{
	width: 50px;
}
.formitem input, .formitem select, .formitem file
{
	font-size: 14px;
	line-height:14px;
	border: inset 1px #999;
}
.formitem input
{
	padding: .2em 0;
	height: 1.4em;
}
.formitem [type=submit]
{
	border: 0;
	display: block;
	margin-right: 22px;
	float: right;
	text-transform: uppercase;
	text-align: center; 
	color: #FFFFFF; 
	font-weight: bold; 
	font-size: .8em;
	background-color: #0099FF; 
	width: 100px; 
	height: 25px;
}
.sigleitem
{
	width: 440px;
}
