@charset "utf-8";
/* PRINTER FRIENDLY RACING TEAM APPLICATION FORM LAYOUT */

/* a fix for IE6 only - see Star Hack in Stylin' with CSS to see how the comments and * html hide this hack from other browsers \*/
* html * {
	zoom:100%; 
/* triggers IE6 "haslayout" - google 'IE6 haslayout' for details */
	}
/* without the above hack, IE6 does not draw the header until the page is resized */
/* the problem is triggered by the universal * selector below that resets the margins, but I need to do that, hence the hack */
* {
	margin:0;
	padding:0;
	}  /* Remove default margins and padding */
	
	/*
	@page {
	size:protrait;
	margin:0;
	padding:0;
    }
    */

body {
    background:#FFFFFF;
    margin:0;
	padding:0;
    }

#header {
    display:none;
    }

#nav {
    display:none;
    }

#errors {
    display:none;
    }

#main_wrapper, #form {
    width:7.5in;
    margin-left:auto;
		margin-right:auto;
    padding:0;
    border:0;
    float:none;
    color:#000000;
    background:#FFFFFF;
    }
        
#form_inner p {
    font-family:Arial, sans-serif;
    font-size:14pt;
    font-weight:bold;
    text-align:center;
    }
        
#form_inner h2 {
    font-family:Arial, sans-serif;
    font-size:16pt;
    font-weight:bold;
    text-align:center;
    margin-top:0;
    }

#form {
    font-family:Arial, sans-serif;
    font-size:12pt;
    font-weight:normal;
    text-align:left;
    }

#form fieldset {
    padding:0 20px;
    }

#form fieldset#form_fields {
    margin-bottom:10px;
}

#form fieldset legend {
    font-family:Arial, sans-serif;
    font-weight:bold;
    color:#000000;
		padding-left:5px;
		padding-right:5px;
    }
    
#race_form input {
 padding-left:.3em;
 }
    
#form fieldset #signature {
    font-size:10pt;
    text-align:left;
    }
    
#waiver {
    float:none;
    border:1px;
    border-color:#000000;
    }
    
#waiver p {
 font-family:Arial, sans-serif;
 font-size:10pt;
 font-weight:bold;
 color:#000000;
 text-align:justify;
 }
    
#waiver a {
 font-family:Arial, sans-serif;
 font-size:10pt;
 font-weight:bold;
 color:#6633FF;
 text-decoration:underline;
 }
    
#waiver ul li {
 font-family:Arial, sans-serif;
 font-size:10pt;
 font-weight:bold;
 color:#000000;
 }
    
#footer_inner {  
 display:none;
 }

#captcha {
 display:none;
 }
 
#buttons {
 display:none;
 }
 
#browser_settings {
 display:none;
 } 