@CHARSET "UTF-8";
/* login and logout segements specific styling */

.loginout input.textbox,
.loginout .listbox,
.loginout .combobox{
	border: 1px solid #9A2A00;
	margin: 0px;
	padding: 0px;
	width: 150px;
}

.loginout input.button{
	border: 1px solid #92AA5C;
	color: #195C0F; 
	background-color: #f9f9f9;
}

.loginout .links {
	white-space: nowrap;
}

.loginout a.remind{
	color:#9B1D00;
	font-size:12px;	
}

.loginout a.register{
	color:#58820A;
	font-size:14px;
}

.loginout .row{
	width: 100%;
	margin-bottom: 3px;
}


	
