@charset "UTF-8";
/* CSS Document for Yteam Challenge Signup form
Author: Andy Reed
Contact: andrew.reed@roswellpark.com
Created: 3/23/09
Last Revised: 3/23/09
*/

/* Structure */
html, body{
	margin:0;
	padding:0;
	background:url(../images/bg.jpg) top center no-repeat #000;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	font-size:12px;
}
#wrapper{
	margin:0 auto;
	padding-top:80px;
	width:905px;
}
#yteam{
	background:url(../images/yteamcure.jpg) top left no-repeat #400001;
	width: 415px;
	padding:70px 0 15px;
	margin-bottom:7px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#whatisit{
	background:url(../images/bg_whatisit.jpg) top center no-repeat;
	width: 395px;
	height: 142px;
	padding:80px 25px 0;
}
#challenge{
	background:url(../images/bg_challenge.jpg) top center no-repeat;
	width:395px;
	height:408px;
	padding:50px 25px 0;
}
#video{
	background:url(../images/bg-redgradient.gif) top repeat-x #400001;
	width:445px;
	color:#FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#posters{
	width:395px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
	
.greydient{
	background:url(../images/bg-gradient.gif) top repeat-x #cccccc;
	padding:10px;
	overflow:auto;
}
.vidcolumn{
	padding:25px;
	overflow:auto;
}
.videoposter{
	float:left;
}
.floatleft{
	float:left;
}
.floatright{
	float:right;
}
.clearboth{
	clear:both;
}
a img{
	border:1px solid #FFF;
	margin:0 10px 0 0;
}
h3{
	margin:0;
	padding:0;
}