div#select_virt_adreses {
	display: none;
}
div#wrap_select_virt_adreses {
	position: fixed;
	top: 200px;
	margin: auto;
	width: 370px;
	height: 200px;
	z-index: 9999;
	border: solid #ccc 2px;
	background: #fff;
	padding: 20px;
}
div#wrap_select_virt_adreses select {
	width: 270px;
	height: 40px;
}
div.text_select_virt_adreses {
	margin-bottom: 20px;
	color: #32b3e7;
	font-weight: bold;
}
div.butt_sel_virt_sb {
	margin-top: 20px;
}
div.butt_sel_virt_sb button {
	background: #32b3e7;
	border: 0;
	color: #fff;
	padding: 5px 10px 5px 10px;
}
div.butt_sel_virt_sb button:hover {
	background: #40a1c2;
}
div#virt_replace {
	display: none;
	padding: 10px!important;
	border: dotted #32b3e7;
	margin: 10px 0 10px 0!important;
}
a.renew_addrr {
	background: #32b3e7;
	border: 0;
	padding: 5px 10px 5px 10px!important;
	color: #fff;
	cursor: pointer;
}
a.renew_addrr:hover {
	background: #32b3e7!important;
}