/******************* form styles ***********************/
form
{
	font-size: 10pt;
}

form input, form select, form textarea
{
	vertical-align: top;
	font-size: 10pt;
	border: 1px solid gray;
}

form fieldset
{
	width: 330px;
	display: block;

}

form .row
{
	clear: both;
}

form .col1, form .col2, form .col3
{
	margin: 5px 0px 5px 0px;	
}

form .col1
{
	width: 125px;
	float: left;
	text-align: right;
}

form .col2
{
	width: 200px;
	float: right;
	text-align: left;
}

form .col3
{
	width: 75%;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	float: right;
}

form .validate_error {

	color: red;
	visibility: hidden;

}

form label
{
	font-size: 8pt;
	margin: 0px 15px 0px 0px;
}

form #security
{
	border: 1px gray solid;	
}

.required
{
	font-size: 8pt;
	margin: 0px 0px 0px 5px;
	color: red;
	font-weight: bold;
}

.error
{
	font-size: 8pt;
	color: red;
}

.response
{
	color: blue;
}

/************* #search styles ***************/

#search{
	background-color: #1E334F;
	line-height: 30px;
	height: 30px;
	width: 220px;
	float: right;
	text-align: right; 
}

#search form, label{
	font-size: 10pt;
}

#search input{
	margin-top: 5px;
	padding-top: 2px;
	font-size: 10pt;	
}

#search .submit{
	padding: 0 5px 0 5px;
	background-image: url(../images/search.jpg);
	height: 22px;
	width: 24px;
	border: 0px;
	background-repeat: no-repeat;
}

.txt_box1{
	width: 150px;
}
