/* CSS Document */

.searchTop{
	/*padding-top:4px;*/
	width:800px;
	height:30px;
	background-image:url(../images/topBar_bg2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.userLogged{
	line-height:16px;
	font-family: Geneva, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.loggedusername{
	font-weight:bold;
}
.searchField {
	display: block;
	background-image: url(../images/textareabkg.gif);
	background-repeat: no-repeat;
	font-family: Geneva, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	/*color: #A08E6B;*/
	color: #666666;
	padding: 0px 0px 0px 5px;
	width: 172px;
	line-height:16px;
	height: 16px;
	border: 0px;
	float: left;
	}

.loginField {
	display: block;
	background-image: url(../images/textareabkg.gif);
	background-repeat: no-repeat;
	font-family: Geneva, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding: 0px 0px 0px 5px;
	width: 80px;
	line-height:16px;
	height: 16px;
	border: 0px;
	float: left;
	}
.passField{

	display: block;
	background-image: url(../images/textareabkg.gif);
	background-repeat: no-repeat;
	font-family: Geneva, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	color: #919191;
	padding: 0px 0px 0px 5px;
	width: 80px;
	height: 16px;
	line-height:16px;
	border: 0px;
	float: left;


}
	
.searchButton {
	padding: 0px;
	margin: 0px;
	width: 38px;
	height: 16px;
	border: none;
	float: left; 
	}
	
.right_txtareabkg{
	padding: 0px;
	margin: 0px;
	width: 3px;
	height: 16px;
	border: none;
	float: left; 
	margin-right: 8px;
}
.loginButton {
	padding: 0px;
	margin: 0px;
	width: 38px;
	height: 16px;
	border: none;
	float: left; }

#loginbox{
position:absolute;
top:0;
right:0px;
margin-left:300px;
}

form {
	margin: 0px;
	padding: 0px;}
