@charset "utf-8";
/* CSS Document */

/****************************************************************************************\
    
    Global Constructs
    Globally Unique Elements
    Control Specific Constructs

\****************************************************************************************/

/*____________________MEMBERS_________________________________*/

div#memberLogin
{
    height          : 32px;
    margin-bottom   : 14px;
    overflow        : hidden;
	background : transparent url(images/memberLogin.jpg) no-repeat left top;  
}

div#memberLoginFields
{
    float           : left;
    height          : 23px;
    width           : 481px;   
    padding-top     : 6px; 
    text-align      : center;
}

h3.h3MemberLogin,
div#memberLogin h3
{
	font-size   : 1.5em;
	font-weight : bold;
	color : #C42336;
	display     : block;
    width       : 160px;
    height      : 26px;
    float       : left;
    text-align  : center;
    padding-top : 6px; 
}

input#memberSubmit
{
    text-transform  : uppercase;   
    font-family     : Georgia, Serif; 
}

input#memberSubmit:hover
{
    text-decoration : underline;
	color:	White;
}

span#spnMemberSub
{
    display     : block;
    float       : left;
    width       : 150px;
    height      : 26px;
    padding-top : 6px;
    text-align  : center;
}

input#memberSubmit
{
    background  : none;
    border      : none;   
    cursor      : pointer;
}

div#memberLoginFields input
{
    width : 100px;   
}

/*___ LABEL _________________________________________________________________*/

div#memberLoginFields label + label
{
    padding-left : 3em;    
}
