#loggedout {
	width:216px;
	/*width:250px;*/
}


.loginarea #loggedin ul {
	margin:0;
	font-size: 0.9091em;  /* 10px at default text size */
}

.loginarea #loggedout ul {
	margin:0;
	font-size: 0.9091em;  /* 10px at default text size */

}

.loginarea ul li {
	list-style-type: none;
	padding-left: 15px;
	background: url(../images/login_bullet.gif) center left no-repeat;
}



.loginarea h1 {
	margin-bottom: 24px;
	padding-bottom: 8px;
	color: #3c3b31;
	text-transform: uppercase;
	background: url(../images/subnav_header_background.gif) bottom left no-repeat;
}

.loginarea a {
	color: #f47a20;
	text-decoration: none;

}

.loginarea a:hover {
	text-decoration: underline;

}


.loginarea .login form {
	margin-bottom: 18px;
	font-size: 0.9091em;  /* 10px at default text size */

}

.loginarea .login form label {
	display: block;
	color: #3c3b31;
	text-transform: uppercase;

}

.loginarea .login form label#rememberlabel {
	display: inline;
	text-transform: lowercase;

}

.loginarea .login form input.textinput {
       	padding-left: 3px;
	width: 143px;
	border: none;
	background: url(../images/login_textinput_background.gif) top left no-repeat;
}

.loginarea #loggedout {
	width:250px;
}



