popdialog popheader {
    background-color: #1368ea;
}
popbody fieldset legend:before {
    content: url(../images/legend_list.png);
    width: 20px;
    height: 20px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
popbody {
    background-color: #f3f3f3;
    position: relative;
}
popbody fieldset {
    background-color: #fff;
    border-radius: 0;
    padding: 40px 20px 10px 20px;
    position: relative;
    border: 0;
}
popbody fieldset legend {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #1368ea;
}
popbody label {
    color: #000;
    font-weight: 700;
    width: 120px;
}
popbody .pop_footer {
    text-align: center;
}
f1,
f2,
f3 {
    font-size: 14px;
}
f1 input,
f2 input,
f3 input,
f1 select,
f2 select,
f3 select,
f1 textarea,
f2 textarea,
f3 textarea {
    border: solid 1px #d2d2d2;
    padding: 0 6px;
}

tab tab-nav.active {
    color: #1368ea;
    border-color: #1368ea;
}
input,
textarea,
select {
    border-radius: 3px;
}
f3 textarea {
    width: 600px;
    height: 100px;
}
