
.section_selection input[type=button] 
{
	font-size:16px;
	margin: 12px;
	color: #333;
	border:2px solid #CCCCCC;

	background-color: #EAEAEA
}

.section_selection input[type=button]:hover 
{
	background-color:#CCCCCC;	
		color: #333;
	border:2px solid #CCCCCC;
}



