@charset "utf-8";
/* CSS Document */

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

html, body {
	margin: 0;
}

body {
	background: #5a7cad;
	text-align: center;
}

#site-container {
	width: 765px;
	margin: 0 auto;
	text-align: left;
}

#form-container {
	background: url('image/intranet2_background.jpg') no-repeat;
	height: 401px;
}

#login-form {
	background: #fff;
	border: 1px solid #000;
	padding: 3px;
	width: 190px;
}

#login-form * {
	font-size: 11px;
}

#login-form input {
	background-color: #e3f0ff;
	border: 1px solid #7f9db9;
}

#bottom-info {
	background: url('image/intranet2_bottombg.gif') no-repeat;
	height: 14px;
	font-size: 11px;
	color: #707070;
	text-align: center;
}

.tableless-form {
	text-align: left;
	margin: 0 5px;
}

.tableless-form label {
	width: 60px;
	float: left;
	font-weight: bold;
}

.tableless-form input, textarea, button, select {
	border: 1px solid #000;
	background: #fff;
}

.tableless-form input, textarea, select {
	width: 120px;
	margin-bottom: 5px;
	font-size: 11px;
}

.tableless-form textarea {
	width: 250px;
	height: 150px;
}

.tableless-form br {
	clear: left;
}

.tableless-form .box {
	width: 1em;
}

.tableless-form .submit {
	margin: 5px 0 0 60px;
}
