@charset "utf-8";
/* CSS Document */

p.botao_album{
    border: 2px outset #F2F2F2;
	background:#F2F2F2;
	width: 9px;
    height: 9px;
    cursor: pointer;
	padding-bottom:2px;
	padding-left:2px;
	color:#000000;
	font:Verdana;
	font-size:8px;
	text-shadow:#333333;
	text-align:center;
	vertical-align:top;
	text-decoration:none;
	}

p.botao_album:hover{
    border: 2px inset #F2F2F2;
	background:#D2D2D2;
	width: 9px;
    height: 9px;
	}