body {
	font-size: 12px;
	color: #333;
	margin: 0px;
	background: url(../images/bgTop.gif) top left repeat-x #6692b3;
}


body, p, h1,h2,h3,h4,h5,h6,div,ol,li,td,th,a,form,input,select,textarea,option,label {
	font-family: Arial, Helvetica, sans-serif;
}

p, td, th, span, div{
	line-height: 130%;
}


p {
	margin: 6px 0px 6px 0px !important;
}

/* standard Hyperlink */
a {
	text-decoration: none;
	color: #278225;
}

a:hover {
	text-decoration: underline;
	color: #ccc;
}

img {
	border: 0px;
}

/* standard Form */
form {
	margin: 0px;
}

input,select,textarea,option,label {
}

/* standard form select + option*/
select{
}

/* standard form textarea */
textarea {
}

/* standard cell */
td, th {
	vertical-align: top;
	line-height: 150%;
}

td.text, td.form {
	padding: 4px;
}


.floatRight{
 	float: right;
}
.floatLeft{
 	float: left;
}

.center{
	text-align: center;
}

.left{
	text-align:left;
}
.right{
	text-align: right;
}
.justify{
	text-align:justify;
}

/* --------- warper element -------- */
.container{
	text-align: center;
}
.warper {
	width: 436px;
	margin: 0px auto;
	margin-top: 8%;
	padding: 0px;
	overflow: hidden;
}
.header {
	height: 132px;
	padding: 0px;
	overflow: hidden;
	background: url(../images/loginHeader.gif) top left no-repeat;
}
.main {
	padding: 0px 40px;
	background: url(../images/loginMain.gif) top left repeat-y;
}
*html .main {
	padding-bottom: 20px;
}
.content {
	padding-top: 20px;
	height: 220px;
	overflow: hidden;
	text-align: left;
	background: url(../images/loginForm.gif) top left no-repeat;
}
.content h2 {
	color: #004a77;
	font-size: 1.4em;
	margin: 0px 24px !important;
	padding: 0px 4px !important;
	float: left;
	background-color: #fff;
}
*html .content h2 {
	margin: 0px 12px !important;
}
.loginForm {
	clear: both;
	padding: 20px;
}
.loginForm ul {
	margin: 0px !important;
	padding: 0px !important;
	list-style: none;
}
.loginForm ul li{
	padding: 4px 10px;
	font-weight: bold;
	clear: both;
}
.loginForm ul li.links, .loginForm ul li.buttons, .loginForm ul li.message{
	text-align: center;
}
.loginForm ul li.inputs{
	padding: 8px 10px;
	color: #666;
}
.loginForm ul li.message{
	padding: 8px 10px;
	color: #da3853;
	background-color: #fff;
	font-weight: lighter;
	margin-bottom: 1px;
}
.loginForm ul li.buttons{
	margin: 8px 0px;
	text-align: center;
}
*html .loginForm ul li{
	padding: 0px;
}
.loginForm ul li a{
	padding: 0px;
	width: 100% !important;
	color: #666;
}
.loginForm ul li.links a{
	color: #458cca;
}
*html .loginForm ul li a {
	padding: 4px 10px;
}
.loginForm ul li.links:hover, .loginForm ul li.links a:hover{
	color: #666;
	text-decoration: underline;
	background-color: inherit !important;
}
.loginForm ul li.inputs:hover{
	color: #666;
	cursor: default;
	background-color: inherit !important;
}
.loginForm ul li.message:hover{
	color: #da3853;
	cursor: default;
	background-color: #fff;
}
.loginForm ul li.buttons:hover{
	cursor: default;
	background-color: inherit !important;
}
.loginForm ul li.inputs input{
	float: right;
	width: 189px;
	border-top: 1px solid #707070;
	border-left: 1px solid #707070;
	border-bottom: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	font-weight: lighter;
}
.loginForm ul li.buttons input{
	width: 80px;
	padding-left: 14px;
	padding-top: 4px;
	padding-bottom: 3px;
	border: none;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	background-position: 10px 48%;
	cursor: pointer;
}


.footer {
	height: 30px;
	padding: 0px;
	background: url(../images/loginFooter.gif) top left no-repeat #fff;
}