/*------------------------------------------------------------------------
# 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:left;
width:100%;
margin:0;
color:black;
text-align:center;
}
#vjt-logout-form-greeting, #vjt-logout-form-button {
float:left;
width:50%;
line-height:20px;
}
#vjt-login-form-username, #vjt-login-form-password {
float:left;
width:125px;
text-indent:20px;
overflow:hidden;
background:url(login-username.jpg) 0 0 no-repeat;
text-align:left;
height:24px;
}
#vjt-login-form-password {
background:url(login-password.jpg) 0 0 no-repeat;
}
#vjt-login-form-username input, #vjt-login-form-password input {
font-size:11px;
background:none;
color:black;
margin:5px 0 0 10px;
}
#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-lostname, #vjt-login-form-register {
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;
}