body{ margin: 0 0 0 0px;
      padding: 0 0 0 0px;
	  background-image:url(../images/login_bg.gif);
	  background-repeat:repeat-x;
	  background-color: #666d78;
	  }


.member {
	font-family: "Trebuchet MS";
	font-size: 35px;
	font-weight: normal;
	text-decoration: none;
	color: #40454c;
}

.enter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #666d78;
}

.username {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #40454c;
	padding-right: 8px;
	line-height: 30px;
	height: 30px;
}

.remb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #666d78;
	padding-right: 20px;
}
.remb:hover {
	text-decoration: none;
}


input.loginfield{
	background-color:#fff;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	height: 18px;
	line-height: 18px;
	font-weight: bold;
	border: 1px #FFFFFF solid;
}
/* Added for display validation msg */
#msg {display:none; position:absolute; z-index:200; background:url(../images/msg_arrow.gif) left center no-repeat; padding-left:7px}
#msgcontent {display:block; background:#f3e6e6; border:2px solid #924949; border-left:none; padding:5px; min-width:150px; max-width:250px}