* html #achtung-overlay {
position:absolute;
} * html .achtung {
width: 280px;
}
#achtung-overlay {
overflow: hidden;
position: fixed;
top: 15px;
right: 15px;
width: 280px;
z-index:5000;
}
.achtung {
display:none;
margin-bottom: 8px;
padding: 15px 15px;
background-color: #000;
color: white;
width: 250px;
font-weight: bold;
position:relative;
overflow: hidden;
-moz-box-shadow: #aaa 1px 1px 2px;
-webkit-box-shadow: #aaa 1px 1px 2px;
box-shadow: #aaa 1px 1px 2px;  
-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
opacity: .70;
filter:Alpha(Opacity=70);
}
.achtung .achtung-message-icon {
margin-top: 0px;
margin-left: -.5em;
margin-right: .5em;
float: left;
zoom: 1;
}
.achtung .ui-icon.achtung-close-button {
overflow: hidden;
float: right;
position: relative;
top: -8px;
right: -8px;
cursor: pointer;
}
.achtungSuccess {
background-color: #4DB559;
}
.achtungFail {
background-color: #D64450;
}
.achtungWait {
background-color: #658093;
}
.achtung .wait-icon {
background-image: url(//dnasuperhost.net/order-form/css/images/waiticon.gif);
}
.achtung .achtung-message {
display: inline;
}