.errormsg {
    visibility: hidden;
	margin: 0px 0px 0px 53px;   
	/*border: solid 1px  #333333;*/
	/*font-size: 11px;*/
	width: 415px;
	height: 20px;
	color: #ffffff;
	position: absolute;
	padding: 3px;	
	z-index:2;
	background-color: #84a2be;/*#FF9900;*/
	layer-background-color: #84a2be;
	Filter: Alpha(Opacity=60, Style=0);
	-moz-opacity:0.6;
}

#login {
	width: 390px;
	border: 1px solid #333;
	padding: 10px 20px 30px 10px;
	margin: 0px auto;
	margin-top: 25px;
	text-align: right;
	background-image: url(img/login1.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #b6c8dc;
  }
  
 div.spacer {
  clear: both;
  }
  
 /* form */
 div.row {
  clear: both;
  padding-top: 5px;
  }
html>body div.row{
	padding-top: 10px;
}
div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
  }

div.row span.formw {
  float: right;
  width: 280px;
  text-align: left; 
  }
/*Row opposite*/
div.row span.left {
  float: left;
  text-align: left;
  font-weight: bold;
  color: #fff;
  width: 49%;
  }

div.row span.right {
  float: right;
  text-align: right;
  font-weight: bold;
  color: #fff;
  width: 49%;
  }

