.header .sec-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  float: right;
  background: #eee;
  border-bottom: 1px solid #fff;
  border-radius: 3px;    
}

.header .sec-nav li {
  float: left;         
  font-size: .8em;
  font-weight: 400;
  line-height: 1em;   
}

.header .sec-nav #login {
  box-shadow: 1px 0 0 #fff;  
}

.header .sec-nav #login-trigger,
.header .sec-nav #signup a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 8px;
  text-decoration: none;
}

.header .sec-nav #signup a {
  border-radius: 0 3px 3px 0;
}

.header .sec-nav #login-trigger {
  border-radius: 3px 0 0 3px;
}

.header .sec-nav #login-trigger:hover,
.header .sec-nav #login .active,
.header .sec-nav #signup a:hover {
  background: #fff;
}

.header .sec-nav #login-content {
  display: none;
  position: absolute;
  top: 24px;
  right: 0;
  z-index: 999;    
  background: #fff;
  background-image: linear-gradient(top, #eee, #ddd);  
  padding: 15px;
  box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
  border-radius: 3px 0 3px 3px;
  border-top: 1px solid rgba(0,0,0,.9);
  border-bottom: 1px solid rgba(0,0,0,.9);
  border-right: 1px solid rgba(0,0,0,.9);
  border-left: 1px solid rgba(0,0,0,.9);
}

.header .sec-nav li #login-content {
  right: 0;
  width: 250px;  
}

.header .sec-nav fieldset
{
  margin-bottom : 5px;
}
/*--------------------*/

#inputs input {
  background: #f1f1f1;
  padding: 6px 5px;
  margin: 0 0 5px 0;
  width: 210px;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 1px 1px #ccc inset;
}

#inputs input:focus {
  background-color: #fff;
  border-color: #e8c291;
  outline: none;
  box-shadow: 0 0 0 1px #e8c291 inset;
}

/*--------------------*/

#login #actions {
  margin: 0 10px 0 0;
  border:none;
  margin-bottom : 1.5em;
}

#login #submit {    
  background-color: #d14545;
  background-image: linear-gradient(top, #e97171, #d14545);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0 1px 0 rgba(0,0,0,.5);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;    
  border: 1px solid #7e1515;
  float: left;
  height: 30px;
  padding: 0;
  width: 100px;
  cursor: pointer;
  font: bold 14px Arial, Helvetica;
  color: #fff;
}

#login #submit:hover,
#login #submit:focus {    
  background-color: #e97171;
  background-image: linear-gradient(top, #d14545, #e97171);
} 

#login #submit:active {   
  outline: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;   
}

#login #submit::-moz-focus-inner {
  border: none;
}

#login label {
  float: right;
  line-height: 30px;
}

#login label input {
  position: relative;
  top: 2px;
  right: 2px;
}

#failedlogin
{
	color: red;
}

#loginexpired
{
	color: red;
}
