/* Error Message */
    DIV.ErrorMessage
    {
	    font-size: 12px;
	    font-weight: bold;
	    color: #CC0000;
	    margin-bottom: 10px;
    }

DIV.AdHocTextBox
    {
	    margin-bottom: 3px;
    }
	
INPUT.AdHocTextBox
    {
	    width: 300px;
    }

		
/* Email Address */
    DIV.Email
    {
	    font-size: 9px;
	    margin-bottom: 3px;
		color:#E8E8E8;
    }
    INPUT.Email
    {
	    width: 300px;
    }

/* Full Name */
    DIV.FullName
    {
	    font-size: 9px;
	    margin-bottom: 6px;
		color:#E8E8E8;

    }
    INPUT.FullName
    {
	    width: 300px;
    }

/* Submit Button */     
    DIV.SubmitBtn
    {
	    margin-left:5px;
	    float:left;
    }
    INPUT.SubmitBtn
    {
    }

/* Rules and Privacy Policy Links */     
    DIV.Rules
    {
	    clear:both;
	    width: 145px;
	    text-align: left;
	    padding-top: 8px;
    }
    UL.Rules
    {
	    margin-left: 0px;
	    list-style-type: none;
	    padding-left: 0px;
    }
    LI.Rules
    {
	    padding-left: 10px;
	    background: url(images/arrow.gif) no-repeat 0 0.4em;
	    margin-top: 0px;
	    margin-bottom: 0px;	
    }
   
	A.rulesLink
    {
		color: #fdce80;
		font-size:11px;
		text-decoration:none;
		font-family:Verdana, Arial, Helvetica, sans-serif
    }
    A.rulesLink:hover
    {
		color: #fdce80;
		font-size:11px;
		text-decoration:underline;
		font-family:Verdana, Arial, Helvetica, sans-serif
    }
    A.privacyLink
    {
        display:none;
    }
    A.privacyLink:hover
    {
        display:none;
    }
    
    .over
    {
		color: #ffffff;
		font-size: 12px;
		font-weight: bold;
		font-family: Verdana, Arial, Helvetica, sans-serif
    }
