.notice-wrap {
	/*position: fixed;
	top: 20px;
	right: 20px;
	width: 250px;
	z-index: 9999;*/
    position: fixed;
    top: 40%;
    right: 50%;
    width: 250px;
    z-index: 9999;
    margin-right: -125px;
}

* html .notice-wrap {
	position: absolute;		
}
 
.notice-item {
	height: 60px;
	background: #fff;
	border: 2px solid #F5A345;
	display: block;
	position: relative;
	margin: 0 auto;
    box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
    border-radius: 9px;
    color: #58585A;
    font: 14px/1.25 'PT Sans',Arial,sans-serif;
    padding: 18px 20px;
    padding-top: 60px;
    text-align: center;
}

.notice-item-close {
	/*position: absolute;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	right: 6px;
	top: 6px;
	cursor: pointer;*/

    display: inline-block;
    background-image: url(../volta/img/icons-controls.png);
    background-repeat: no-repeat;
    vertical-align: middle;

    *display: inline;
    *zoom: 1;

    background-position: -20px -1px;
    height: 18px!important;
    width: 17px!important;
    cursor: pointer;
    position: absolute;
    right: 6px;
    top: 6px;
    cursor: pointer;
    font-size: 0;
}
