body
{
  margin:0;
  padding:0;
  color:#5d5d5d;
  font-family:Tahoma, Arial, Verdana;
  font-size:12px;
  background-color:#fff;
}

.div-icon
{
  background:transparent none no-repeat scroll 0 0;
  padding-left:20px;
  margin-bottom:4px;
  margin-left:30px;
}

div.nojs
{
  margin:100px auto;
  width:400px;
  padding:40px;
  border:solid 3px red;
}

div#container
{
  width:100%;
}

div#wrapper
{
  width:500px;
  height:300px;
  margin-top:100px;
  position:relative;
}

div#easy-login-logo
{
  top:15px;
  left:15px;
  width:203px;
  height:90px;
  position:absolute;
  background:url(../img/logo.png) no-repeat left center;
}

div#easy-login-left
{
  width:232px;
  height:300px;
  float:left;
  text-align:left;
  border-right:solid 1px #397CC2;
/*background:url(../img/login-left.png) no-repeat left top;*/
}

p.details
{
  margin-left:30px;
  padding-top:20px;
  font-size:9px;
}

div#easy-login-left span.easy-login-title
{
  display:block;
  margin:8.5em 5.5em 0;
  font-weight:700;
}

div#easy-login-right
{
  width:253px;
  float:right;
  height:300px;
/*background:url(../img/login-right.png) no-repeat right bottom;*/
}

div#easy-login-spacer
{
  width:253px;
  height:100px;
}

div#easy-login-form form
{
  display:inline;
  margin:0;
}

div#easy-login-form fieldset
{
  border:none;
  margin:0;
  padding:8px;
  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  border:1px solid #397CC2;
}

div#easy-login-form fieldset legend
{
  padding:0 4px;
  font-weight:700;
  color:#397CC2;
  text-align:center!important;
  margin-left:8px;
}

* html div#easy-login-form fieldset legend
{
  padding:0;
}

div#easy-login-form fieldset ol
{
  margin:0;
  padding:0;
}

div#easy-login-form ol li
{
  list-style:none;
  padding:5px;
  margin:0;
  text-align:left;
}

div#easy-login-form input
{
  width:190px;
  border:1px solid #397CC2;
  padding:2px;
  color:#5D5D5D;
}

div#easy-login-form input.has-icon
{
  background-repeat:no-repeat;
  background-position:2px 50%;
  padding-left:20px;
}

div#easy-login-form button.button
{
  width:70px;
  height:32px;
  cursor:pointer;
  padding:0;
  color:#5D5D5D;
  font-size:13px;
  font-weight:700;
  margin-right:30px;
}

div#easy-login-form span.error
{
  padding:2px 0;
  display:none;
  width:193px;
  font-size:11px;
  color:#397CC2;
}

div#easy-login-form span.has-icon
{
  display:block;
  background-repeat:no-repeat;
  padding-left:20px;
}

div#copyright
{
  width:500px;
  text-align:right;
  font-size:10px;
}

button span.icon
{
  padding-left:18px;
  background-repeat:no-repeat;
}

/* use a semi-transparent image for the overlay */ 
#overlay { 
    background-image:url(http://static.flowplayer.org/img/overlay/transparent.png); 
    color:#efefef; 
    height:450px; 
} 
 
/* container for external content. uses vertical scrollbar, if needed */ 
.contentWrap { 
    height:441px; 
    overflow-y:auto; 
}
