.login_box 
{
  margin: 0 0 0 0;
  float: left;
  width: 620px;
  height: 300px;
  color: #666;
}

#login_box_in 
{
	margin: 20 0 0 150;
	width: 300px;
}

#row 
{
  width: 280px;
  height: 18px;
  margin-bottom: 10px;
}

#row2 
{
  width: 280px;
  height: 18px;
  margin-bottom: 10px;
}

.optionalLogin {
  width: 280px;
  font-family: verdana, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  color: red;
  text-align: center;
}

#uname,
#upass {
  font-family: verdana, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  margin: 0 10px 0 0;
  width: 100px;
  float: left;
}
#upass {
  width: 50px;
  // width: 100px;
  padding: 0 0 0 50px;
}

.txtUserName {
  width: 160px;
  height: 18px;
  border: 1px solid #777;
  background: #F5F5F5;
  padding: 1px 0 0 1px;
  // margin: 0;
  float: right;
  font-family: verdana, sans-serif;
  font-size: 9pt;
  font-weight: normal;
}
.txtPwd {
  width: 160px;
  height: 18px;
  border: 1px solid #777;
  background: #F5F5F5;
  padding: 1px 0 0 1px;
  // margin: 0;
  float: right;
  font-family: verdana, sans-serif;
  font-size: 9pt;
  font-weight: normal;
}

#remember 
{
  margin: 0 0 0 110px;
  // margin: 0 0 0 115px;
  width: 14px;
  height: 14px;
  float: left;
  border: 1px solid #09509d;
}

#remember_text 
{
  width: 125px;
  width: 120px;
  margin: 0px 0px 0 5;
  font-family: verdana, sans-serif;
  font-size: 8pt;
  font-weight: normal;
  float: left;
}


.btn 
{
  margin: 0 0 0 110px;
  // margin: 0 0 0 115px;
  width: 164px;
  height: 24px;
  border: none;
  cursor:pointer;
}

#btn_in 
{
  background: url('../img/comeIn.png') 0 0 no-repeat;
}
#btn_reg
{
  background: url('../img/register_btn.png') 0 0 no-repeat;
}
#btn_forgot 
{
  background: url('../img/forgot_btn.png') 0 0 no-repeat;
}


fieldset {
  border: none;
}

letmein_clearer {
  clear: both;
  font-size: 3pt;
  height: 10px;
}

