/* @override http://localhost:8000/media/base/authentication.css */

/*
 css for the clientlogin bar and form's properties
*/


/*  Home Bar Login -- uses sub_nav_wrapper as div container */

.clientLoginBlock {
	overflow: hidden;
	text-align: right;
}

form#clientLogin table {
	margin-left: 3px;
	margin-right: 3px;
	font-size: 100%;
	color: #000000;
	width: auto;
	float: left;
	clear: both;
}

form#clientLogin.vert {

	margin-left: 15px;
	clear: both;
}

form#clientLogin th {
	font-weight: normal;
	text-align: left;
	padding-right: 5px;
	left-margin: 0px;
}

form#clientLogin table th a:hover {
	color: #ffb092;
	text-decoration: none;
}

form#clientLogin table th a {
	text-decoration: none;
}

form#clientLogin table td {
	text-align: right ;
}
/*  End of Home Bar Login */

.error {
	line-height: 2.0em;
	background-color: #eb5f44;
	list-style-type: none;
}

.errorlist {
	line-height: 2.0em;
	background-color: #eb5f44;
	list-style-type: none;
	margin-right: 10px;
	padding-left: 25px;
	width: auto;
}



