h2 {
background: none;
color:#fff;
margin: 10px 0;	
}
a  {
color:#333;
font-weight: 600;
}
.yui-t6 #yui-main .yui-b p, strong
{
color:#eee;	
}
.pilot
{
	width:580px;
	padding: 250px 15px 10px 15px;
	margin: 10px 0px 0px;
	background: url('../img/the_full_bawdy_comedy.jpg') no-repeat;
	height:774px;
}

.pilot2
{
	width:580px;
	padding: 250px 15px 10px 15px;
	margin: 10px 0px 0px;
	background: url('../img/chris_hardwick.jpg') no-repeat;  
	height:896px;
}


.yui-t6 #yui-main .yui-b p
{
	color: #e1e1e2;
}

.scrollable {
	position:relative;
	overflow:hidden;
	width: 540px;
	height:540px;
	padding:0;

}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accommodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}
#agreebox {
	display:inline-block;
	float:left;
	padding: 3px;
	height: 30px;	
	width:20px;
}
#counter
{
	color: #333;
	margin:5px 0;
	font-size: 26px;
	float:left;
	clear:both;
	display:block;
}

/*
	a single item. must be floated in horizontal scrolling.
	typically, this element is the one that *you* will style
	the most.
*/
.items div.item {
	float:left;
	width: 525px;
	padding:10px 18px;
	font-size: 14px;
}

#intro,
#rules,
#release
{
	width: 500px;
	padding:5px;
}

#rules
{
	width: 510px;
    height: 415px;
    margin: 15px 0;
    overflow:auto;
    padding:5px 5px 5px 0;
}
#release
{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    height: 140px;
    width: 400px;
    overflow:auto;
    background: #fff;
    display:inline-block;
	
}
.yui-t6 #yui-main .yui-b #release p {
	color: #000000
}

#continue
{
}

ul.table, ul.table li
{
	list-style: none;
	margin: 5px 0;
	clear: both;
}
ol {
	color:#eee;	
	margin: 5px 25px;
	font-size: 13px;
}
ol li {
 margin:4px 2px;	
}
ul.table li #release ol, ul.table li #release ul, ul.table li #release ol li
{
	list-style: decimal;
	color:#666;
}
label
{
	color:#e1e1e2;
	font-weight: 600;
	width: 100px;
	display: inline-block;
	float:left;
}
input.validate, textarea
{

	font-size: 13px;
	font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
	text-decoration: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
	width: 400px;
	border: none;
	padding: 4px 6px;
	resize: none;
	background: #fff;
}
textarea{
	height: 120px;
}
input.error
{
	background: #AA352A;
	color:#fff;
}
#fax {
	display:none;
}
#help
{
margin: 60px 0px 0px 290px;	
color: #000;
}
.button, .buttonoff
{
	display: inline-block;
	float:right;
	border-top: 1px solid #eee;
	background: #376273;
	background: -webkit-gradient(linear, left top, left bottom, from(#85acbd), to(#376273));
	background: -moz-linear-gradient(top, #85acbd, #376273);
	margin: 10px 10px ;
	padding: 5px 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: #eee;
	font-size: 14px;
	font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
 }
.button:hover {
   border-top-color: #43788E;
   background: #43788E;
   color: #fff;
   }
.button:active {
   border-top-color: #25424d;
   background: #25424d;
   }
#loader
{
	background: url(../img/ajax-loader.gif);
	width: 220px;
	height:19px;
	position: absolute;
	left:380px;
	top:570px;
}

