/*
by default, the default form adds some surrounding space, this cancels it
*/
.content div.form-item,
.content div.content {
  margin: 0; padding: 0;
}

/*
this adds some space in top and bottom, so anything inside can look vertically
centered
*/
#horlogin #user-login-form {
  /*padding: .65em 0;*/
  margin-top:7px;
  width:434px;
  float: right;
}

/*
by default, fields labels tries to reserve a whole line for itself, this
cancels that and and sends it to the left.
it also adds some space on the right and left of the label to look easy on
the eye.
*/
#horlogin #user-login-form label {
  float: left;
  margin-left: 10px;
  margin-right: 2px;
}

/*
inputs too, they try to reserve a whole line for itself, this
cancels that and sends it to the left
*/
#horlogin #user-login-form input {
  float: left;
}

/*
I don't like the required * (asterisks), so I hide them.
*/
#horlogin #user-login-form span.form-required {
  display: none;
}

/*
the form submit button,
*/
#horlogin #user-login-form input.form-submit {
  width: 82px;
  height: 28px;
  margin-top: -1px;
  margin-left: 10px;
  padding: 0em .5em .1em .5em;
  font-size:.9em;
  border:0px solid #999;
  background:url(/springfree/sites/all/themes/bskylinev1sf/images/loginbg.png) no-repeat;
  /*background-color:#009bc4;*/
  color: #ffffff;
  font-size:0px;
  cursor:pointer;
}


#horlogin #user-login-form #edit-name, #horlogin #user-login-form #edit-pass {
width: 70px;
font-size:.9em;
}


/*
now this is for the links list, lists by default tries to reserve a whole line
also they add space surrounding them. we cancel all that and send the list
to the right
*/
#horlogin #user-login-form div.item-list ul {
  margin: 10px; padding: 0px;
  padding-top:5px;
  text-align:left;
  clear:both;
  display:none;
}

/*
remember, stylign above was for the whole list, now for each item,
we all know each item in the list by default exists on a separate line, also
has that bullet on the left. we cancel all that. and makes all items sit beside
each other
*/
#horlogin #user-login-form div.item-list ul li {
  margin:0px;
  padding: 0px;
  margin-top: 6px;
  background: none;
  list-style:none;
  display:inline;
}

/*
this is the "Hi user, welcome back message".
by default <p> tries to exist on a separate line, we cancel that.
also by default <p> has some surrounding space, we cancel that too, and give it
only space on the left.
*/
#horlogin #user-login-form p.user-info {
  color:#38B2DF;
  float: right;
  font-size:18px;
  padding-top:30px; 
}

/*#horlogin #user-login-form p.user-info a {
  color:#7F7979;
  font-size:12px;
  padding-left:5px; 
}*/

/*--Horizontal Login--*/
html.js #horlogin #block-userloginbar-0,#horlogin #block-userloginbar-0 {display: block;height: 4em;margin: 0;padding: 0;position: relative;width: 500px;}
#header-top #block-userloginbar-0 {height: 6em;margin-top: -35px;}
#horlogin #block-userloginbar-0 .content {padding: 0;margin: -10px 0 0 0;}
#horlogin #block-userloginbar-0 h2.title {display: none;}
#horlogin #block-userloginbar-0 #edit-pass-wrapper {display: block;float: left;margin-left: 10px;margin-right: 10px;}
/*#horlogin #block-userloginbar-0 #user-login-form {margin: 0;padding: 0;}*/
html.js #horlogin #block-userloginbar-0 #user-login-form label {color: #cbcbcb;font-size: 20px;font-weight: normal;margin-left: 7px; margin-top:6px; position: absolute;text-align: left;}
#horlogin #block-userloginbar-0 #user-login-form label {position: static;margin-left: 2px; text-align: left;}
#horlogin #block-userloginbar-0 #user-login-form input.form-text {border: 1px solid #ccc;padding: 1px;width: 160px; height:30px; border-radius: 5px; 
 -moz-border-radius: 5px; -webkit-border-radius: 5px;}
#horlogin #block-userloginbar-0 #edit-name-wrapper {display: block;float: left;}
html.js #horlogin #block-userloginbar-0 #user-login-form input.form-submit,#horlogin #block-userloginbar-0 #user-login-form input.form-submit {clear: none;float: right;margin: 12px 0 0 0;}
#horlogin #block-userloginbar-0 #user-login-form input.form-submit {clear: none;margin: 30px 0 0 0;}
html.js #horlogin #block-userloginbar-0 .item-list,#horlogin #block-userloginbar-0 .item-list {float: none;margin: 2px 0 -15px 0;padding: 5px 0 0 0;text-align: left;width: auto;}
#horlogin #block-userloginbar-0 .item-list {float: right;margin: -17px 105px -15px 0;}
#horlogin #block-userloginbar-0 .item-list ul {margin: 0;padding: 0;}
#horlogin #block-userloginbar-0 .item-list li {margin: 0;padding: 0 0 0 20px;list-style: none;font-size: 77%;}


