.bubble {
	-webkit-border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
    min-height: 300px;
	background: #F4FCFC;
}
.with-shadow {
	box-shadow:         0 0 8px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-moz-box-shadow:    0 0 8px rgba(0,0,0,0.5);
}
body {
    background: url(/images/bg.png);
}
div#notices {
    cursor:pointer;
    font-weight:normal;
    display:block;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: white;
    opacity: 0.9;
    filter: alpha(opacity=90);
    
}
div#notices .notice {
    padding: 8px;
	box-shadow:         0 2px 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.5);
	-moz-box-shadow:    0 2px 4px rgba(0,0,0,0.5);
}
div#notices .close {
    color: #999;
    cursor: pointer;
    font-size: 10px;
    font-weight: normal;
    float: none;
    font-weight: bold;
    line-height: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
    
}
