

.login_form .text_input {
	border: #c58555 1px solid;
	background: #ede7d9;
	font-size: 11px;
	padding: 1px 0 1px 0;
	height: 13px;
	margin: 2px 0 9px 0;
	width: 130px;
}

.login_form p {
	margin: 0;
	padding: 0;
}


.login_form {
	padding: 0;
	margin: 0;
	width: 150px;
	text-align: right;
	font-size: 11px;
	color: #050001;
}

.login_form a {
	color: #c87c48;
	text-decoration: none;
}

.login_form a:hover {
	text-decoration: underline;
}	

.register_user_button {
	background: #c48655;
	font-size: 11px;
	border: 0;
	color: white;
	font-family: Tahoma;
    font-size: 11px;
	font-weight: bold;
	width: 90px;
	padding: 4px 0 4px 0;
	cursor: pointer;
	margin: 8px 0 12px 0;
	text-transform: lowercase;
}

#password_form_div table {
	width: 260px;
	border-collapse: collapse;
}

#password_form_div table td {
	vertical-align: middle;
	text-align: right;
}





#user_box a {
	color: black;

	background:none;

	position: relative;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}

#user_box a:hover {
	text-decoration:underline;
}