
div.box h3 {
    font-family: Arial, Tahoma;
    font-size: 16px;
    font-weight: bold;
    color: #FF7700;
    margin: -2px -8px 0 -8px;
    border-bottom: 1px dashed #cdcdcd;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-bottom: 2px;
}

div.box h3 {
    font-family: Arial, Tahoma;
    font-size: 16px;
    font-weight: bold;
    color: #FF7700;
    margin: -2px -8px 0 -8px;
    border-bottom: 1px dashed #cdcdcd;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-bottom: 2px;
}

div.box h4 {
    font-family: Arial, Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #FF7700;
    margin: -2px -8px 0 -8px;
    border-bottom: 1px dashed #cdcdcd;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-bottom: 2px;
}

div.box_10 h3 {
    font-family: Arial, Tahoma;
    font-size: 16px;
    font-weight: bold;
    color: #FF7700;
    margin: -2px -8px 0 -8px;
    border-bottom: 1px dashed #cdcdcd;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-bottom: 2px;
}

div.box_10 h4 {
    font-family: Arial, Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #FF7700;
    margin: -2px -8px 0 -8px;
    border-bottom: 1px dashed #cdcdcd;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-bottom: 2px;
}

.box {
    background: url("../image/box/grey_tl.png") 0 0 no-repeat;
    margin: 0;
    padding: 0;
    margin-bottom: 0px;
}

.box_10 {
    background: url("../image/box/grey_tl.png") 0 0 no-repeat;
    margin: 0;
    padding: 0;
    margin-bottom: 0px;
    margin-top: 10px;
}

.box1 {
    background: url(../image/box/grey_tr.png) 100% 0 no-repeat;
}

.box2 {
    background: url(../image/box/grey_bl.png) 0 100% no-repeat;
}

.box3 {
    background: url(../image/box/grey_br.png) 100% 100% no-repeat;
    padding: 8px;
    width: auto !important;
}

div.box ul {
    margin: 10px 0;
    padding-left: 5px;
	list-style-image: none;
	list-style-type: none;
}

div.box_10 ul {
    margin: 10px 0;
    padding-left: 5px;
	list-style-image: none;
	list-style-type: none;
}


