@charset "iso-8859-1";
/* START
#################### geral ####################
*/
*{
	border					: 0;
	color						: #404040;
	font-family				: Arial, Helvetica, sans-serif;
	font-size				: 11px;
	font-weight				: normal;
	list-style				: none;
	margin					: 0;
	padding					: 0;
	text-decoration		: none;
}
html, body{
	height					: 100%;
}
b{
	font-weight				: bold;
}
span#descricao_site{
	display					: none;
}
input.form_text{
	border					: 1px solid #8C8C8C;
	width						: 145px;
}
input.form_text_col1{
	border					: 1px solid #8C8C8C;
	width						: 80px;
}
input.form_text_col2{
	border					: 1px solid #8C8C8C;
	width						: 120px;
}
div#geral{
	margin					: 0 auto;
	text-align				: left;
	width						: 692px;
	min-height				: 100%;
}
* html #geral {
	height: 100%; /* hack para IE6 hq trata height como min-height */
}
/* END
#################### geral ####################
*/
/* START
#################### includes/topo.inc.php ####################
*/
div.row{
	float						: left;
	width						: 692px;
}
div.row_color{
	background-color		: #DDD;
}
div.row_esq{
	float						: left;
	width						: 336px;
}
div.row_dir{
	float						: left;
	width						: 356px;
}
div.row_inline{
	float						: left;
	width						: 692px;
}
	div.row_inline p{
		float						: left;
	}
div.row_invent{
	float						: left;
	width						: 692px;
	height					: 18px;
	line-height				: 18px;
}
	div.row_invent p{
		text-align				: right;
	}
	div.row_invent a{
		color						: #25619F;
	}
	div.row_invent a:hover{
		text-decoration		: underline;
	}
div#foxvideo{
	float						: left;
	background				: #000 url('../images/hotsite-fox-regulamento_slices_02.jpg') no-repeat;
	height					: 331px;
	width						: 356px;
}
div#foxvideo_cadastro{
	float						: left;
	background				: #000 url('../images/hotsite-fox-regulamento_slices_02_cadastro.jpg') no-repeat;
	height					: 331px;
	width						: 356px;
}
	div#foxvideo div#foxplayer, div#foxvideo_cadastro div#foxplayer{
		float						: left;
		height					: 260px;
		width						: 288px;
		margin-top				: 65px;
	}
/* END
#################### includes/topo.inc.php ####################
*/
/* START
#################### includes/coluna_esq.inc.php ####################
*/
div#coluna_esq{
	float						: left;
	width						: 265px;
}
div#coluna_dir{
	float						: left;
	width						: 427px;
}
	div#form_frase{
		float						: left;
		width						: 427px;
		height					: 137px;
		background-color		: #DDD;
	}
		div#form_frase p{
			float						: left;
		}
		div#form_frase textarea.form_text{
			border					: 1px solid #8C8C8C;
			width						: 270px;
			height					: 60px;
			margin-left				: 5px;
			margin-right			: 10px;
		}

div#form{
	float						: left;
	width						: 692px;
}
	div#form p{
		float						: left;
	}
	div#form p.last{
		float						: right;
	}
	div#form_dados{
		float						: left;
		background				: #FFF url('../images/hotsite-fox-regulamento_slices_08.png') repeat-x;
		width						: 587px;
		height					: 75px;
	}
	div#form_sortudos{
		float						: left;
		background				: #FFF url('../images/hotsite-fox-regulamento_slices_11.png') repeat-x;
		width						: 587px;
		height					: 92px;
	}
		div.form_width1{
			float						: left;
			width						: 195px;
		}
		div.form_width2{
			float						: left;
			width						: 290px;
		}
		div.form_col1{
			float						: left;
			width						: 125px;
		}
		div.form_col2{
			float						: left;
			width						: 165px;
		}
			div#form p.title{
				float						: left;
				margin-left				: 32px;
				width						: 204px;
			}
			div#form p.above_space{
				margin-top				: 10px;
			}
			div#form p.above_space_mini{
				margin-top				: 3px;
			}
			div#form p span.campo{
				float						: left;
				width						: 32px;
				height					: 16px;
			}
div.form_row{
	float						: left;
	width						: 598px;
	margin-left				: 43px;
	margin-bottom			: 5px;
}
	div.form_row iframe.regulamento{
		border					: 1px solid #8C8C8C;
		width						: 598px;
		height					: 150px;
		background-color		: #FFF;
	}
	div.form_row input.form_submit{
		margin-top				: 5px;
	}
