/*
 * KidsWrite stylesheet (Contact Us)
 * Version: 1.0
 * Author: Shaun Tarves
 */

#contact { margin: 0px auto; width: 700px; }
        #contact-header {
		margin-top: 10px;
                height: 60px;
                background: transparent url(/assets/img/contact.png) no-repeat scroll center top;
		text-indent: -9999px;
        }
	#contact-content-wrapper { margin-top: 40px; border: 1px solid #ffffff; padding-left: 90px; } /* IE6 was f'ng this all up */
	#contact-content {
		padding-left: 160px;
		background: transparent url(/assets/img/contact-form.png) no-repeat scroll left top;
	}
		#contact-content input { float: none; margin: 0px; }
		#contact-content .form-field {margin: 0px; }
                #contact-content #contact-firstname { width: 200px; }
                #contact-content #contact-lastname { width: 200px; }
                #contact-content #contact-email { width: 200px; }
                #contact-content #contact-phone { width: 200px; }
                #contact-content #contact-state { width: 214px; height: 32px; }
                #contact-content #contact-yourea { width: 214px; height: 32px; }
                #contact-content #contact-message { width: 350px;  height: 60px; overflow: auto; }
        #contact #submit {
		padding-top: 20px;
                text-align: center;
        }
