.button {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	color : #000000;
	border : 1px solid #333333;
	width : 100%;
	text-align: center;
	background-color: #FFEDC1;







}

.buttonOver {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	color : #70390A;
	border : 1px solid #333333;
	width : 100%;
	text-align: center;
	cursor : pointer;
	background-color: #FEE098;


}
