.login_panel {
	width: 640px;
	height: 400px;
	margin: auto;
	background-color: #e7f2f8;
	border: 2px solid #3eb9f9;	
}

.login_form {
	width: 620px;
	height: 240px;
	margin: auto;
	background-image: url("/Portal/javax.faces.resource/login_bg.jpg.xhtml?ln=images");
}

.login_form table{
	margin: auto;
	padding-top: 80px;
}

.login_form label {
	font-size: 16px;
	font-weight: bold;
}
.login_form input {
	font-size: 14px;
	padding: 2px;
}
#login_submit_button{
	width: 157px;
	height: 40px;
	margin: auto;
	margin-top: 150px;
}

#login_submit_button input{
	font-size: 16px;
	font-weight: bold;
	background-image: url("/Portal/javax.faces.resource/button_yellow.png.xhtml?ln=images");
	width: 157px;
	height: 40px;
	background-color: transparent;
	border: none;
}