/* */

div.login {
	width: 300px;
	margin: 100px auto 50px auto;
	padding: 0px;
	background: url(bg/login.png) no-repeat center center;
	border: 1px solid #87A1B5;
	overflow: auto;
}


div.login form {
	margin: 5px;
}


div.login h3 {
	text-align: center;
	font-size: 14pt;
	margin: 5px;
	color: #828282;
	letter-spacing: 3px;
}


div.actions {
	text-align: center;
	padding: 0px;
	margin: 5px auto 0px auto;
}

img {
	border: none;
}

form {
	margin: 0px;
}

form input[type=text], input[type=password] {
	border: 1px solid #637D93;
}


form fieldset {
	/*background-color: #F2F9FF;*/
}


form input[type=submit], input[type=button] {
	color: #0556A1;
}


form input[type=submit]:hover, input[type=button]:hover {
	cursor: pointer;
	background-color: #FCFFDE;
	color: #A70003;
}

table.form tr td label {
	font-weight: bold;
	color: #9E7C42;
}

table.form tr td.label {
	text-align: right;
	padding-right: 3px
}

table.form tr td.field {
	text-align: left;
	padding-left: 3px;
}
