@charset "UTF-8";
/* CSS Document */

#content {
	padding: 10px 0 0 0;
}

#content h2 {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -.02em;
	line-height: 1.5em;
	text-transform: uppercase;
	}

#newsletter #content h2, #newsletter #content p {
	margin: 14px;
	}

#newsletter form {
  float: left;
	margin: 14px;
	}
    
#newsletter form br {
	display:none;
	}

fieldset {
	padding: 0 14px 30px 14px;
    margin: 0 0 -1em 0;
    border-bottom: none;
	}
    
	fieldset legend {
    	margin:  3px 0;
    	font-size: 1.25em;
    	font-weight: bold;
        }

    #name_fields input {
    	width: 200px;
    	}
        
    input#address {
        width: 300px;
        }
    
    input#city {
        width: 10em;
        }
    
    select#state {
        width: 12em;
        }
    
    input#zip {
        width: 3.2em;
        }
        
    #contact_fields input {
    	width: 300px;
    	}
	
    	input#phone {
        	width: 8.5em;
            }

	#fields_LAST {
    	padding-bottom: 14px;
        margin-bottom: 14px;
    	border: 1px dotted #f8a759;
    	}
       
label {
  float: left;
    margin: 0 15px 0 0;
	}

label span {
  display: block;
	font-size: 11px;
	margin: 10px 0 4px 0;
	}

#submit, #reset {
	width: 6em;
    margin: 0 0 0 14px;
	text-transform: uppercase;	
    }
