#main_box{
width:525px;
height:460px;
margin:0 auto;
border:solid 5px #e8e9ed;
background-image:url(../../chart/images/q/chart_bg.jpg);
background-repeat:no-repeat;
}

#main_box h3{
margin:0;
padding:0;
position:relative;
top:5px;
left:132px;
}

#box{
position:relative;
top:26px;
left:150px;
background-image:url(../../chart/images/q/box_bg.jpg);
background-position:0 0;
background-repeat:repeat-y;
text-align:center;
width:340px;
}

#main_box p{
margin:0 auto;
padding:0 10px;
font-size:150%;
}

#bt_yes{
position:relative;
top:60px;
left:188px;
display:block;
background-image:url(../../chart/images/q/bt_yes.jpg);
background-repeat:no-repeat;
background-position:0 0;
width:110px;
height:42px;
}

#bt_yes:hover{
background-position:0 -42px;
}

#bt_no{
position:relative;
top:18px;
left:344px;
display:block;
background-image:url(../../chart/images/q/bt_no.jpg);
background-repeat:no-repeat;
background-position:0 0;
width:110px;
height:42px;
}

#bt_no:hover{
background-position:0 -42px;
}
