@charset "utf-8";
/* CSS Document */

body {
	background: #fff url(bg.gif) repeat-x;
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}

#wrapper{
	width: 650px;
	margin: 0 auto;
	text-align: left;
	margin-top:50px;
	border:4px solid #373737;
	background: url(login_03.gif) repeat-y;
	}

#top{
	background:url(images/login_liberia_01.gif) top left no-repeat;
	}

#lower{
	background:url(login_04.gif) left bottom no-repeat;
	}
#middle{
	background:#FFFFFF url(middle.gif) top left no-repeat;
	}
#left-box{
	float:left;
	width:260px;
	padding-left: 7px;
	padding-top:90px;
	}
#right-box{
	float:right;
	width:358px;
	padding: 10px;
	padding-top:35px;
	}
fieldset{
	width: 87%;
	margin:3px;
	border:1px solid #FAFAFA;
	padding:8px;
	}
#box{
	width: 287px;
	background:#9AA0AB url(box_up.gif) top left no-repeat;
	margin-top:13px;
	margin-left: 11px;
	float:left;
	}
#box-bottom{
	background:url(box_down.gif) left bottom no-repeat;
	}
#footer{
	 clear:both; 
	 background:#373737; 
	 padding:2px; 
	 border-top:2px solid #ee3224; 
	 font-size:85%; 
	 color:#EBEBEB;
	 }
#footer a{
	color:#D6D6D6;
	text-decoration: none;
	border-bottom:1px dotted #ee3224;
	}

#footer a:hover{
	color:#ee3224;

	}
	
.line{
	border-bottom:1px solid #FAFAFA;
	padding:1px;
	font-size:95%;
	}
.line input{
	border:1px solid #FAFAFA;
	padding:1px;
	font-size:100%;
	background-color:white;
	}
.line2 input{
	border:1px solid #ffffff;
	padding:2px;
	font-size:100%;
	color:white;
	font-weight:bold;
	background-color: #A2A2A2;
	}
.dottedline{
	border-bottom:1px dotted #CFCFCF;
	}
