/* CSS Document */

.buttonsContato{
	text-align:right;
}



a{	margin-top:10px;
	text-decoration:none;
}

a.black{
	color:#000000;
}


input[type="submit"], input[type="reset"], input a, buttons a{
	margin:15px 0 2px 0;
	width:79px;
	height:22px;
	padding:0px 10px 15px 10px;
	background: url(../images/bt_commom.png) no-repeat;
	cursor:pointer;
	border:none;
}

input:hover[type="submit"], input:hover[type="reset"] {
	border:none;
}

.btVoltar {
	float:right;	
	margin-right:27px;
	margin-top:-38px;
	height:35px;
	background: url(../images/bt_voltar.png) no-repeat;
	padding-left:35px;
	padding-top:7px;
}


.btVoltarLivro{
	float:right;
	margin-right:20px;
	margin-top:-25px;
	margin-bottom:20px;
	padding-bottom:10px;
}

.bt_logar{
	width: 60px !important;
	background: url(../images/bt_commom_p.png) no-repeat !important;
	text-align:center;
}

