@CHARSET "UTF-8";

div#op_logo{
	position:relative;
	margin:auto;
	top:60px;
	width:180px;
	height:50px;
}

div#box_login{
	position:relative;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:40px;
	padding-right:40px;
	width:344px;
	height:207px;
	margin:auto;
	top:90px;
	margin-bottom:0px;
	/*background-color:#F2F3F5;*/
	background-image: url("../img/login.jpg");/*424*247*/
	background-position: center center;
	background-repeat: no-repeat;
}


div#box_login h2{
	margin-bottom:25px;
}

div#box_login div#err_login{
	color:red;
	font-weight: bold;
	text-align:center;
}

div#box_login input{
	border:1px solid gray;
	width:100%;
}


div#box_login table{
	margin-bottom:25px;
	width:95%;
}

div#box_login table td#first_cell{
	width:140px;
}

div#box_login table td{
	font-size:15px;
}

div#box_login table tr{
	height:45px;
}

div#box_login button{
	float:right;
}



div#foot {
	text-align:center;
	padding:0px;
}

div#foot img#logo_foot{
	padding:0px;
	margin:auto;
	margin-top:25px;

}


div#foot div#disclaimer{
	position:relative;
	margin-top:20px;
	font-size: 10px;
}

div#foot div#disclaimer a{
	font-size:10px;
}
