.findbox_v2{
position: relative;
border-radius: 8px;
background: #3B5391 url(../../js/css/images/bg_findbox.jpg) 0 0 repeat-x;
box-shadow: 0 1px 0 #1F3370;
padding: 10px;
margin-bottom: 20px;
}	
.findbox-inner dt {
position: absolute;
top: 0;
left: 0;
padding: 10px;
width: 84px;
font-size: 14px;
font-weight: bold;
color: #1F3370;
}
.findbox-inner {
border-radius: 6px;
background-color: white;
position: relative;
overflow: hidden;
_zoom: 1;
min-height: 100px;
}
.findbox-inner dl {
position: relative;
background: white url(../../js/css/images/bg_findbox_tit.jpg) 0 bottom repeat-x;
border-bottom: 1px solid #DDD;
/*padding-left: 104px;*/
overflow: hidden;
_zoom: 1;
border-radius: 6px 6px 0 0;
}
.findbox-form_2col {
padding: 0;
}
.findbox-form {
padding-bottom: 10px;
overflow: hidden;
_zoom: 1;
}
ul, ol {
list-style: none;
}
.findbox-control {
padding: 20px 24px 20px 20px;
}