/* Start of CMSMS style sheet 'FEUMall' */
div#login {
   display: block;
   float:right;
   width:30%;
   margin-top: -7em;
   margin-right: 5em;
   font-size: 0.9em;
}

div#login label
{
  width: 90px;
  display: inline-block;
  text-align: right;
  margin-right: 10px;
}

div#login form {
   width: 100%;
}

div#login input[type=submit] {
   /* reset styles */
   border: none;
   text-indent: -999em;
   display: block;
  font-size: 0; line-height: 25px;
   /* build new styles */
   background: url(uploads/images/layout/login.jpg) no-repeat 0 10px;
   width: 142px;
   height: 20px;
   margin: 0;
  margin-left: 100px;
}

div#login input[type=submit]:hover {
   filter: alpha(opacity=60);
   opacity: 0.6;
}


div#login input[type=text], div#login input[type=password] {
   border: none;
   background: url(uploads/images/layout/login_field.jpg) no-repeat;
   width: 137px;
   height: 18px;
   padding: 2px 3px 0 4px;
   margin-top: 5px;
}

/* End of 'FEUMall' */

