body { background:#fff; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 13px; color: #333; }
a, a:active, a:link, a:visited { text-decoration:none; color: #FFF; }
a:hover { text-decoration: underline; color: #CCC; }
h1 {
	font-size:24px;
	font-style:italic;
	font-weight:normal;
	color:white;
	line-height:35px;
	margin-bottom:0px;
	margin-top:40px;
	text-align: center;
}
#login {
    border: 1px solid #666;
    height: 210px;
    margin: 20px auto;
    padding: 20px;
    width: 300px;
}#url_user {    display: block;    float: left;    margin-left: 13px;    margin-top: -31px;    position: absolute;}#url_password {    display: block;    float: left;    margin-left: 13px;    margin-top: -31px;    position: absolute;}
#forgot {
	margin:0px auto 30px auto;
	width:235px;
	text-align: center;
}
p.tip {
	padding-left:20px;
	display:block;
	background-image: url(../images/icons/lightbulb.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
p.error {
	padding-left:20px;
	display:block;
	background-image: url(../images/icons/exclamation.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #900;	
}
.black_button {
    background: #0B2089 none repeat scroll 0 0;    border: 0 none;    color: #fff;    cursor: pointer;    display: block;    float: right;    font-size: 12px;    font-weight: bold;    height: 30px;    overflow: hidden;    text-decoration: none;    width: 98%;
}
.black_button:hover{
    background: none repeat scroll 0 0 #006BCE;
}
.black_button span {
	background: url('../images/but_login_left.gif') no-repeat left top;
	display: block;
	line-height: 30px;
	padding: 0px 0px 0px 12px;
	outline: none !important;
	float:right;
}.inputText {    background: #fffff8 none repeat scroll 0 0;    border: 1px solid #999;    color: #333;    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;    font-size: 16px;    margin: 4px;    padding: 7px 7px 7px 30px;    width: 255px;}
.forgotlink {
	margin: 0px;
  	padding: 0px !important;
  	border: 0px;
  	background: transparent url('../images/forgot_bg_span.gif') no-repeat scroll top right;
  	color: #888 !important;
  	display:block;
  	float: left;
  	height: 30px;
  	margin-right: 6px;
  	padding-right: 15px !important;
  	text-decoration: none;
  	overflow: hidden;
  	font-size: 11px;
  	outline: none !important;
  	cursor: pointer;
  	font-weight: bold;
}
.forgotlink:hover {
	color: #666 !important;
}
.forgotlink span {
	background: url('../images/forgot_bg_left.gif') no-repeat left top;
	display: block;
	line-height: 25px;
	padding: 0px 0px 0px 15px;
	outline: none !important;
	float:left;	
	height:30px;
}
#forgotform {
	margin:0px auto;	width:280px;
	padding:10px;
	border:1px solid #666;
	background:#CCC;
	display:none;
}.textfieldRequiredMsg {    color: #cc3333;}
.footer{
	background: none repeat scroll 0 0 #0B2089; 
	height: 50px;
	position: absolute;
	width: 100%;
	bottom: 0;
}
.poweredby{
	color: rgb(255, 255, 255); 
	width: 100%; 
	text-align: right; 
	padding-top: 10px;
}
