.menu_esquerdo {
	width: 190px;
	float: left;
	margin-left: 0px;
	margin-right: 25px;
	padding: 0.8em 0.8em;
	background: rgb(255, 255, 255); 
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:8px;
	-moz-box-shadow: 5px 5px 10px #9C9C9C;
	-webkit-box-shadow: 5px 5px 10px rgb(167, 157, 157);
	-khtml-box-shadow: 5px 5px 10px #9C9C9C;
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(color=#ccc,direction=120,strength=5)";filter:progid:DXImageTransform.Microsoft.Shadow(color=#BEBEBE,direction=120,strength=5);
}
.menu_direito {
	width: 190px;
	float: right;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0.8em 0.8em;
	background: rgb(255, 255, 255); 
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:8px;
	-moz-box-shadow: 5px 5px 10px #9C9C9C;
	-webkit-box-shadow: 5px 5px 10px rgb(167, 157, 157);
	-khtml-box-shadow: 5px 5px 10px #9C9C9C;
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(color=#ccc,direction=120,strength=5)";filter:progid:DXImageTransform.Microsoft.Shadow(color=#BEBEBE,direction=120,strength=5);
}

.menu_sair {
	width: 120px;
	float: center;
	margin-left: 00px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#F62727;
	margin-right: 0px;
	padding: 0.2em 0.8em;
	background: rgb(255, 255, 255); 
	border-radius:10px;
	-moz-border-radius:5px;
	-webkit-border-radius:20px;
	-moz-box-shadow: 5px 5px 10px #9C9C9C;
	-webkit-box-shadow: 2px 2px 10px rgb(167, 157, 157);
	-khtml-box-shadow: 5px 5px 10px #9C9C9C;
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(color=#ccc,direction=120,strength=5)";filter:progid:DXImageTransform.Microsoft.Shadow(color=#BEBEBE,direction=120,strength=5);
}

.tabela_central {
	width: 100%;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0.2em 0.8em;
	background: rgb(255, 255, 255); 
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:8px;
	-moz-box-shadow: 5px 5px 10px #9C9C9C;
	-webkit-box-shadow: 5px 5px 10px rgb(167, 157, 157);
	-khtml-box-shadow: 5px 5px 10px #9C9C9C;
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(color=#ccc,direction=120,strength=5)";filter:progid:DXImageTransform.Microsoft.Shadow(color=#BEBEBE,direction=120,strength=5);
}

.tabela_central_perfil {
	-moz-border-radius:5px;
	-webkit-border-radius:10px;
	-moz-box-shadow: 5px 5px 10px #9C9C9C;
	-webkit-box-shadow: 5px 5px 10px rgb(167, 157, 157);
	-khtml-box-shadow: 5px 5px 10px #9C9C9C;
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(color=#ccc,direction=120,strength=5)";filter:progid:DXImageTransform.Microsoft.Shadow(color=#BEBEBE,direction=120,strength=5);
}
	.button{
	float: right;
	margin:10px 55px 10px 0;
	font-weight: bold;
	line-height: 1;
	padding: 1px 10px;
	cursor:pointer;   
	color: #fff;
	
	text-align: center;
	text-shadow: 0 -1px 1px #64799e;
	
	/* Background gradient */
	background: #a5b8da;
	background: -moz-linear-gradient(top, #a5b8da 0%, #7089b3 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a5b8da), to(#7089b3));
	
	/* Border style */
  	border: 1px solid #5c6f91;  
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
  
	/* Box shadow */
	-moz-box-shadow: inset 0 1px 0 0 #aec3e5;
	-webkit-box-shadow: inset 0 1px 0 0 #aec3e5;
	box-shadow: inset 0 1px 0 0 #aec3e5;
	
	}
		.button_novo{
	float: right;
	margin:5px 20px 5px 0;
	font-weight: bold;
	line-height: 1;
	padding: 3px 10px;
	cursor:pointer;   
	color: #333333;
	
	text-align: center;
	/*text-shadow: 0 -1px 1px #64799e;
	
	/* Background gradient */
	background: #fffa5b8da;
	background: -moz-linear-gradient(top, #B5E8B3 0%, #F2F2F2 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a5b8da), to(#7089b3));
	
	/* Border style */
  	border: 0px solid #5c6f91;  
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
  
	/* Box shadow */
	-moz-box-shadow: inset 0 1px 0 0 #aec3e5;
	-webkit-box-shadow: inset 0 1px 0 0 #aec3e5;
	box-shadow: inset 0 1px 0 0 #aec3e5;
	
	}