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

.click
{
	
	background-color:#c3892b;
	border-radius:5px; 
	
	width:400px !important; 
	height:50px !important;
	text-align:center;
	margin-left:80px;
}
.click:hover
{
	
	background-color:#000; 
	opacity:0.5; 

	
}