/* --- панель управления */
button{
	width:20px;
	height:20px;
	padding: 0px;
	margin: 1px;
	background-color:#eeeeee;
	border: outset #aaaaaa 1px;
	text-align: center;
}
button.lock{
	background-color:#ffffff;
	filter: alpha(opacity=50);
}
button.down{
	border: inset #aaaaaa 1px;
}
button.up{
	border: solid #333399 1px;
}
/* --- выпадающий слой */
.dropdown{
	background-color:#ffffff;
	border: solid #000000 1px;
	padding:0px;
}
.dropdown td{
	font-family:sant serif, verdana;
	font-size:10px;
	border: solid #cccccc 1px;
	padding:1px;
}
.dropdown b{
	color:#333399;
}
.dropdown small{
	color:#333399;
}
.dropdown select,.dropdown input{
	width:200px;
	font-size:10px;
	border: solid #000000 1px;
	font-family:sant serif, verdana;
}
/* --- поле редактирования */
body.richedit{
	padding: 2px;
}
body.richedit table{
	border: dotted #333399 1px;
}
body.richedit td{
	padding:3px;
	margin:1px;
	border: solid #cccccc 1px;
}
body.richedit p{
	margin-left:1px;
	padding-left:1px;
	border-left: solid #333399 1px;
}
