@CHARSET "ISO-8859-1";
/*MENU*/

#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 ;
	behavior: url(assets/styles/border-radius.htc);
}
/*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 ;
	behavior: url(assets/styles/border-radius.htc);
}

/*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 ;
	behavior: url(assets/styles/border-radius.htc);
}

	.sticker {	
	behavior: url(assets/styles/border-radius.htc);
}

.rel {
	position: relative;
	z-index: inherit;
	zoom: 1; /* For IE6 */
}