.left-bar h2 {
    background: url(../images/title.gif) 20px top no-repeat;
    height: 40px;
    text-indent: -999em;
}

.loading {
    font: 30px/40px 'Microsoft Yahei';
    text-align: center;
    padding: 200px;
    color: #7d7d7d;
}

.playswf {
    padding: 20px;
}

.btns {
    padding: 20px 0;
    text-align: center;
}

.btn-submit, .btn-reset {
    border: 0 none;
    width: 120px;
    height: 40px;
    cursor: pointer;
}

.btn-submit {
    background: url('../images/btn_submit.gif') no-repeat;
}

.btn-reset {
    background: url('../images/btn_reset.gif') no-repeat;
}

.form {
    background: #f3f3f3 url('../images/box_bg.png') no-repeat;
    padding: 20px 20px 20px 10px;
    border: 1px solid #fff;
    -webkit-box-shadow: 2px 2px 5px 2px #ddd;
    -moz-box-shadow: 2px 2px 5px 2px #ddd;
    -o-box-shadow: 2px 2px 5px 2px #ddd;
    box-shadow: 2px 2px 5px 2px #ddd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

    .form td {
        padding: 8px 4px;
        font-size: 13px;
        font-family: simsun;
    }

    .form a {
        color: #4a8db8;
    }

    .form h3 {
        font-size: 14px;
        text-align: center;
        color: #818181;
        padding: 20px 0;
    }

    .form .code {
        width: 100px;
    }

    .form img {
        vertical-align: middle;
    }

    .form .field {
        text-align: right;
        color: #818181;
    }

    .form select {
        width: 200px;
    }

    .form .gray {
        font-size: 12px;
    }

    .form .addr {
        width: 400px;
    }

.tips {
    border: 1px dashed #a0a0a0;
    padding: 10px 20px;
    margin-bottom: 20px;
    color: #535353;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.line {
    background: url('../images/line.png') center top no-repeat;
    height: 14px;
    width: 100%;
    overflow: hidden;
}
.panel {
    width: 100%;
    table-layout:fixed;
}
.panel td {
    padding: 0;
}
.panel .panel-hd {
    text-indent: .5em;
	color:#FFFFFF;
	text-align:center;
    background: url('../images/panel_bg0.gif') repeat-x;
    height: 24px;
    line-height: 24px;

    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.panel .open .icon-arrow {
    background:url('../images/arrow_dropdown.gif') center no-repeat;
}
.panel .panel-bd {
    display: block;
    line-height: 28px;
    font-size: 12px;
    padding: 8px;
    background: #eaeaea;

    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
.icon {
    display: inline-block;
    *display:inline;
    *zoom: 1;
    margin-right: 3px;
}
.icon-arrow {
    width: 8px;
    height:8px;
    background:url('../images/arrow_normal.gif') center no-repeat;
}



/**
 * 重新定义下拉框
 */
.selection{
    width: 249px;
    height: 32px;
    margin-left: 0;
    border: 1px solid #dedfe1;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    z-index: 1;
}
.selection:hover{
    z-index: 10;
}
.selection .selection-selected{
    position: relative;
    background: #eee;
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ffffff',endColorStr='#edeef1',gradientType='2');
    background: -webkit-linear-gradient(top, #ffffff, #edeef1);
    background: -o-linear-gradient(top, #ffffff, #edeef1);
    background: linear-gradient(to bottom, #ffffff, #edeef1);
    height: 32px;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;

    box-shadow: 0 2px 3px #ccc;
}
.selection .selection-selected span{
    display: block;
    line-height: 32px;
    height: 32px;
    padding: 0 10px;
    white-space: nowrap;
    zoom:1;
    overflow: hidden;

    background: url('../images/dropdown_leftborder.png') right no-repeat;
    margin-right: 32px;
}
.selection .dropdown{
    position: absolute;
    right: 9px;
    top: 9px;
    background: url(../images/dropdown_arrow.png) no-repeat;
    width: 7px;
    height: 12px;
    border-left: 0 none;
}
.selection .selection-options{
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    border: 1px solid #d2d2d2;
    border-top: none;
    overflow: auto;
    max-height: 200px;
    width: 100%;
    display: none;

    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f3f3f3',endColorStr='#ffffff',gradientType='2');
    background: -webkit-linear-gradient(30px, #ffffff, #f3f3f3);
    background: -o-linear-gradient(30px, #ffffff, #f3f3f3);
    background: linear-gradient(to 30px, #ffffff, #f3f3f3);

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.selection .selection-options li{
    line-height: 32px;
    height: 32px;
    background: #fff;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    border-top: 1px solid #cccccc;
}

.selection .selection-options li.hover{
    background: #e6e6e6;
    color: #535353;
}
.selection .selection-options li.selected{
    background: #fff;
    color: #535353;
}