/*
 * KidsWrite stylesheet (Publishing Contest)
 * Version: 1.0
 * Author: Shaun Tarves
 */

#contest { margin: 0px auto; width: 700px; }
        #contest-header {
		margin-top: 10px;
                height: 60px;
                background: transparent url(/assets/img/contest.png) no-repeat scroll center top;
		text-indent: -9999px;
        }
	#contest #contest-rules { padding: 20px; }
	        #contest-content-wrapper { padding-left: 70px; } /* IE6 was f'ng this all up */
	        #contest-content {
			padding-left: 220px;
			height: 440px;
	                background: transparent url(/assets/img/contest-form.png) no-repeat scroll left top;
		}
			#contest-content input { float: none; margin: 0px; }
			#contest-content #text-summary { height: 80px; }
	                #contest-content #has-pictures {
	                        padding: 15px 0px 0px 150px; /* t, r, b, l */
	                        height: 30px;
	                }
	                	#contest-content #has-pictures input { margin: 0px 5px 0px 10px; float: none; }
                        #contest-content #contest-name { width: 200px; }
                        #contest-content #contest-state { width: 214px; height: 32px; }
                        #contest-content #contest-grade { width: 214px; height: 32px; }
                        #contest-content #contest-email { width: 200px; }
                        #contest-content #contest-pemail { width: 200px; }
                        #contest-content #contest-title { width: 200px; }
                        #contest-content #contest-summary { width: 350px;  height: 50px; overflow: auto; }
                        #contest-content #contest-status { width: 214px; height: 32px; }
        #contest #contest-privacy { padding: 20px; }
        #contest #submit {
                text-align: center;
        }
