.notice-wrap {
    position: fixed;
    bottom: 20px;
    left: 10px;
    z-index: 9999;
    font-family: Tahoma, Arial, sans-serif;
}

* html .notice-wrap {
	position: absolute;
}

.notice-item {
    background-color: #4E2F4E;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #3C263D;
    position: relative;
    margin: 0 0 12px 0;
    min-width: 300px;
    width:343px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.notice-item:hover { 
    background-color: #593853;
}

.notice-item:hover .notice-link { 
    color:#fff;
     text-decoration: underline;
}

.notice-link {
    display:block;
    font-size: 12px;
    padding:12px 0;
    font-family: 'Geneva', Tahoma, helvetica,sans-serif;
}

.notice-icon { 
    position:absolute;
    left:-5px;
    top:12px;
    margin:0;
    color: white;
}

.text-wrap { 
    padding:0 25px 0 10px;
    margin-left:35px;
}

a.notice-link, a.notice-link:visited, a.notice-link:active {
    color: #fff;
    text-decoration: none;
}

.notice-icon {
	margin:0px 10px 0 9px;
}

.notice-item-close {
	position: absolute;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	right: 6px;
	top: 10px;
	cursor: pointer;
    color:#fff;
}
