.settings_container {
	display: none;
}

.settings_tab {
	padding: 7px;
	cursor: pointer;
}

.settings_even {
	background-color: #f0f0f0;
	border-top: 1px solid #C3C3C3;
	border-bottom: 1px solid #C3C3C3;
}

#login-box {
        background-color: #FFFFFF;
        border: 1px solid grey;
        width: 380px;
}

.login_header {
        background-color: #0D3781;
	font-size: 16px;
	font-weight: bold;
        padding: 7px;
        color: #FFFFFF;
}

#login_form {
	padding: 10px;
}

#login_form p {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}

#login_form span {
	font-weight: bold;
	color: #114299;
}

a.forgot_pass {
	text-decoration: underline;
}

.x_close_window {
	float: right;
}

.x_close_window:hover {
	cursor: pointer;
}

