.radio-toolbar input[type="radio"] {
	opacity: 0;
	position: fixed;
	width: 0;
}

.radio-toolbar label {
	display: inline-block;
	background-color: #ddd;
	padding: 10px 20px;
	font-family: sans-serif, Arial;
	font-size: 16px;
	border: 2px solid #444;
	border-radius: 4px;
	margin-right: 10px;
}

.radio-toolbar label:hover {
	background-color: #dfd;
}

.radio-toolbar input[type="radio"]:focus+label {
	border: 2px dashed #444;
}

.radio-toolbar input[type="radio"]:checked+label {
	background-color: #bfb;
	border-color: #4c4;
}

.radio-toolbar input[type="checkbox"] {
	opacity: 0;
	position: fixed;
	width: 0;
}

.radio-toolbar input[type="checkbox"]:focus+label {
	border: 2px dashed #444;
}

.radio-toolbar input[type="checkbox"]:checked+label {
	background-color: #bfb;
	border-color: #4c4;
}

#wait {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100;
}

.modal_back {
	width: 100%;
	height: 100%;
	opacity: 0.3;
	z-index: 100;
	background-color: #363636;
	position: fixed;
}

#wait_window {
	width: 100px;
	height: 100px;
}

a{
	color: #458bc0;
	text-decoration: none;
}

*{
	font-family: Verdana;
	font-size: 14px;

}
.table_list
{
	width: 100%;

}
.row_gray td
{
	background-color: #f8f8f8;
	color: #4a4a4a;

}
.row_white td
{
	background-color: #fff;
	color: #4a4a4a;
}
.table_list
{

	border-bottom: 1px solid #d9d9d9;

}
.table_list tr td
{
	border-top: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	padding: 15px 10px 15px 10px;

}

table_list .head
{color: #000;
}
.table_list tr td input
{
	margin-right: 10px;

}

.modal_window
{
	

	height: 450px;
	width: 670px;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 101;
	position: fixed;
	background-color: white;
	padding: 25px;
	text-align: center;

}
.val_comment
{
	font-size: 12px;
	width: 300px;
}
