.bt_action {
    padding: 3px 15px;
    color: #FFF;
    font-size: 14px;
    background-color: #348903;
    border: 1px solid #146903;
    border-radius: 3px;
    box-shadpw: 0 2px 2px #ccc;
    cursor: pointer;
    margin-right: 8px;
}

img {
    vertical-align: middle;
}


.password_box {
    line-height: 1.5;
    background-color: #FFFFFF;
    border: 1px solid #CAC9C9;
    border-radius: 5px 5px 5px 5px;
    margin-top: 25px;
    overflow: hidden;
    position: relative;
}

h2.title {
    background:scroll 0 -480px #F1F1F1;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 20px;
    height: 35px;
    padding: 14px 0 0 20px;
}

dl {
    margin-bottom: 20px;
}

dt {
    padding: 5px 0 10px;
    font-size: 16px;
}

dd {
    margin-left: 0;
}

.ps_con {
    padding: 65px 15px 65px 310px;
    min-height: 210px;
    overflow: hidden;
}

.tool_bar {
    padding: 10px;
    background: #f0f0f0;
    text-align: center;
}

body {
   
}

.bg {
	width: 960px;
    margin: 0 auto 50px;
}

.textGray {
    color: #aaa;
}

.descEn {
    font-size: 12px;
}

h2.title span {
    font-size: 16px;
    font-weight: normal;
} /*add by bear*/
form {
    margin: 0;
}

.left_con {
    float: left;
    margin-right: 10px;
    margin-top: 4px;
}

.right_con {
    overflow: hidden;
}

.tips_con {
    color: #e15f63;
}

input[type="text"], input[type="password"] {
    border: 1px solid #e7e7eb;
    width: 320px;
    height: 30px;
    *line-height: 30px;
    padding: 0 10px;
}

.bt_action, .bt_default {
    display: inline-block;
    vertical-align: middle;
    height: 32px;
    line-height: 32px;
    color: #FFF;
    font-size: 14px;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    min-width: 64px;
    padding: 0 22px;
    margin: 0 0 0 10px;
    text-decoration: none;
}

.bt_action {
    background-color: #00aff0;
}

.bt_default {
    background-color: #CFCFCF;
}

.bt_action:hover {
    background-color: #00aff0;
    text-decoration: none;
    color: #FFF;
}

.bt_default:hover {
    background-color: #AAA;
    text-decoration: none;
    color: #FFF;
}

input.bt_action, input.bt_default {
    min-width: 108px;
    min-width: 64px\9;
}

:root input.bt_action, input.bt_default {
    min-width: 108px;
}
