﻿/* Error Message */
    DIV.ErrorMessage
    {
	    font-size: 14px;
	    /*font-weight: bold;*/
	    color: #CC0000;
	    margin-bottom: 10px;
    }
    
    /* AdHoc */
    DIV.AdHoc
    {
	    font-size: 14px;
		/*font-weight: bold;*/
	    margin-bottom: 10px;		
    }
    INPUT.AdHoc
    {
	    width: 300px;
    }

/* Email Address */
    DIV.Email
    {
	    font-size: 14px;
		/*font-weight: bold;*/
	    margin-bottom: 10px;
		color:#ffffff;
    }
    INPUT.Email
    {
	    width: 300px;
    }

/* Full Name */
    DIV.FullName
    {
	    font-size: 14px;
		/*font-weight: bold;*/
	    margin-bottom: 10px;
		color:#ffffff;

    }
    INPUT.FullName
    {
	     width: 300px;
    }

/* Date of Birth */
    DIV.DateOfBirth
    {
	    font-size: 11px;
		/*font-weight: bold;*/
	    margin-bottom: 5px;
    }
    SELECT.Month
    {
        width: 98px;
    }
    SELECT.Day
    {
        width: 98px;
    }
    SELECT.Year
    {
        width: 97px;
    }
    
/* Address */
    DIV.Address1
    {
	    font-size: 11px;
		font-weight: bold;
	    margin-bottom: 5px;
		color:#000;

    }
    INPUT.Address1
    {
	    width: 300px;
    }
    
    
/* City */

    DIV.City
    {
      font-size: 11px;
      font-weight: bold;
      float: left;            
      margin-right: 1px;
	  color:#000;
    }

    INPUT.City
    {
      width: 98px;
    }
 

/* State */

    DIV.State
    {
      font-size: 11px;
      font-weight: bold;
      float:left;
	  color:#000;
    }

    SELECT.State

    {
      width: 98px;
      margin: 1px 1px 5px 0px;
    }


/* ZipCode */

    DIV.ZipCode
    {
      font-size: 11px;
      font-weight: bold;
      clear: right;
	  color:#000;
    }

    INPUT.ZipCode
    {
      width: 97px;
    }

    
/* Mail Format */  
    DIV.MailFormat
    {
	    font-size: 11px;
		font-weight: bold;
	    margin: 7px 0px 0px 0px;
		color:#000;

    }
    SELECT.MailFormat
    {
	    width: 100px;
    }

/* Newsletter Opt-Ins */ 
    DIV.NL1, DIV.NL2, DIV.NL3, DIV.NL4, DIV.NL5
    {
	    margin-bottom: 2px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#ffffff;

    }
    
    INPUT.NL1, INPUT.NL2, INPUT.NL3, INPUT.NL4, INPUT.NL5
    {
    }

/* AuthorTracker Opt-Ins */ 
    DIV.AT1, DIV.AT2, DIV.AT3, DIV.AT4, DIV.AT5
    {
	    margin-bottom: 2px;
    }
    INPUT.AT1, INPUT.AT2, INPUT.AT3, INPUT.AT4, INPUT.AT5
    {
    }

/* Submit Button */     
    DIV.SubmitBtn
    {
	    margin-top:10px;
	    float:left;
    }
    INPUT.SubmitBtn
    {
    }

/* Rules and Privacy Policy Links */     
    DIV.Rules
    {
	    clear:both;
	    width: 145px;
	    text-align: left;
	    padding-top: 8px;
	    margin:auto 0 10px;
    }
    UL.Rules
    {
	    margin-left: 0px;
	    list-style-type: none;
	    padding-left: 0px;
    }
    LI.Rules
    {
	    /*padding-left: 10px;*/
	    margin-top: 0px;
	    margin-bottom: 0px;	
    }
   
	A.rulesLink
    {
		color:#ffa200;
		font-size:12px;
		font-weight:bold;
		text-decoration:underline;
		font-family:Verdana, Arial, Helvetica, sans-serif
    }
    A.rulesLink:hover
    {
		color:#ffa200;
		font-size:12px;
		font-weight:bold;
		text-decoration:underline;
		font-family:Verdana, Arial, Helvetica, sans-serif
    }
    A.privacyLink
    {
		color:#ffa200;
		font-size:12px;
		font-weight:bold;
		text-decoration:underline;
		font-family:Verdana, Arial, Helvetica, sans-serif
    }
    A.privacyLink:hover
    {
		color:#ffa200;
		font-size:12px;
		font-weight:bold;
		text-decoration:underline;
		font-family:Verdana, Arial, Helvetica, sans-serif
    }
