.modal_block
{
	background: #FFFFFF;
	border: 1px solid #000000;
	color: black;
	padding: 10px;
}
.modal_button
{
	background: #eeeeee;
	border: 1px solid #000000;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
    width: 100px;
	padding: 2px;
}
.modal_button:hover
{
	background: #71bf44;
	color: white;
}
.modal_button_disabled
{
	background: #eeeeee;
    border: 1px solid #cccccc;
    color: #cccccc;
    cursor: default;
	font-size: 12px;
	font-weight: bold;
    width: 100px;
	padding: 2px;
}
