/*------------------------------------------------------------------------
# mod_vjtLogin v1.5.0
# ------------------------------------------------------------------------
# @license - GNU/GPL
# Author: VJ Templates.
# Websites:  http://www.vjtemplates.com
-------------------------------------------------------------------------*/
.vjt-login {
position:fixed;
top:10px;
left:10px;
height:20px;
width:100px;
}
#vjt-login-form {
display:none;
width:400px;
height:60px;
margin:0px;
}

#vjt-login-move {
cursor:move;
float:left;
width:50%;
height:30px;
}
#vjt-login-close {
float:left;
width:50%;
height:30px;
text-align:right;
}
#vjt-logout-form {
float:right;
width:100%;
margin:0;
color:black;
text-align:right;
margin-right: -15px;
padding-top: 5px;
}
#vjt-logout-form-greeting{
float:left;
width:75%;
padding-top:5px;
text-align:right;
}
#vjt-logout-form-button {
float:left;
width:10%;
text-align:right;
}
#vjt-login-form-username, #vjt-login-form-password {
float:left;
width:125px;

overflow:hidden;
background:url(login-username1.jpg) 0 0 no-repeat;
text-align:left;
height:24px;
}
#vjt-login-form-password {
background:url(login-username1.jpg) 0 0 no-repeat;
}
#vjt-login-form-username input, #vjt-login-form-password input {
font-size:11px;
background:none;
color:black;
border:none;
margin:4px 0 0 6px;
}
#vjt-login-form-rememberme-button {
float:left;
width:150px;
height:24px;
}
#vjt-login-form-rememberme, #vjt-login-form-button, #vjt-login-form-button input, #vjt-login-form-lostpass, #vjt-login-form-register {
float:left;
width:30px;
height:24px;
}
 #vjt-login-form-lostname{ float:left;width:30px;height:24px;}
#vjt-login-form-rememberme {
cursor:pointer;
background:url(login-remember-me.jpg) 50% 0 no-repeat;
}
#vjt-login-form-rememberme input {
margin:-1px 0 0 15px;
}
#vjt-login-form-button input {
background:url(login-button.jpg) 50% 0 no-repeat;
cursor:pointer;
}
input#email, input#token {
border:1px solid black;
text-align:left;
text-indent:5px;
}