#loginForm{
	background: #321d0d url(images/loginForm_bg.gif) top left repeat-x;
	border-bottom: 1px solid #1c0f08;
}

#loginForm form{
	margin: 0;
	padding: 0;
}

#loginForm input.text{
	border: none;
	border-top: 1px solid #200d04;
	border-bottom: 1px solid #634223;
	background-color: #422612;
	width: 227px;
	height: 17px;
	padding: 3px 0 0 5px;
	margin: 0 0 5px 10px;
	font-size: 11px;
	color: #fff;
}

#loginFormSubmit{
	background: #653518 url(images/loginForm_submit.jpg) top left no-repeat;
	height: 22px;
	width: 83px;
	/*margin-left: 159px;*/
	/*margin-bottom: 10px;*/
	border: none;
	font-size: 11px;
	color: #fff;
}

#getAccount, #getAccount:visited, 
#getAccount:hover, #getAccount:active{
	border-top: 1px solid #53351d;
	min-height: 21px;
	color: #e6b171;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	display: block;
	padding: 9px 0 0 10px;
	margin: 0 10px;
}

#getPassword, #getPassword:visited,
#getPassword:hover, #getPassword:active{
	border-top: 1px solid #53351d;
	min-height: 21px;
	color: #e6b171;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	display: block;
	padding: 9px 0 0 10px;
	margin: 10px 10px 0;
}

#getAccount:hover, #getPassword:hover{
	text-decoration: underline;
}

#getAccount, #getAccount:visited, #getAccount:hover, #getAccount:active{
	font-weight: bold;
	
}
