@CHARSET "ISO-8859-1";

/*.container {
	min-width: 1011px;
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
	text-align:center;
}*/
.top_layout {
	 position:relative;
	
	 height:25px;
	 width:auto;
	 top: 0px;
	 z-index:6;
}
.top_contents {
	 position:relative;
	  width:auto;
	
} 
.border {
	 border-left:2px solid #ccc;
	 border-right:2px solid #ccc;
	 border-bottom:2px solid #ccc;
}

.header_top {
	background-image: url('../../images/common/citizenfirst.png');
	width:100%;
    height:112px;
    margin:0px auto;
    -o-background-size:100% 100%;             /*  Opera  */
    -webkit-background-size:100% 100%;        /*  Safari  */
    -khtml-background-size:100% 100%;         /*  Konqueror  */
    -moz-background-size:100% 100%;           /*not working in Firefox as yet */
    background-repeat:no-repeat;
}

.texts1{
	background-image:url(../../images/upload_file.png); 
	font-family: verdana; 
	font-size: 8pt; 
	font-weight: normal;
	position: relative
}


.footer{
	 background: url('../../images/common/footer.png') repeat-x;
	 text-align: center;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 11px;
	 width: 100%;
	 padding-bottom:10px;
	 z-index:-1;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.logincontainer {
	background:#ccc;
	color:#333300;
	text-align:center;
	width:300px;
	margin:0 auto;
}

.middlecontent {
 	height: 580px;
	z-index:-1;
}

.indexmiddlecontent {	
	padding-left:1px;
	padding-right:1px;	
}
