.div_video{
	float:left; 
	width:165px;
	height:180px;
}
.div_padrao{
	background-color:#eeeeee;
	background:url(../imagens/fundo_papel.jpg) repeat;
	border: 1px solid #E5C058;
	padding:10px;
	margin:10px;
}

.div_300{
	width:300px;
}

.button{
	background-color:#999;
	border:1px solid #CCC;
	color:#FFF;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	padding:3px;
	margin:3px;
	cursor:pointer;
}

.input_text{
	background:#fff;
	border:1px solid #cccccc;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	widows:280px;
}

