.button_command {
	width: 160px;
	height: 100px;
	margin-bottom: 5px;
	margin-right:5px;

}

.button_select_command {
	width: 140px;
	height: 50px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right:5px;
	font-size: 14px;
}

.select_command {
    width: 140px;
    line-height: 95px;
    margin-bottom: 5px;
    margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
    font-size: 20px;
    text-align: center;
    padding: 0;
}
.box {
	background-color: #f6f6f6; 
	border: solid 1px #9b9b9b; 
	border-radius: 3px; 
	width: 158px; 
	margin-bottom:5px; 
	margin-right: 9px;
}