﻿@charset "utf-8";
div.adm {
	position: absolute;
	left: 0px;
	top: -10px;
	padding: 2px;
	background: #fffacd;
	opacity: 0.7;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #f00;
}
a.edl, a.edl:hover, a.edl:active, a.edl:visited {
	color: #f00;
}
div.admselect {
	outline: #ff4500 solid 1px;
	position: relative;
}

/* ниже стили рабочих комментариев - в окончательном варианте удалить*/

div.developercomm {
	font-family: "Courier New", Courier, monospace;
	padding: 4px;
	margin: 0 50px;
	background-color: #fffacd;
}