.showmessage-wrapper {
z-index:9;
position:fixed;
top:0px;
left:0px;
width:100%;
height:100%;
display:none;
}

.showmessage-container {
background-color:white;
width:400px;
padding:5px;
margin-left:auto;
margin-right:auto;
border-radius:5px;
moz-border-radius:5px;
webkit-border-radius:5px;
position:relative;
}

.showmessage-title {
padding:5px;
border-radius:5px;
moz-border-radius:5px;
webkit-border-radius:5px;
}

.showmessage-close {
width:16px;
height:16px;
line-height:15px;
background-color:white;
position:absolute;
top:10px;
left:385px;
border-radius:5px;
moz-border-radius:5px;
webkit-border-radius:5px;
text-align:center;
cursor:pointer;
}

.showmessage-close img {
width:8px;
height:8px;
}

.showmessage-text {
padding-top:10px;
padding-bottom:5px;
padding-left:5px;
padding-right:5px;
border-radius:5px;
moz-border-radius:5px;
webkit-border-radius:5px;
}

/* ADDONS */

.addons-wrapper {
z-index:9;
position:fixed;
top:0px;
left:0px;
width:100%;
height:100%;
display:none;
}

.addons-container {
background-color:white;
width:700px;
padding:5px;
margin-left:auto;
margin-right:auto;
border-radius:5px;
moz-border-radius:5px;
webkit-border-radius:5px;
position:relative;
}

.addons-title {
padding:5px;
border-radius:5px;
moz-border-radius:5px;
webkit-border-radius:5px;
background-color: #e5e5e5;
}

.addons-close {
width:16px;
height:16px;
line-height:15px;
background-color:white;
position:absolute;
top:10px;
left:685px;
border-radius:5px;
moz-border-radius:5px;
webkit-border-radius:5px;
text-align:center;
cursor:pointer;
}

.addons-close img {
width:8px;
height:8px;
}

.addons-text {
padding-top:10px;
padding-bottom:5px;
padding-left:5px;
padding-right:5px;
border-radius:5px;
moz-border-radius:5px;
webkit-border-radius:5px;
}

.addons-msg {

}