#noticeModal .modal-pp {
    padding-top: 0
	z-index: 1000;
    position: fixed;
    top: auto;
    right: auto;
    left: 10px;
    bottom: 10px;
    width: 300px;
    padding: 0;
    border-radius: 0
}

#noticeModal .modal-body {
    padding-top: 10px;
    padding-bottom: 10px
}

#noticeModal .modal-dialog {
	z-index: 1000;
    position: fixed;
    top: auto;
    right: auto;
    left: 10px;
    bottom: 10px;
    width: 300px;
    padding: 0;
    border-radius: 0
}

#noticeModal .modal-content {
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    border-radius: 0px!important
}

#noticeModal p {
    padding: 0 auto;
    margin: 10px auto;
    font-size: 14px;
	color: #fff;
}

#noticeModal button {
	border:1px solid #fff; 
	color: #fff; 
	font-size:14px;
	background-color: transparent;
    margin: 0 5px;
	padding: 5px auto;
}