@CHARSET "ISO-8859-1";

#menuVertical{
	position:relative;
	float:left;
	width:200px;
	height:322px;
	background-color:#f15900;
	/*cantos redondos*/
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px ;
	
}
/*Display conteudos de paginas*/
#display{
	position:relative;
	float:right;
	width:607px;
	height:485px;
	background-color:#ffffff;
	/*cantos redondos*/
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px ;

}

/*Login*/

.loginBox{
	position:relative;
	float:left;
	width:200px;
	height:160px;
	background-color:#242424;
	margin-top:3px;
	font: normal 12px Verdana, sans-serif;
	/*cantos redondos*/
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px ;
	
}

.sticker {	
	
}