.notebox-warn {
background-color:#FFDDDD;
}
.notebox-tip {
background-color:#e0ffb8;
}
.notebox-note {
background-color:#EEEEFF;
}
.notebox-base, .notebox-warn, .notebox-note, .notebox-tip {
-moz-border-radius-bottomleft:20px;
-moz-border-radius-bottomright:20px;
-moz-border-radius-topleft:20px;
-moz-border-radius-topright:20px;
border: 1px solid #C0C0C0;
background-position:20px 50%;
background-repeat:no-repeat;
border-collapse:collapse;
margin:auto;
padding:15px 20px 15px;
text-align:justify;
vertical-align:middle;
}
.notebox-title {
font-weight:bold;
color:#344b07;	
}
