#stickies .stickies_close_area
{
    margin: 0;
    padding: 2px 4px 4px 0;
    float: right;
}

#stickies .stickies_close_area a {
	color: white;
	background-color: #3AA0C7;
	font-weight:bold;
	text-decoration: none;
	
	height: 12px;
	line-height: 12px;
	width: auto;
	display: inline;
	font-size: 10px;
	text-align:center;
	text-transform: uppercase;
	padding: 3px 5px;
	border: 1px solid #999;

}
#stickies .stickies_close_area a:hover {
	color: white;
	background: black;
}

#stickies .error_stickie,
#stickies .warning_stickie,
#stickies .notice_stickie,
#stickies .debug_stickie
{
    margin: 10px 0;
    padding: 8px;
    /*-webkit-border-radius: 10px;
    -moz-border-radius: 10px;*/
    font-weight: normal;
    text-align: left;
    padding-left: 36px;
    
}

#stickies .error_stickie
{
    border: solid 1px #cc2f00;
    background-color: #ff9999;
    
    background: #ff9999 url(/images/di20/stickies_bg_error.jpg) no-repeat;
}

#stickies .warning_stickie
{
    border: solid 1px #ff7700;
    background-color: #ffc28d;
    
    background: #ffc28d url(/images/di20/stickies_bg_warning.jpg) no-repeat;
}

#stickies .notice_stickie
{
    border: solid 1px #99c; /* #399c07; */
    background-color: #ccf; /* #d7ffaf; */

    background: #ccf url(/images/di20/stickies_bg_notice.jpg) no-repeat;
}

#stickies .debug_stickie
{
    border: dashed 1px #444;
    background-color: #eee;

    background: #eee url(/images/di20/stickies_bg_debug.jpg) no-repeat;
}
