@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(../images/body-bg.gif) 0 0 repeat;
	min-width:1258px;
}

.left {float:left;}
.right {float:right;}
.clr {clear:both; font-size:0; }
.IE7 .clr, .IE6 .clr{ display:inline; }

* { margin:0; padding:0; }
html, body { height: 80%; }

a img, img, fieldset { border:0 none; }
a { text-decoration:none; outline:none; }
a:hover { text-decoration:underline; }

h1, h2, h3, h4, h5, h6 { line-height: 1em; }

input[type=text]{
    background:none !important;
}
.login-container{
	width:510px;
	height:320px;
	padding:23px 0px 10px 0px;
	margin: 184px auto 30px auto;
	text-align:center;
        -moz-border-radius: 12px;
        -webkit-border-radius: 12px;
        border-radius: 12px;
        -webkit-box-shadow: 0px 0px 12px 0px rgba(53, 53, 60, 0.75);
        -moz-box-shadow:    0px 0px 12px 0px rgba(53, 53, 60, 0.75);
        box-shadow:         0px 0px 12px 0px rgba(53, 53, 60, 0.75);
        border: 3px solid #79a556;
        background: white;
}
.logo-holder{
	padding:0 0 30px 115px;
	text-align:left;
	background:url(../images/logoholder-bg.gif) center bottom no-repeat;
}
.login-container h1{
	font-size:26px;
	color:#79a556;
	font-weight:normal;
	line-height:26px;
}
.login-container form{
	padding:0px 0 0 0;
}
.login-container table{
	width:60%;
	margin:0 auto;
}
.login-container td{
	padding: 0 0 12px 0;
}
.login-container label{
	font-size:11px;
	font-weight:bold;
	color:#464646;
}
.textfield, .textfield input{
	width:198px;
	height:29px;
}
.textfield{
	padding:0 5px;
	background:url(../images/textfield-bg.gif) 0 0 no-repeat;
}
.textfield input{
	background:none;
	border:0;
	line-height:29px;
	font-size:14px;
	color:#3f3f3f;
}
.btn-login{
	width:128px;
	height:34px;	
	display:block;
	cursor:pointer;
	border:0;
	background:url(../images/btn-login.gif) 0 0 no-repeat;
}
.login-container p{
	font-size:10px;
	color:#727272;
	padding:0px 0 0 0;
        margin-top: -10px;
}

ul{
    list-style: disc outside;
    margin-left:20px;
}