fieldset{
  border: none;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  float: left;
  border-bottom: 1px solid #fff;
}

nav li {
  float: left;          
}

nav #login2 {
  background: none repeat scroll 0 0 #0483D0;
text-align: center;
width: 93px;
margin-right: 15px;
}

nav #signup {
  background: none repeat scroll 0 0 #F6BD48;
text-align: center;
width: 110px;
margin-right: 15px;
}

nav #login-trigger img, nav #login-trigger p, nav #signup img, nav #signup p,
#form-desc, #form-warp {
  float: left;
}

nav #login-trigger,
nav #signup a {
  display: block;
  *display: inline;
  *zoom: 1;
  height: 30px;
  line-height: 31px;
  padding:0 10px 3px;
  text-decoration: none;
  color: #fff; 
  font-size: 17px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

nav #login-trigger:hover,
nav #login2 .active {
  background: #3FB3E6;
}
nav #signup a:hover{
  background: #FED120;
}

nav #login-content {
  display: none;
  position: absolute;
  top: 24px;
  right: 0;
  z-index: 999;    
  background: #fff;
  padding: 15px;
  -moz-box-shadow: 0 0 2px 3px #3FB3E6;
  -webkit-box-shadow: 0 0 2px 3px #3FB3E6;
  box-shadow: 0 0 2px 3px #3FB3E6;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}

nav li #login-content {
right: 39px;
width: 302px;
margin-top: 15px;
}

#form-warp {
position: relative;
width: 160px;
}

#form-desc {
border-left: 1px solid #E0E0E0;
margin-left: 10px;
padding: 0 10px;
position: relative;
width: 111px;
height: 183px;
}

#form-desc p {color: #3FB3E6;}

/*--------------------*/

#inputs input {
background: #f1f1f1;
padding: 6px 5px;
margin: 0 0 5px 0;
width: 145px;
border: 1px solid #ccc;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 0 1px 1px #ccc inset;
-webkit-box-shadow: 0 1px 1px #ccc inset;
box-shadow: 0 1px 1px #ccc inset;
color: #888;
}

#inputs input:focus {
  background-color: #fff;
  border-color: #e8c291;
  outline: none;
  -moz-box-shadow: 0 0 0 1px #e8c291 inset;
  -webkit-box-shadow: 0 0 0 1px #e8c291 inset;
  box-shadow: 0 0 0 1px #e8c291 inset;
}
#inputs p{
text-align: left;
font-size: 14px;
text-shadow: 1px 0 0 #aaa;
color: #666;
position: relative;
top: 5px;
}

/*--------------------*/

#login2 #actions {
  margin: 10px 0 0 0;
}

#login2 #submit {		
  background: #0483D0;
  float: left;
  height: 30px;
  padding: 0;
  width: 100px;
  cursor: pointer;
  font: bold 14px Arial, Helvetica;
  color: #fff;
}

#login2 #submit:hover{
  background: #3FB3E6;
}

#login2 #submit:active {		
  outline: none;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;		
}

#login2 #submit::-moz-focus-inner {
  border: none;
}

#login2 label {
  float: right;
  line-height: 30px;
}

#login2 label input {
  position: relative;
  top: 2px;
  right: 2px;
}
#login-close{
padding: 1px 3px;
border: 1px solid #3FB3E6;
color: #3FB3E6;
border-radius: 3px;
position: absolute;
top: 3px;
right: 3px;
font-weight: bold;
}
#login-close:hover{
box-shadow: 0px 0px 1px 1px #3FB3E6;
}
#login-close{
 -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#inputs h2{
position: relative;
top: -5px;
font-weight: bold;
color: #3FB3E6;
}
#form-desc img{
margin-bottom: 10px;
margin-top:25px
}
#logged-in {
border: 1px solid #e7e7e7;float: left;padding: 5px 15px;border-radius: 5px;font-size: 14px;margin-right: 15px;
}
#logged-in a{
color:#307da9;
}
a#deposit{
color: #888;margin: 0 15px;background: transparent url(https://www.askapsocial.com/images/Safety-Box-Off.png) no-repeat left 2px;padding-left: 24px;
}
a#withdrawal{
color: #888;background: transparent url(https://www.askapsocial.com/images/ATM-Off.png) no-repeat left 0px;padding-left: 24px;
}
a#deposit:hover{
background-image:url(https://www.askapsocial.com/images/Safety-Box-On.png);color:#307da9;
}
a#withdrawal:hover{
background-image:url(https://www.askapsocial.com/images/ATM-On.png);color:#307da9;
}
a#signout{
float:left;background:#eca829;color:#fff;padding:4px 18px;font-size:14px;margin-top: 2px;
}
a#signout:hover{
background: #FED120;
}