.errormsg {
    visibility: hidden;
	margin: 2px 0px 0px 2px; 
	border: solid 1px  #999999;	
	font-size: 10px;
	width: 400px;
	height: 20px;
	color: #000000;
	position: absolute;
	padding: 2px 0px 0px 5px;;	
	z-index:2;
	background-color: #ffffcc;
	layer-background-color: #ffffcc;
	Filter: Alpha(Opacity=60, Style=0);
	-moz-opacity:0.6;
}

#login {
	width: 390px;
	border: 1px solid #ccc;
	padding: 10px 20px 30px 10px;
	margin: 0px auto;
	margin-top: 25px;
	text-align: right;
	background-image: url(img/login.jpg);
	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; 
}
  
div.row input{
	font-size: 10px;
	width: 150px;	
} 
   
/*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%;
}
