/* CSS Document */
form {
	width:740px;
}
div#formulario p{
	margin-top: 25px;
	display:block;
	color:#999999;
	clear:both;
}

div#formulario{
	width:740px;
	float:left;
}
div#right_datos{
	width: 210px;
	float:left;	
}
div#right_datos input.txt{
	display:block;
	width:100%;
	margin-bottom:5px;
}
div#right_datos input.submit{
	display:block;
	margin-top:5px;
}
div#right_ranking {
	margin-left:15px;
	width:500px;
	float:left;
}
div#right_ranking input{
	vertical-align:middle;
}
div#right_ranking textarea{
	height:180px;
}
div#right select {
	width:100%;
}
div#right a { 
	color:#900;
	text-decoration:none; 
	border:1px solid #666; 
	padding:0px 15px 0px 5px; 
}
div#right a:hover { 
	color:#900;
	padding-right:5px; 
	border-right:10px solid #666; 
}
div#right a:visited { 
	color:#666;
}
div#right img{
}
label {
	display:block;
	clear:both;
	margin-top:5px;
	padding-bottom:3px;
	border-bottom:1px solid #e4e4e4;
}
textarea{
	width:100%;
	height:75px;
	text-align:left;
}
