/*

MAIN CSS

*/
body{
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
#log{
	width: 300px;
	height: 320px;
	background-color: #fff;
	border-top: 5px #002D87 solid;
	border-left: 1px #CCC solid;
	border-right: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
	margin: 100px auto;
}
#log-header{
	background: url(../images/logo.png) no-repeat center center;
	height: 100px;
	float: left;
	width: 300px;
}
#log-content{
	float: left;
	width: 280px;
	height: 150px;
	padding: 10px;
}
#error{
	width: auto;
	height: auto;
	color: #F00;
	margin-top: 10px;
	display: none;
}
.inputText{
	width: 100%;
	border: 1px #CCC solid;
}
#footer{
	width: 300px;
	height: auto;
	text-align: center;
	font-size: 10px;
	margin-top: 20px;
	float: left;
}
.logTable{
	width: 100%;
	height: auto;
}
.logTable tr th{
	text-align: left;
}