@charset "UTF-8";

/* CSS Document */


/*----------------------------------------------------------------------*/
/*	Form   */
/*----------------------------------------------------------------------*/

#video {
	margin-bottom: 30px;
	height: 350px; }
	
#video .lines200 {
	padding: 8px 5px }
	
#flashplayer {
	width: 590px;
	height: 330px;
	margin: 0px auto 0px;
	border: 1px solid #333333; }
	
#licensingform .lines200 { 
	padding: 10px; }
	
#licensingform  .formcolumn {
	float: left;
	position: relative;
	width: 50%; }
	
#licensingform  .grid2col .column { 
	width: 50%; }
	
#licensingform .forminput {
	display: block;
	margin-bottom: 15px;
	background: transparent;
	border:  1px solid #292929;
	color: #CCCCCC; }
	
#licensingform .formlabel {
	display: block;
	margin-bottom: 3px;}

#licensingform .textarea {
	width: 275px;
	height: 150px; }
	
#licensingform .textline {
	width: 90%; }
	
#licensingform .checkbox {
	margin-right: 5px; }
	
#licensingform .otherlabel {
	margin-bottom: 15px;
	margin-right: 5px; }
	
#licensingform .otherinput {
	background: transparent;
	border:  1px solid #292929;
	color: #CCCCCC; }
	
#licensing101 p {
	padding: 10px; }
	
.invalid {
	border: 1px solid red; }
	
