@charset "utf-8";
/* CSS Document */
div.rounded-box {
height:auto;
position:relative;
}

div.top-left-corner, div.bottom-left-corner, div.top-right-corner, div.bottom-right-corner {
background-color:#C6E2FF;
height:20px;
overflow:hidden;
position:absolute;
width:20px;
}

div.top-left-inside, div.bottom-left-inside, div.top-right-inside, div.bottom-right-inside {
font-family:arial;
font-size:150px;
line-height:40px;
position:relative;
}
div.top-left-corner {
left:0;
top:0;
}
div.bottom-left-corner {
bottom:0;
left:0;
}
div.top-right-corner {
right:0;
top:0;
}
div.bottom-right-corner {
bottom:0;
right:0;
}

div.top-left-inside {
left:-8px;
}
div.bottom-left-inside {
left:-8px;
top:-17px;
}
div.top-right-inside {
left:-25px;
}
div.bottom-right-inside {
left:-25px;
top:-17px;
}

/* */
div.top-left-corner2, div.bottom-left-corner2, div.top-right-corner2, div.bottom-right-corner2 {
background-color:#666666;
height:20px;
overflow:hidden;
position:absolute;
width:20px;
}
div.top-left-inside2, div.bottom-left-inside2, div.top-right-inside2, div.bottom-right-inside2 {
font-family:arial;
font-size:150px;
line-height:40px;
position:relative;
color:#CAE1FF;
}
div.top-left-corner2 {
left:0;
top:0;
}
div.bottom-left-corner2 {
bottom:0;
left:0;
}
div.top-right-corner2 {
right:0;
top:0;
}
div.bottom-right-corner2 {
bottom:0;
right:0;
}

div.top-left-inside2 {
left:-8px;
}
div.bottom-left-inside2 {
left:-8px;
top:-17px;
}
div.top-right-inside2 {
left:-25px;
}
div.bottom-right-inside2 {
left:-25px;
top:-17px;
}

/* */
div.box-contents {
padding:8px;
position:relative;
}
div.box-contents3 {
color:#fff;
padding:8px;
position:relative;
}
