#sticker {
	min-height: 200px;
	width: 200px;
	font-size: 12px;
	line-height: 17px;
	position: absolute;
	text-align: left;
	top: 100px;
	left: 10px;
	background: #fff;
	border: 1px solid #bf0000;
}

#sticker a {
	font-weight: normal;
	text-decoration: none;
	display: block;
}

#sticker a:hover {
	text-decoration: underline;
}





#categorytree div.hierarchy {margin:7px 7px 7px 30px;color:#000;font-weight:bold;font-size:12px;}
#localmenu a{color:#888;background:#FCFFF4;padding-right:10px;}
#localmenu {color:#888;border-bottom:1px dotted #ccc;padding-bottom:10px;margin-bottom:15px;}

.rounded
{
    -moz-border-radius: 7px;
    background-color: #fafafa;
    border:1px solid #e5e5e5;
    color:#000;
    padding: 0px 5px;
}

.rounded h2, .rounded h3, .rounded h4, .rounded h5 {
    border: none;
    margin: 0;
    padding:0;
    color: #4C5C5C;
}

.rounded h1 span {font-size:9px;font-weight:normal;}

table.editObject input[type=text],textarea,select {
    -moz-border-radius: 5px;
    background-color: #fff;
    border:1px solid #ccc;
    color:#000;
    font-weight:bold;
    padding: 3px;
    margin:2px;
}

table.editObject input[type=text],textarea{
    width:90%;
    float:left;
}
table.editObject input[type=checkbox] {margin-top:5px;}
table.editObject input[type=radio] {margin-top:5px;}

table.editObject tr td:first-child {text-align:right;padding:6px 10px 0 0;font-weight:bold;}

#adminMenu img {display:block;margin:0 16px;}
#adminMenu div {width:96px;height:128px;float:left;text-align:center;margin:5px;}
#adminMenu a {font-weight:normal;color:#57f;font-size:9px;font-family:Verdana;}     

