#header #login {
    position:absolute;
    top:10px;
    right:0;
    color:#656667;
}

#header #login div,
#header #logout {
    clear:both;
    height:22px;
    margin-bottom:2px;
    font-size:11px;
}

#header #login div>* {
    float:right;
    margin-left:5px;
    line-height:18px;
    font-size:11px;
}

* html #header #login div * {
    float:right;
    margin-left:5px;
    line-height:18px;
    font-size:11px;
}

#header #login a:link,
#header #login a:visited {
    display:block;
    text-decoration:none;
    color:#656667;
}

#header #login #submit,
#header #login #create,
#header #logout {
	width:88px;
    height:16px;
    line-height:16px;
    background-color:#FFF;
    background-repeat:no-repeat;
    background-position:top left;
    color:#000;
    text-decoration:none;
    text-align:left;
	text-indent: 30px;
    text-transform:capitalize;
    border:0;
    cursor:pointer;
}

#header #login input {
	margin-top: 2px;

}

#header #login #submit,
#header #logout {
    background-image:url(../images/buttons/gray_user_submit.gif);
	height: 20px;
	padding-top: 1px;
    margin:0 0 0 5px;
    padding:0;
}

#header #passwordAccount {
	height: 40px;
	float: right;
	width: 190px;
}

#header #passwordAccount a {
	text-align: left;
	width: 190px;
	padding: 0;
	margin: 0;
}

#header #passwordAccount a:link,
#header #passwordAccount a:visited {
	text-decoration: underline;
}

#header #passwordAccount a:hover,
#header #passwordAccount a:active {
	text-decoration: none;
}

#header #login label {
	margin-top: 2px;
    font-weight:bold;
	font-size:10px!important;
	color: #58595A;
}

#header #login #username,
#header #login #password {
    border:1px solid #96A0A9;
    color:#666;
}

#header #login #create {
    width:96px;
    height:18px;
    text-decoration:none;
    text-align:center;
}

/* style for login.jsp - prefix with #site_login */

#site_login h1 {
    border-top-color:#0C3;
}

#site_login .middle h1 strong,
#site_login .middle h2 strong {
    color:#0C3 !important;
}

#site_login .middle h2 {
    margin:0 !important;
    padding:0 !important;
}

#site_login #login,
#site_login #forgotten_password {
    position:relative;
    color:#000;
    width:523px;
    height:161px;
    padding:5px 10px 25px 30px;
    margin:0 0 20px 0;
    background:url(../images/assets/signin.gif) no-repeat top left;
}

#site_login #login fieldset {
    margin:20px 0 0 0;
    border:0;
}

#site_login #login div {
    clear:both;
    overflow:auto;
    margin:5px 0 5px 0;
}

#site_login label {
    width:120px;
    float:left;
    text-align:right;
    padding:0 30px 0 0;
}

#site_login input {
    width:300px;
    height:auto;
    float:left;
    border:1px solid #809DB9;
}

#site_login #login a:link,
#site_login #login a:visited {
    display:block;
    text-decoration:none;
    color:#000;
}

#site_login #login #submit,
#site_login #login #create,
#site_login #logout {
	width:88px;
    height:16px;
    line-height:16px;
    background-color:#FFF;
    background-repeat:no-repeat;
    background-position:top left;
    color:#000;
    text-decoration:none;
    text-align:left;
	text-indent: 30px;
    text-transform:capitalize;
    border:0;
    cursor:pointer;
}

#site_login #login #submit,
#site_login #logout,
#site_login #forgotten_password a:link,
#site_login #forgotten_password a:visited {
	height: 20px;
    width:149px;
    top: 110px;
    margin:0 0 20px 0;
    padding:0;
    color:#FFF;
    font-weight:bold;
    text-align:center;
    text-indent:0;
    position:absolute;
    bottom:35px;
    right:75px;
    font-size:11px;
    background-repeat:no-repeat;
    background-position:top left;
    text-decoration:none;
    line-height:20px;
}

#site_login #login #submit,
#site_login #logout {
    background-image:url(../images/assets/signin_button.gif);
    background-color:#999;
}

#site_login #forgotten_password a:link,
#site_login #forgotten_password a:visited {
    background-image:url(../images/assets/password_button.gif);
    background-color:#0C3;
}
