legend{
	font-size:1.2em;
	font-weight:bold;
	color:#616161;
	padding:0;
	margin:0;
}

fieldset{
	border:1px solid #F00;
}

select.txt{
   color: #F00;
 /*background-color: #E3F2F7;*/
  border:1px solid #616161;
}

input.txt{
   color:#000;
 /*background-color: #E3F2F7;*/
  border:1px solid #C0C0C0;
  width: 200px;
}

input.btn {
  /*color: #F00;
  background-color: #ADD8E6;
  border: 1px outset #00008B;*/
}

form{
	margin:5px 0 5px 0;
}

form div {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 0.6em;
  padding-left:5px;
  width:98%;

}

form div label {
  float: left;
  width: 23%;
  font: normal 1em Arial, Helvetica, sans-serif;
  height:18px;
  line-height:20px;
}

.boxLogin{
	background-image:url(../images/bg_login.jpg);
	width:956px;
	height:341px;
	position:relative;
	color:#a2a2a2;
	font-size:1.2em;
}

.boxLogin .txt{
color:#a2a2a2;
}

.boxLogin #btnLogin{
	width:121px;
	height:73px;
	position:absolute;
	right:39px;
	top:104px;
}

.boxLogin #btnLogin:hover{
	cursor:pointer;
	opacity:0.8;
}

.boxLogin input#username{
	width:169px;
	height:20px;
	position:absolute;
	right:174px;
	top:115px;
	border:none;
}

.boxLogin input#password{
	width:171px;
	height:20px;
	position:absolute;
	right:174px;
	top:148px;
	border:none;
}

.boxLogin .linkForgotPass{
	width:171px;
	height:20px;
	position:absolute;
	right:262px;
	top:251px;
	border:none;
}

.boxLogin .linkRegister{
	width:292px;
	height:20px;
	position:absolute;
	right:142px;
	top:279px;
	border:none;
}


.boxLogin a{
	color:#a90101;
}
