
.all {
margin:5px;
/*float: right;*/
   position:relative; 
   width:250px; 
   background:#0072c9; 
   color:#fff; 
}

#ctl, #cbl, #ctr, #cbr {
   position:absolute; 
   width:20px; 
   height:20px; 
   color:#0072c9; 
   background:#4a9acb;
   overflow:hidden; 
   z-index:1;
}

#ctl {top:0; left:0;}
#cbl {bottom:0; left:0;}
#ctr {top:0; right:0;}
#cbr {bottom:0; right:0;}

.all em b {
   position:absolute; 
   font:150px Arial; 
   color:#0072c9; 
   line-height:40px; 
   font-weight:normal;
}

#ctl b {left:-8px;}
#ctr b {left:-25px;}
#cbl b {left:-8px; top:-17px;}
#cbr b {left:-25px; top:-17px;}

.all p {
   position:relative; 
   z-index:10; 
   padding:0px 20px;
}
.all ul li {
margin-left:-5px;
font-size: 12px;
color:#fff;
   line-height:20px;
}
.all a {
color:#fff;
}
.all a:hover {
text-decoration: none;
}

