/*reset*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
/*reset FINe*/

body{margin:0px;font-size:12px;color:#505050;font-family:Verdana, Georgia, Serif, Arial;background:#F8F6F6;}

a{text-decoration:none;}

a img{border:0px;}

div.c{clear:both;}
div.spacer{height:10px;}

.left{float:left;}
.right{float:right;}


/*--- layout ---*/

div#header{height:36px;background:url(../images/header_bg.jpg) repeat-x;min-width:1060px;}
	div#leftHeader{float:left;width:250px;height:36px;}
	div#rightHeader{float:right;height:36px;margin-top:15px;}

div#errorLogin{
	width:300px;
	height:50px;
	text-align:center;
	color:red;
	padding:35px 0 35px 0;
	margin-left:auto;
	margin-right:auto;
}
	
div#loginBox{
	width:221px;
	height:146px;
	padding:65px 57px 0 50px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/loginBox.jpg) no-repeat;}


input{
	width:209px;height:19px;padding:7px 10px 7px 10px;font-size:14px;color:#102934;background:url(../images/backInput.png) no-repeat 0 0;border:0px; 
}

input:focus{background:url(../images/backInput.png) no-repeat 0 -33px;}

.remember_me{
	float:left;height:13px;padding:2px 0 0 20px;font-size:12px;color:#102934;margin-top:10px;
	background-image:url(../images/remember_me.jpg); 
	background-repeat:no-repeat; 
	background-position:0 0; 
	cursor:pointer;}
.remember_meSelected{background-position:0 -15px;}

ul#submit_btn{float:right;margin:0 -10px 0 0;padding:0;list-style:none;}
ul#submit_btn a{display:block;width:95px;height:33px;text-indent:-9999px;background:url(../images/entra_btn.jpg) no-repeat 0 0}
ul#submit_btn a:hover{background:url(../images/entra_btn.jpg) no-repeat 0 -32px}
ul#submit_btn a:active{background:url(../images/entra_btn.jpg) no-repeat 0 -32px;margin-top:1px;}

div#realSubmit{height:0px;overflow:hidden;}

