/* CSS Document */

.framed,
.framed .f_r,
.framed .f_b,
.framed .f_l,
.framed .f_c
{
float: left;
position: relative; z-index: 1;
width: auto; height: auto;
margin: 0; padding: 0;
text-align:left;
}
.framed .f_tt,
.framed .f_rr,
.framed .f_bb,
.framed .f_ll
{
display: none;
}
.framed
{
margin: 0 30px 15px 0;
background: url('images/hint-t.png') no-repeat left top;
}
.framed .f_r
{
left: 30px;
background: url('images/hint-r.png') no-repeat right top;
}
.framed .f_b
{
top: 30px;
background: url('images/hint-b.png') no-repeat right bottom;
}
.framed .f_c
{
float: none;
position: relative;
left: 30px; top: -15px;
padding: 1px 0; margin: 0 30px 0 0;
background: #FFFFFF;
}
.framed .f_l
{
left: -30px;
padding: 15px 0;
background: url('images/hint-l.png') no-repeat left bottom;
}