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%;
	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;
}

button{border:none;}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.left{float:left;}

.clear{
	clear:both;
}

.error{
	color:red;
}


* {
	margin: 0;
	padding:0;
}
html, body {
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	background: #dde0e2 url(../images/admin/login_bg.gif) repeat-x left top;
	color: #5F5D5D;
    font-size: 12px;
}


.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -228px; /* the bottom margin is the negative value of the footer's height */	
	background: url("../images/admin/login_blue_bg.jpg") no-repeat scroll center 135px transparent;
}

.footer, .push {
	height:228px; /* .push must be the same height as .footer */
}

a{text-decoration:none;}
li{list-style-type:none;}


.header{
	height:165px; 
	position:relative;
}

.logo{
	background:url(../images/admin/logo.png) no-repeat;
	height:73px;
	width:141px;
	position:absolute;
	top:17px;
	left:15px;
}

.container{
	min-height: 194px;
	height: auto !important;
	height: 194px;
	padding:0 15px;
	margin:0 auto;

    padding-bottom: 240px;
    width: 980px;
}

.form_box{
	margin: 0 auto;
    width: 363px;
	height:200px;
	background: url(../images/admin/login_box.png) no-repeat;
	padding-left: 30px;
    padding-top: 25px;
}
.form_box h2{
	color: #4F4F4F;
    font-size: 18px;
    font-weight: bold;
}
.form_bg{
	background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #E4E4E4;
    margin-top: 6px;
    overflow: hidden;
    padding: 10px;
	width: 280px;
	height: 140px;
}

.form_box label.wide{
	display: block;
    line-height: 18px;
}

.form_box input.wide{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #B9B9B9;
    margin-bottom: 6px;
    padding: 4px;
    width: 268px;
}

.form_box label{
    line-height: 18px;
}

.form_box input{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #B9B9B9;
    margin-bottom: 6px;
    padding: 4px;
}

.message{
	float: left;
	width: 170px;
	color: red;
}

.success{
	float: left;
	width: 170px;
	color: green;
}

.black_button {
	text-decoration: none;
	float:right;
	cursor: pointer;
	background: url(../images/admin/black_button.png) no-repeat top right;
 	color: #ffffff;
	display: inline; /*For ignore double margin in IE6*/
	margin-right:3px;
	margin-top:-5px;
	font-size:14px;
	font-weight:bold;
	text-transform: uppercase;
}

.black_button span {
	margin: 0 20px 0 -10px;
	padding: 8px 5px 15px 20px;
	position: relative; /*To fix IE6 problem (not displaying)*/
	float:left;
	background: url(../images/admin/black_button.png) no-repeat top left;
}

.footer{
	background: #EFEFEF url(../images/admin/footer_bg.png) repeat-x 0 0;
	height:228px;
}

.form_box .submit_hidden
{
  border: none;
  width: 0;
  height: 0;
  line-height: 0;
  padding:0;
  margin: 0;
}
