.table_login {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #666666;
}

.login_screen {
	/* cell properties */
	width: 316px;
	height: 175px;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 0px solid #cccccc;

	/* background image properties*/
	background-image: url('../pic/bg_login.jpg');
    background-repeat: no-repeat;
    background-position: center;
}
.request_screen {
	/* cell properties */
	width: 324px;
	height: 175px;
	padding: 0;
	border: 0;

	/* background image properties*/
	background-image: url('../pic/bg_request.jpg');
	background-repeat: no-repeat;
	background-position: center;

}
.request_screen table {
    margin-left: 4px;
}
.form_button {
	height: 22px;
	background-color : #FFFFFF;
	border: 2px solid #999999;
	font:  Arial 12px;
	text-align: center;
}

/* Settings of the main table which contains the site. */
.table_login {
	table-layout: auto;
	border-collapse: collapse;
}
.login_welcome {
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 0px solid #000000;
}

.login_error {
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 0px solid #000000;
	color: red;
}

.form_label {
	/* cell properties */
	vertical-align: center;
	text-align: right;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 0px solid #000000;
}
.form_field {
	/* cell properties */
	vertical-align: center;
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
    font-size:13px;
}
input.save {
    border: 1px solid #F60;
    background: #F60;
    color: white;
    font-weight: bold;
}
input.reset {
    background-color: buttonface;
    border:1px solid #999;
}
