

.WorkBotao{ background:#f0f0f0; cursor:pointer; margin:15px; border:1px solid #e0e0e0;


	-webkit-touch-callout: none;
	-webkit-user-select: none; 
	-khtml-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none; 
	user-select: none; 
	
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

}
.WorkBotao:hover{ background:#ececec; 

}


.WorkBotao[blq=true]{ background:#eee; 

}
.WorkBotao[blq=true]:hover{ background:#eee; 

}



.WorkBotao .WorkBotaoText { padding:15px 15px; text-align:center; color:#096; font-size:18px; font-weight:bold;

}

.WorkBotao[blq=true] .WorkBotaoText { color:#ccc; 

}
