@CHARSET "UTF-8";

body {
	margin: 10px;
	background-color: #E5E5E1;
	color: #333333;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
}

body, td, a, div, p {
	font-size: 10px;
	font-family: verdana, arial, sans-serif;
}

textarea, input, select, button {
	border: 1px solid #A5A596;
	font-size: 10px;
	font-family: verdana, arial, sans-serif
}

a:link, .w, .w a:link {
	color: #0000cc;
	text-decoration: none;
}

a:visited {
	color: #551a8b;
	text-decoration: none;
}

a:active {
	color: #ff0000;
	text-decoration: none;
}

label {
	font-weight: bold;
}

div#box {
	background-color: #F1F3F5;
	border: 1px solid #CCCCCC;
	width: 405px;
	height: 285px;
	margin: 40px auto 30px auto;
}

div#logo {
	background-image: url('../logo/login');
	background-repeat: no-repeat;
	background-position: center center;
	width: 316px;
	margin: 15px auto 5px auto;
	height: 75px;
}

div#text {
	width: 150px;
	padding: 0px 10px 0px 10px;
	text-align: center;
	float: left;
}

div#error {
	color: red;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	height: 18px;
	margin-bottom: 5px;
}

div#ok {
	color: green;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	height: 18px;
	margin-bottom: 5px;
}

div#form {
	background-color: #E9ECEF;
	border: 1px solid #CCCCCC;
	padding: 10px;
	width: 200px;
	float: left;
}

div#box-error {
	background-color: #F1F3F5;
	border: 1px solid #CCCCCC;
	width: 405px;
	height: 224px;
	margin: 6em auto 6em auto;
}

div#text-error {
	width: 50px;
	padding: 10px;
	float: left;
}

div#form-error {
	background-color: #E9ECEF;
	border: 1px solid #CCCCCC;
	padding: 10px;
	width: 300px;
	height: 95px;
	float: left;
}

table.form {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #707090;
	background-color: #eeeeee;
}

table.form tr.fuzzy {
	background-color: #C3D9FF;
}

table.form th {
	font-weight: bold;
	font-size: 10px;
	height: 16px;
	background-image: url('../img/table_title.gif');
	border: 1px solid #A5A596;
}

/* DEMO */
table.demo {
	background-color: #F1F3F5;
	border: 1px solid #CCCCCC;
	width: 380px;
}

table.demo td {
	text-align: center;
	padding: 7px;
}

td.demo_alert {
	background-color: #DA3737;
	font-weight: bold;
}

td.demo_info {
	background-color: #DE6611;
	font-weight: bold;
}

td.demo_title {
	background-color: #002B4C;
	color: #fff;
	font-weight: bold;
}

table.demo_list {
}

table.demo_list th {
	font-weight: bold;
}

table.demo_list td {
	padding: 1px;
}

.loginButton {
	background-color: #E5E5E1;
	border: 1px solid #A5A596;
	height: 18px;
	font-size: 10px;
	font-family: verdana, arial, sans-serif;
	cursor: pointer;
	cursor: hand;
	background-image: url("../img/key.png");
	background-repeat: no-repeat;
	padding-left: 17px;
	background-position: 2px center;
}

.yesButton {
	background-color: #E5E5E1;
	border: 1px solid #A5A596;
	height: 18px;
	font-size: 10px;
	font-family: verdana, arial, sans-serif;
	cursor: pointer;
  	cursor: hand;
	background-image: url("../img/true.png");
	background-repeat: no-repeat;
	padding-left: 17px;
	background-position: 2px center;
}

/* Chrome fix for button images */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.loginButton, .yesButton {
		padding-left: 20px;
	}
}

/* Explorer fix for button images */
<!--[if IE]>
	.loginButton, .yesButton {
		padding-left: 12px;
	}
<![endif]-->