@CHARSET "UTF-8";
img {
	border: 0px;
}
.editform{
	display: none;
}
#content > form{
	padding: 5px;
	border-left: 1px solid #cccccc;
	border-top: 2px solid #cccccc;
	margin-bottom: 10px;
}
#palette div{
	float: left;
	width: 5px;
	height: 5px;
	margin: 0px;
}
label{
	border: 1px dotted black;
}
.mselect{
	display: none;
}
.chooser{
	display: inline-block;
	background: url(../img/arrowbutton.png) no-repeat top right;
	height: 22px;
	width: 200px;
	overflow: hidden;
	vertical-align: middle;
	border: 1px solid #cccccc;
}
#openselect{
	border: 1px solid gray;
	width: 350px;
	display: none;
	position: absolute;
	background-color: #ffffff;
}
.over{
	background-color: #999999;

}
.codes{
	width: 450px;
	margin-left: 15px;
	border: 2px solid #cccccc;
	border-top: none;
	padding: 5px 15px 10px 20px;
	margin-bottom: 20px;
}
.codes input{
	width: 90%;
}
.codes p{
	font-size: 	smaller;
	display: block;
	margin: 0.2em 0;
}
#note{
	position: fixed;
	top: 5px;
	left: 5px;
	overflow: hidden;
	background-color: #c1e6f4;
	border: 2px solid #89d7f4;
	width: 8%;
	font-size: small;
	font-weight: bold;
	padding: 5px;
}

/* Палитра */
div.color_picker {
  height: 16px;
  width: 40px;
  padding: 0 !important;
  border: 1px solid #ccc;
/*  background: url(arrow.gif) no-repeat top right;*/
  cursor: pointer;
  line-height: 16px;
  display: inline-block;
}
#bar_tpl{
	display: none;	
}

div#color_selector {
  width: 220px;
  position: absolute;
  border: 1px solid #598FEF;
  background-color: #EFEFEF;
  padding: 2px;
}
div#color_custom {
	width: 100%;
	float:left;
}
div#color_custom label {
	font-size: 95%;
	color: #2F2F2F;
	margin: 5px 2px;
	width: 25%
}
div#color_custom input {
	margin: 5px 2px;
	padding: 0;
	font-size: 95%;
	border: 1px solid #000;
	width: 65%;
}

div.color_swatch {
  height: 12px;
  width: 12px;
  border: 1px solid #000;
  margin: 2px;
  float: left;
  cursor: pointer;
  line-height: 12px;
}
