.ferman_table
{
	border-collapse: collapse;
	font-size: 10px;
	font-family: verdana, tahoma, arial, sans-serif;
	width: 100%;
}

.ferman_table td
{
	border: 1px solid Black;
	padding: 0;
	height: 16px;
}

.ferman_table .std_col
{
	min-width: 128px;
}

.ferman_table td img
{
	float: right;
}

.col_fill
{
	min-height: 16px;
}

.col_title_time
{
	min-width: 42px;
	text-align: center;
}

.col_title_day
{
	min-width: 32px;
	text-align: center;
}

.col_day
{
	text-align: center;
	max-width: 64px;
}

.menu
{
	border: 1px solid White;
	width: 100%;
	margin-bottom: 20px;	
}

.menu h1
{
	padding: 0;
	margin: 0;
}

.iframe input, .iframe select, .iframe textarea
{
	width: 200px;
}

.btnbox
{
	width: 100%;
	text-align: center;
}

.btnbox input
{
	width: 80px;
}

.in_error
{
	color: Red;
	padding-left: 10px;
}

.btn
{
	display: inline-block;
	border: 2px solid White;
	padding: 5px;
	margin: 2px;
	cursor: pointer;
	background-color: #0a57c0;
	color: White;
}

.btn:hover
{
	border: 2px solid #066971;
}


.legendbox
{
	width: 8px;
	height: 8px;
	border: 1px solid Black;
	margin-left: 15px;
	margin-right: 5px;
	display: inline-block;
}

.legendbar
{
	margin-top: 20px;
	margin-bottom: 20px;
}

.cb_accept
{
  position: absolute;
  margin-left: 2px;
  margin-top: 2px;
  z-index: 5;
}

.cb_accept_space
{
	display: inline-block;
	width: 18px;
	height: 5px;
}

body
{
	font-family: times, sans-serif;
}

a
{
	color: #0a57c0;
}

a:hover
{
	text-decoration: none;
}

h1
{
	font-family: garamond, sans-serif;
}

.tab_users
{
	border-collapse: collapse
}

.tab_users td
{
	border: 1px solid Gray;
}

p
{
	padding: 0;
	margin: 0;
}

.form_right
{
	width: 250px;
	float: right;
}

.mp_form
{
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.mp_form .red
{
	color: Red;
	font-weight: Bold;
}

.mp_input
{
	border: 1px solid Silver;
	border-radius: 2px;
	padding: 6px;
	width: 300px;
}

.mp_btn
{
	background-color: #0a57c0;
	color: White;
	border: 2px solid White;
	cursor: pointer;
	padding: 6px;

	font-size: 14px;
	font-family: verdana, tahoma, arial, sans-serif;

}
