/*--------------------------------------------------------------------------
# Copyright (C) 2007 eChurchSites.com - All Rights Reserved.
# @license - Copyrighted Commercial Software (Template)
# Author: eChurchSites.com
# Website:  http://www.echurchsites.com
----------------------------------------------------------------------------*/

#LoginBox {
position:absolute;
clear:both;
margin-top: 31px!important;
margin-top: 4px;
margin-left: 596px;
padding:10px;
width: 160px;
visibility: hidden;
border: 1px solid #87a7ca;
background: #3f5e80 url(../images/loginbg.jpg) repeat-x top;
text-align: left;
z-index: 10000;
}

/* LOGIN MODULE STYLE */
#LoginBox div.moduletable {
width: 153px!important;
width: 153px;
margin-bottom: 10px;
margin-top: 0px;
padding: 0px;
font-size: 0.8em;
color: #aeaeae;
}

#LoginBox div.moduletable h3 {
padding-left: 18px;
margin: 0 -2px 0px -5px!important;
font-family: "Lucida Sans Unicode", Arial, sans-serif;
background: url(../images/moduleheader.png) no-repeat;
font-weight: normal;
color: #97bc86;
letter-spacing: -1px;
text-transform: uppercase;
font-size: 1.2em;
line-height: 15px;
height: 20px;
border-bottom: 1px solid #9e9e9e;
}

#LoginBox div.moduletable td {
padding-top: 5px;
}

#LoginBox li {
padding-left: 15px;
background: url(../images/arrow.png) no-repeat 0 4px;
line-height: 130%;
}

#LoginBox a {
color: #fffbb6;
}

#LoginBox a:hover {
color: #efefef;
}


