a.edit {
position:absolute;
width:16px;
height:16px;
cursor:pointer;
color: #333;
font-weight: bold;
font-size:1px;
text-decoration: none;
/*left:10px;*/
}

a.edit:hover {
/*position: relative;*/
cursor:pointer;
color: #000;
}

span.edit {
position: relative;
text-indent:-300px;
z-index:99;
top:0;
left:0;
background:url(admin/images/pageedit.gif) 50% 50% transparent no-repeat;
/*padding:10px 10px;*/
/*border: 1px solid #ccc;*/
display:block;
width:16px;
height:16px;
}

span.edit.inplace {
left:20px;
background-image :url(admin/images/inplaceedit.gif);
}
span.edit.inplace.active {
background-image :url(admin/images/inplaceedit_on.gif);
}
.editable_textarea {
min-height:1em;
}


.atm_delitem img {
line-height:20px;
vertical-align:middle;
}


.proficms_editblock {
position:relative;
display:block;
}

.proficms_editblock{
margin:0;
padding:0;
line-height:1.3em;
padding-bottom:15px;
}

img.edit {
position:absolute;
}

.editable {
background-color: #eee;
color:#000;
border:1px dashed #ddd;
display:block;
}

.edit_save {
font-size:10px;
cursor:pointer;
font-weight:normal;
font-style:normal;
}

.debugwindow {
background-color:lightgreen;
color:black;
border:1px solid green;
border-left:15px solid green;
padding:5px;
}
.errorwindow {
background-color:#ffcccc;
color:black;
border:1px solid red;
border-left:15px solid red;
padding:5px;
}