@charset "utf-8";
/* CSS Document */

/*
*	公共样式
*
*局部样式，用于整个系统的子页面
---------------------------------*/

body {

    /*font: 12px "Microsoft Yahei", Arial, Helvetica, sans-serif;*/
    *height: 100%;
}

/*页面中出现的所有图片样式*/
img {
    border: none;
}

a, button {
    color: #333;
    cursor: pointer;
    text-decoration: none;
}

body, dl, dd, dt, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, table, img, div {
    padding: 0;
    margin: 0;
}

/*清除浮动，放在父容器闭合标签前，使父容器自适应高度*/
.divclear {
    clear: both;
}

/*容器内容水平居左*/
.textalign-left {
    text-align: left;
}

/*容器内容水平居右*/
.textalign-right {
    text-align: right;
}

/*容器内容水平居中*/
.textalign-center {
    text-align: center;
}

/*表格td的百分比宽度*/
.width-10 {
    width: 10%;
}

.width-20 {
    width: 20%;
}

.width-30 {
    width: 30%;
}

.width-40 {
    width: 40%;
}

.width-100 {
    width: 100%;
}

/*最小高度*/
.minheight-300 {
    min-height: 300px;
}

/*表格内容有浮动*/
.fivetd-right, .threetd-right {
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
    font: 14px normal !important;
}

/*必输项标志样式*/
.mustinput {
    color: #414141 !important;
    margin-right: 5px;
}

/*文本颜色红色*/
.red {
    color: #F00;
}

/*文本颜色蓝色*/
.blue {
    color: #06c;
}

/*文本颜色灰色*/
.gray {
    color: #999;
}

.big {
    font-size: 16px;
}

.bigger {
    font-size: 18px;
}

/*页面字体链接,文本颜色橙色*/
.font-link, .orange {
    color: #fe8b14;
}

.font-link:hover {
    color: #06c;
    text-decoration: underline;
}

/*电话号码提示*/
.telno, .telno1 {
    background: url(img/phone_suggest_bg.png) left no-repeat;
    border: #7F9DB9 1px solid;
    box-shadow: 0 0 0;
    height: 24px !important;
    width: 222px !important;
    _height: atuo;
    _width: 222px;
}

.telno1 {
    background: none;
}

/*推荐人 监护人样式*/
.label-ref {
    float: right;
    font-weight: bold;
    margin-right: 10px;
}

/**临近交易提示样式*/
.tch-ref {
    color: #f00;
    display: block;
    text-align: center;
}

/*输入框后提示信息样式*/
.suggest {
    background-color: #F1F1F1;
    color: #555;
    float: left;
    line-height: 22px;
    padding: 4px 8px;
}

/*
*温馨提示样式
*/
#floot, .floot {
    margin-top: 20px;
}

#floot span, .floot span {
    display: block;
    padding: 5px 20px 20px 20px;
}

#floot ol, .floot ol {
    line-height: 25px;
    padding-left: 40px;
}

#floot ol li span, .floot ol li span {
    border: none;
    display: inline;
    padding: 0;
    margin: 0;
}

#awake, .awake {
    background: #f5f5f5 /* url(img/rframe_title_concent_bg.gif) 15px no-repeat*/;
    color: #093da2;
    font-size: 14px;
    font-weight: bold;
    margin: 0 auto;
    padding: 10px 10px 10px 25px;
}

/*
*显示/隐藏处理等待提示框
*遮罩层
*/
.mask, .mask1 {
    background: url(img/overlay_bg.png) repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    /* in IE6, IE7, and IE8 */
    left: 0;
    height: 100%;
    position: fixed;
    *position: absolute;
    opacity: 0; /* other browsers */
    top: 0;
    width: 100%;
    z-index: 1000;
}

.mask1 {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
    /*IE6, IE7, and IE8 */
    opacity: 0.9; /* other browsers */
    *top: expression(eval(document.documentElement.scrollTop) );
}

.waiting, .waiting1 {
    background: #f5f5f5;
    color: #504545;
    height: 80px;
    padding-top: 20px;
    position: fixed;
    *position: absolute;
    text-align: center;
    *top: expression(eval(document.documentElement.scrollTop +250) );
    width: 250px;
    z-index: 1001;
    border: #ccc 3px solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#divWaiting .divWaiting-img {
    background: url(img/waiting.gif) no-repeat;
    display: inline-block;
    height: 32px;
    margin: 5px auto;
    width: 200px;
}

/*页面流转按钮样式*/
/*
.buttonNext,.buttonBack,.btnClass-a {
	background: url(img/button_bg.png) repeat-x center -118px transparent;
	border: none;
	cursor: pointer;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	height: 34px;
	line-height: 34px;
	margin: 10px 10px 20px 10px;
	padding: 0px 25px;
	*padding: 0px 10px;
	text-align: center;
}

.btnClass-a {
	display: block;
}

.buttonBack {
	background: url(img/button_bg.png) repeat-x center -80px transparent;
}
*/
/*页面流转按钮鼠标动作样式*/
/*
.buttonNext:hover,.buttonBack:hover,.btnClass-a:hover {
	background: url(img/button_bg.png) repeat-x center -156px transparent;
}
*/

/*
*
*业务流程操作步骤提示
------*/
/*业务流程操作父容器样式*/
.operateStep {
    height: 38px;
    margin-bottom: 10px;
    width: 100%;
}

.operateStep table {
    float: right;
}

/*业务流程操作步骤共用样式*/
#operateStep td {
    background: url(img/img-red/step_bg.png) 100%;
    font: 14px "微软雅黑", "黑体";
    line-height: 38px;
    height: 38px;
    margin: 10px auto 10px 10px;
    overflow: hidden;
    text-align: center;
    width: 190px;
}

/*业务流程操作第一步骤图片样式*/
#operateStep .first {
    background-position: 0px 0px;
}

/*业务流程操作步骤图片样式*/
#operateStep .operate-step {
    background-position: 0px -79px;
}

/*业务流程操作最后一个步骤样式*/
#operateStep .last {
    background-position: 0px -156px;
}

/*当前第一个业务步骤[当前步骤]图片样式*/
#operateStep .first-current {
    background-position: 0px -39px;
    color: white;
}

/*当前中间业务步骤[当前步骤]图片样式*/
#operateStep .operate-step-current {
    background-position: 0px -117px;
    color: white;
}

/*当前最后业务步骤[当前步骤]图片样式*/
#operateStep .last-current {
    background-position: 0px -195px;
    color: white;
}

/*ifram页面标题*/
.table-title, .pagetitle-div {
    background: #e5e5e5;
    margin: 1px auto 5px;
    padding-left: 15px;
}

.pagetitle-div2 {
    height: 28px;
    line-height: 28px;
    text-align: center;
}

.pagetitle-div2  ul {
    list-style: none;
}

/*---------- step end------------------*/

/*
*
*iframe中的表格样式
*包括：数据显示列表，输入页面列表，输出页面列表，结果信息表单
*/
/*表格最外层父容器样式，用以定义表格大小*/
/*页面容器样式*/
.container {
    *padding: 0;
}

.content {

}

.content-bottom {

}

/*列表公共标题，温馨提示标题,查询标题样式,增加银行卡标题，账户余额查询标题样式*/
.table-title span, .pagetitle-div span {
    /*background: #fff;*/
    color: #fe8b14;
    font-size: 14px;
    font-weight: bold;
    line-height: 35px;
    padding: 5px 10px 10px;
}

/*
*数据显示列表样式
*此系列样式为重定义JQuery.css中样式
---------------------------------------------*/
/*显示列表的父容器*/
.dataTables_wrapper {
    clear: both;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

table.dataTable {
    border-spacing: 0;
    border-collapse: collapse;
    border-bottom: 1px #f2f2f2 solid;
    clear: both;
    margin: 0 auto;
    width: 100%;
}

/*列表“thead th”样式*/
table.dataTable thead th {
    border: 0;
    border-bottom: #F2F2F2 1px solid;
    border-right: 1px solid #fff;
    background: #e6e6e6;
    font-size: 12px;
    height: 30px;
    padding: 0;
    text-align: center;
}

/*列表标题栏、总计栏，鼠标动作样式*/
table.dataTable thead th:hover {
    cursor: pointer;
}

table.dataTable thead th .DataTables_sort_wrapper {
    /*cursor: pointer;
    padding: 5px 20px 10px 17px;*/
}

table.dataTable thead th.thend .DataTables_sort_wrapper {
    background: #ececec;
}

/*列表“thead th”中，排序图标样式*/
table.dataTable thead th div.DataTables_sort_wrapper span {
    position: absolute;
    margin-top: -10px;
    _margin-top: -16px;
    right: 5px;
    top: 50%;
}

table.dataTable tfoot th {
    border: 0;
    background: url("img/summed_bg.gif");
    height: 32px;
    padding: 10px 0 10px 7px;
}

/*列表“td”样式*/
table.dataTable td {

    height: 30px;
    line-height: 30px;
    padding: 5px 3px;
}

/*列表详细头样式*/
.tbDatail-head {
    background: url(img/sign_icon.gif) no-repeat 98% 100%;
    width: 98%;
    height: 8px;
    margin-top: -8px;
    position: absolute;
}

/*列表详细父容器样式*/
.details {
    border-bottom: #ccc 1px solid;
    color: #fe8b14;
}

/*列表详细表格容器样式*/
table.tbDetail {
    border-collapse: collapse;
    border-spacing: 0;
    background: #EFEFEF;
    border-top: 1px #efefef solid;
    margin-bottom: 10px;
    text-align: right;
    width: 100%;
}

/*查看详情*/
table.tbDetail {
    border-collapse: collapse;
}

table.tbDetail tr td {
    background: #f1f1f1;
}

table.tbDetail tr td.textalign-left {
    background: #fff;
    width: 200px;
}
table.tbDetail tr td.textalign-center {
    background: #fff;
    width: 200px;
}
/*列表详细单元格样式*/
table.tbDetail td {
    border-bottom: 1px #f5f5f5 solid;
    border-right: 0;
    line-height: 20px !important;
}

/*列表奇数行样式*/
table.dataTable  tr.odd {
    background: #FFF;
    height: 26px;
}

/*列表偶数行样式*/
table.dataTable tr.even {
    background: #f2f2f2;
    height: 26px;
}

/*列表“小计”样式*/
table.dataTable tr.grid_group_subsum td {
    background: url(img/subsum_bg.gif) bottom repeat-x;
    border-bottom: #fff 1px solid;
    border-right: 0;
    text-align: center;
}

/*列表排序后，奇数行样式*/
table.dataTable tr.odd td.sorting_2, table.dataTable tr.odd td.sorting_1 {
    /*background: #f2f2f2;*/
    color: #000;
    height: 26px;
}

/*列表排序后，偶数行样式*/
table.dataTable tr.even td.sorting_2, table.dataTable tr.even td.sorting_1 {
   /* background: #ececec;*/
    color: #000;
    height: 26px;
}

/*
*列表行，鼠标动作样式
*/
/*鼠标滑过样式*/
table.dataTable tr.even td.trhover, table.dataTable tr.odd td.trhover {
    background-color: #e1e1e1;
}

/*列表标题栏（thead）、合计栏（tfoot）样式*/
table.dataTable .ui-state-default {
    padding: 5px 0px 0px 2px;
    color: #505050;
    vertical-align: middle;
}

/*列表“分组标示”行样式*/
.datatables_group_row {
    background: url(img/sign_icon.gif) no-repeat 6% 100%;
    border-bottom: #ECECEC 1px solid;
    color: #000;
    font-weight: bold;
}

/*列表“分组标示“折叠开关按钮样式*/
.expand, .unexpand {
    background: url(img/buttonbg.gif) no-repeat;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 1px;
    height: 12px;
    margin: 8px 10px;
    padding: 0;
    width: 12px;
}

.datatables_group_row trhover span {
    opacity: 0.4;
}

.expand {
    background-position: 0px -12px;
}

/*列表中“正在发行”样式*/
.issue {
    background: url(img/issue.gif) no-repeat 50% 50%;
    display: block;
    width: 100%;
    height: 100%;
}

/*列表“分组标示“折叠开关按钮，鼠标动作样式*/
.datatables_group_row button:hover {
    background: url(img/buttonbg.gif) 100% bottom no-repeat;
    background-position: 0px 0px;
}

/*列表中操作动作的td样式*/
.dataTables-buttonbg-able, .buttonbg-able, .dataTables-buttonbg-unable {
    background: url(img/button_bg.png) repeat-x center -52px transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    height: 24px;
    line-height: 24px;
    margin: 0px 5px;
    display: inline-block;
    padding: 0px 10px;
}

/*列表中操作链接鼠标动作样式*/
.dataTables-buttonbg-able:hover, .buttonbg-able:hover {
    color: #000;
}

/*列表中放置不可操作动作的td样式*/
.dataTables-buttonbg-unable {
    background: url(img/button_bg.png) repeat-x center 0px transparent;
    box-shadow: inset 0px 1px #a1a1a1;
    color: #ddd;
}

/*
*列表翻页部分样式
*/
/*列表翻页父容器样式*/
.dataTables_wrapper .ui-toolbar {
    margin-top: 10px;
    font-weight: bold;
    padding: 5px 0px;
}

/*列表翻页容器样式*/
.dataTables_paginate {
    background: #f6f6f6;
    float: none;
    *float: right;
    padding: 10px;
    margin: 0;
    text-align: center;
}

/*列表按钮链接样式*/
.dataTables_wrapper .ui-button {
    cursor: pointer;
    background: #e5e5e5;
    border: 0;
    color: #000 !important;
    float: none;
    margin: 0px 5px;
    margin-right: 5px;
    padding: 3px 10px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -khtml-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.dataTables_wrapper .ui-button:hover {
    color: #fff !important;
    background: #fe8b14;
}

/*列表翻页，不可翻页时，按钮样式*/
.dataTables_wrapper .ui-state-disabled, .dataTables_wrapper .ui-state-disabled:hover {
    background: #ccc;
    font-weight: normal;
}

.dataTables_wrapper .ui-state-disabled:hover {
    color: #000 !important;
}

.dataTables_wrapper  .ui-state-selected, .dataTables_wrapper  .ui-state-selected:hover {
    color: #fff !important;
    background: #fe8b14;
    font-weight: bold;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity: 1;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    -khtml-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -khtml-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    -khtml-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
}

/*
*
*输入页面表单样式
*检查输入信息页面表单样式
*操作结果信息表单
*
*可将三者分开定义，此处是合在一起定义
*------------------------------------------------*/

/*输入检查页面的表单”table“样式*/
/*子页面容器样式*/

/*输入页面表格父容器样式*/
.rframe-table-inputform, .rframe-table-checkform, .rframe-table-result {
    margin: 10px auto;
    width: 100%;
}

/*检查，输入，操作结果页面表格行样式*/
.rframe-table-inputform tr, .rframe-table-checkform tr, .rframe-table-result tr {
    height: 40px;
    line-height: 40px;
    *height: 35px;
    *line-height: 35px;
}

.rframe-table-checkform th {
    padding-right: 10px;
    width: 140px;
}

/*表单脚注样式，用来定义动作按钮*/
.rframe-table-inputform tfoot td, .rframe-table-checkform tfoot td {
    line-height: 40px;
    _padding-bottom: 10px; /*ie6*/
    text-align: center;
}

/*推荐人控制按钮*/
#addreferralid .expand, #addreferralid .unexpand {
    float: right;
}

/*表格第一列样式*/
.itd1width {
    width: 29.5%;
}

.itd2width {
    width: 32%;
}

.itd3width {
    width: 38%;
}

/*检查信息第一列样式*/
.ctd1width {
    width: 45%;
}

.ctd2width {
    width: 55%;
}

.ctd3width {
    width: 0;
}

/*增加银行卡1容器样式*/
.addbank-input {
    margin: 0 auto;
    margin-top: 10px;
    width: 99.5%;
}

.addbankinfo td {
    line-height: 30px;
}

/*输入信息表单中复选和单选样式*/
.rframe-table-inputform-radio, .rframe-table-inputform-checkbox {
    float: left;
    margin-right: 10px;
}

/*输入信息表单中复选和单选与文字垂直对齐样式*/
.rframe-table-inputform-radio input, .rframe-table-inputform-checkbox input {
    margin-top: -3px;
    vertical-align: middle;
}

/*银行列表银行单元格定投样式*/
/*.openacct-paycenterid {
	background: url(img/throw_icon.png) 100% no-repeat;
	height: 29px;
	margin-left: -27px;
	margin-top: -2px;
	position: absolute;
	width: 28px;
}*/
/*定投当前时间*/
.current-time {
    color: #fe8614;
    display: inline;
    font-size: 12px;
    float: right;
    margin: -25px 10px;
}

/*ie6下 input type=text 输入框*/
.rframe-table-inputform input {
    _width: expression(this.type ==           "text" ?         "275px" :         "");
}

/*输入页面文本输入框[type=text]样式*/
.rframe-table-inputform input[type="text"] {
    width: 275px;
    height: 20px;
}

/*输入页面日期输入框样式*/
.input-calendar {
    background: url(../images/calendar.gif) right center no-repeat;
}

/*输入页面下拉选择框样式*/
.rframe-table-inputform select {
    width: 279px;
    height: 27px;
    line-height: 27px;
}

/*输入页面输入错误，提示信息样式*/
label.error {
    background: #FFF url(img/error_icon.gif) left center no-repeat;
    color: #f00;
    float: left;
    font-weight: normal;
    position: absolute;
    z-index: 20;
}

/*
*检查输入信息表单
*/
/*检查输入信息页面表格第一列样式*/
.rtd1width {
    width: 45%;
}

.rtd2width {
    width: 55%;
}

/*检查输入信息页面表格第一行文本样式*/
.rframe-checkform-promptmsg {
    font-weight: bold;
    font-size: 1.2em;
    padding-right: 10px;
    text-align: center;
}

/*分行名称输入框宽度*/
#province, #city, #bankname1, #bankname2 {
    width: 108px;
    height: 27px;
    margin-right: 10px;
    vertical-align: middle;
}

#bankname1, #bankname2 {
    height: 20px;
    line-height: 20px;
}

/*
*操作结果页面表单
*/
/*增加操作信息提示框样式*/

/*交易结果操作信息父容器样式*/
.rframe-result-title {
    background: url(img/bg_line.gif) no-repeat 50% 100%;
    margin: 30px auto 0 auto;
    padding: 8px 0px;
    text-align: center;
    width: 80%;
}

.rframe-result-title span {
    color: #fe8b14;
    display: inline-block;
    text-align: left;
    font: 18px "宋体";
    font-weight: bold;
    padding-top: 5px;
    padding-left: 10px;
    vertical-align: middle;
}

/*结果操作信息【成功图标】样式*/
.result-ok-icon {
    background: url(img/result_ok_icon.gif) top right no-repeat;
    display: block;
    height: 35px;
    width: 35px;
}

/*结果操作信息【失败图标】样式*/
.result-failure-icon {
    background: url(img/result_failure_icon.gif) top left no-repeat;
    display: block;
    height: 35px;
    width: 35px;
}

/*交易结果页面息页面表格第一行样式*/
/*操作信息提示信息*/
.rframe-result-promptmsg {
    margin: 0px auto;
    line-height: 25px;
    padding: 8px 30px;
    width: 80%;
    text-align: center;
}

/*增加 交易结果页面样式 */

/*交易结果提示文本样式*/
.rframe-result-promptmsg p {
    background: #F2F2F2;
    border: #CCC 1px solid;
    color: #0b409a;
    display: inline-block;
    margin: 5px auto;
    padding: 5px 30px;
    text-align: left;
}

/*交易结果提示*/
.resultMsg {

}

/*操作结果信息页面表格页脚样式*/
.rframe-table-result tfoot td {
    text-align: center;
}

/*操作结果信息页面文字提示*/
#trSpecification, #payMsg {
    color: #f00;
}

#specitimeresstr {
    color: #f00;
    text-align: center;
}

/*操作结果信息页面时间限制提示*/
#spPayTimeoutHint {
    color: #7c7c7c;
}

/*操作结果信息页面按钮父容器*/
.rframe-table-result-button {
    margin-top: 10px;
    text-align: center;
}

/*
*系统对话框dialog
*重定义jquery控件样式
---------------------------------------------------------*/
/*系统对话框父容器样式*/
.ui-dialog {
    background: #fff;
    _border: #ccc 3px solid;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 380px;
    _width: 390px;
}

/*对话框层叠公共样式*/
.ui-resizable-handle {
    display: block;
    font-size: 1px;
    position: absolute;
    z-index: 999;
}

/*对话框上边框样式*/
.ui-resizable-n {
    border-top: #ccc 3px solid;
    _border-top: 0;
    cursor: n-resize;
    left: 0;
    top: 0;
    width: 100%;
}

/*对话框右边框样式*/
.ui-resizable-e {
    border-right: #ccc 3px solid;
    _border-right: 0;
    cursor: e-resize;
    height: 100%;
    right: 0;
    top: 3px;
}

/*对话下边框样式*/
.ui-resizable-s {
    border-bottom: #ccc 3px solid;
    _border-bottom: 0;
    bottom: 0px;
    cursor: s-resize;
    left: 0;
    width: 100%;
}

/*对话框左边框样式*/
.ui-resizable-w {
    border-left: #ccc 3px solid;
    _border-left: 0;
    cursor: w-resize;
    height: 100%;
    left: 0;
    top: 3px;
}

/*对话框右下脚框样式*/
.ui-dialog .ui-resizable-se {
    bottom: 0;
    border-bottom: #ccc 3px solid;
    border-right: #ccc 3px solid;
    _border-bottom: 0;
    _border-right: 0;
    background: url(img/dialog/dialog_se.gif) top left no-repeat;
    height: 13px;
    right: 0;
    width: 14px;
}

/*对话框左下脚框样式*/
.ui-dialog .ui-resizable-sw {
    bottom: 0;
    border-bottom: #ccc 3px solid;
    border-left: #ccc 3px solid;
    _border-bottom: 0;
    _border-left: 0;
    cursor: sw-resize;
    left: 0;
}

/*对话框左上脚框样式*/
.ui-dialog .ui-resizable-nw {
    border-top: #ccc 3px solid;
    border-left: #ccc 3px solid;
    _border-top: 0;
    _border-left: 0;
    cursor: nw-resize;
    left: 0;
    top: 0;
}

/*对话框右上脚框样式*/
.ui-dialog .ui-resizable-ne {
    border-top: #ccc 3px solid;
    border-right: #ccc 3px solid;
    _border-top: 0;
    _border-right: 0;
    cursor: ne-resize;
    right: 0;
    top: 0;
}

/*对话框标题容器样式*/
.ui-dialog .ui-dialog-titlebar {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    background: url(img/table_tittle_bg.gif) bottom repeat-x;
    /*border-bottom: #ccc 1px solid;*/
    height: 35px;
    margin: 0 auto;
    -moz-border-radius-topright: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    letter-spacing: 2px;
    padding: 0;
    position: relative;
    width: 100%;
}

/*对话框标题样式*/
.ui-dialog .ui-dialog-title {
    color: #000;
    float: left;
    font-size: 1.2em;
    padding-left: 15px;
    _padding-left: 7px;
    line-height: 35px;
    letter-spacing: 0;
}

/*对话框关闭右上角关闭按钮样式*/
.ui-dialog .ui-dialog-titlebar-close {
    height: 18px;
    margin: -10px 0 0 0;
    position: absolute;
    padding: 1px;
    right: .3em;
    top: 50%;
    width: 19px;
}

/*对话框关闭右上角关闭按钮为文字时样式*/
.ui-dialog .ui-dialog-titlebar-close span {
    display: block;
    margin: 1px;
}

/*对话框关闭右上角关闭按钮鼠标动态样式*/
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
    padding: 0;
}

/*对话框内容容器样式*/
.ui-dialog .ui-dialog-content {
    border: none;
    background: none;
    color: #504545;
    clear: both;
    overflow: auto;
    padding: 10px 20px 0 10px;
    position: relative;
    zoom: 1;
}

/*对话框内容提示图片样式*/
.kfit_dlg_img {
    margin: 5px 0px 0px 5px;
    _margin: 5px 0px 0px 2px; /*ie 6*/
    float: left;
}

/*对话框内容样式*/
.kfit_dlg_msg {
/*    float: left;
    font-size: 12px;
    line-height: 25px;
    margin-top: 10px;
    width: 80%;
    padding-left: 10px;
    _padding-left: 5px;*/
}

/*对话框操作按钮父容器样式*/
.ui-dialog .ui-dialog-buttonpane {
    /*border-top: 1px solid #ccc;
    background-image: none;
    margin: 0 auto;
    padding: 5px 0px;
    text-align: left;
    width: 82%;
    _width: 70%;*/
}

/*对话框操作按钮父容器样式*/
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}

/*对话框操作按钮样式*/
.ui-dialog .ui-dialog-buttonpane button {
    background: url(img/button_bg.png) repeat-x center -118px transparent;
    border: none;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    /*font-weight: bold;*/
    padding: 0px 2px;
    height: 26px;
    line-height: 26px;
    margin: 5px 10px;
}

.ui-dialog .ui-dialog-buttonpane button:hover {
    background: url(img/button_bg.png) repeat-x center -156px transparent;
}

/*对话框操作按钮内文字样式*/
.ui-dialog  .ui-button-text {
    display: block;
    line-height: 20px;
    padding: 2px 10px;
}

/*温馨提示容器样式*/
#Riskevaluate #suggest {
    margin: 0 auto;
    width: 98.4%;
}

/*软键盘样式-------------*/

/*软键盘父容器样式*/
.kb-div {
    border: 2px solid #ccc;
    background: #f2f2f2;
    cursor: pointer;
    font: 12px "Arial" "Helvetica" "sans-serif";
    position: absolute;
    z-index: 100;
}

/*软键盘表格容器样式*/
.kb-table {
    border-collapse: separate;
    border-spacing: 3px;
}

/*软键盘单元格样式*/
.kb-table td {
    border-right: 1px solid #9F9F9F;
    border-bottom: 1px solid #9F9F9F;
    line-height: 18px !important;
    text-align: center;
}

/*软键盘[数字]样式*/
.kb-key {
    background: white;
    padding: 0 5px;
    width: 18px;
}

/*软键盘[关闭，清除，大小写]样式*/
.kb-close, .kb-clear, .kb-caps, .kb-backspace {
    background: #ddd;
    color: #039;
    font-weight: bold;
    text-align: center;
    width: 57px;
}

/*软键盘单元格鼠标动作样式*/
td.kb-mouseover {
    background: url(img/time_date_bg.gif) repeat-x;
    color: #fff;
}

/*查询页面样式------------------------
*/
/*历史交易申请查询*/
/*查询容器样式*/
/*查询表格容器样式*/
.search table {
    margin: 10px auto;
    width: 100%;
}

.search  td {
    height: 30px;
    line-height: 30px;
    padding-right: 10px;
    text-align: right;
}

/*查询表格单个格样式*/
.search  input {
    _width: expression(this.type ==           "text" ?         "200px" :         "");
    _vertical-align: expression(this.type ==           "text" ?         "middle" :         ""
		);
}

.search   input[type="text"] {
    width: 200px;
}

.search   select {
    width: 202px;
    _vertical-align: middle;
}

/*增加银行卡页面样式----------------------
**
*/
/*查询容器样式*/
/*.addbank-c {
	line-height: 25px;
	margin: 0 0 20px 70px;
}*/

/*查询标题样式,增加银行卡页面样式*/
.addbank-t {
    background: url(img/ico-purchase.png) 0px -170px no-repeat transparent;
    color: #000;
    clear: both;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    margin: 0 auto;
    padding-left: 20px;
    width: 89%;
}

/*销售排行数字背景*/
.numberbg {
    color: #fff;
    background: url(img/select-step.gif) 0px -75px no-repeat;
    font-weight: bold;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    margin-left: 25px;
    width: 27px;
}

/*银行卡logo图片样式容器容器*/
/*.bank-box {
	cursor: pointer;
	display: block;
	float: left;
	margin: 5px 20px;
}*/

.bank-box input {
    _float: expression(this.type ==           "radio" ?         "left" :         "");
}

/*.bank-box input[type=radio] {
	vertical-align: middle;
	margin: -28px 5px 0px 0px;
}      */

/*.bank-box img {
	border: #fff 2px solid;
}*/

/*.bank-box .bankImgOver {
	border: #fe8b14 2px solid;
}*/
/*增加银行卡输入信息容器样式*/
.add-bankinfo {
    line-height: 20px;
    padding: 5px 15px 5px 55px;
}

/*选中银行样式*/
#channelname {
    display: inline;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

/*我的首页样式开始--------------------------*/
.wel-left {
    width: 700px;
    float: left;
}

.wel-right {
    width: 266px;
    float: right;
}

.welcome-c {
    margin-bottom: 14px;
}

/*用户信息模块*/
.user-info {
    background: #F2F2F2;
    display: block;
    float: left;
    width: 316px;
    height: 157px;
}

.user-data {
    width: 100%;
}

/*用户信息容器样式*/
.user-info-c {
    margin: 2px;
    padding: 10px;
    height: 133px;
    _padding-bottom: 0;
}

/*用户信息单元格样式*/
.userinfo-detail {
    height: 28px;
    line-height: 28px;
    text-overflow: ellipsis;
}

.user-photo a, .profile-photo a {
    background: #fff;
    border: #ececec 1px solid;
    display: block;
    padding: 2px;
    margin: 0 auto;
    width: 68px;
    height: 68px;
}

.user-photo img, .profile-photo img {
    width: 68px;
    height: 68px;
}

/*基金资产容器样式*/
.fund-info {
    line-height: 27px;
    width: 360px;
    margin-left: -3px;
}

.sysinfo-f {
    padding: 0 8px;
}

.sysinfo-move {
    background: #E5E5E5 url(img/ico-purchase.png) 8px -112px no-repeat;
    padding-left: 25px;
}

.sysinfo {
    background: #F2F2F2;
    float: right;
    height: 137px;
    width: 354px;
    overflow: hidden;
    padding: 10px;
}

.sysinfo-c {
    height: 105px;
    overflow: hidden;
}

/*用户快捷操作样式*/
/*快捷操作容器样式*/
.order-entry table, .trade-noun table {
    text-align: center;
    width: 100%;
}

.order-entry, .trade-noun {
    background: #F2F2F2;
    padding: 10px;
}

.trade-noun {
    margin-top: 14px;
}

/*栏目标题容器样式*/
.column-title {
    font-size: 14px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    border-bottom: #ccc 1px dotted;
    text-align: left;
}

.config {
    background: url(img/addicon.gif);
    margin-top: 8px;
+ margin-top : - 27 px;
    float: right;
    width: 22px;
    height: 22px;
}

.config:hover {
    background: url(img/addicon.gif) 0px -23px;
}

.trade-noun td {
    vertical-align: bottom;
}

.order-entry td {
    height: 85px;
    line-height: 85px;
}

.trade-noun td p, .short-handle p {
    line-height: 15px;
    margin: 5px 0px;
    text-align: center;
}

.short-handle {
    color: #222;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}

/*welcome结束*/

/*
*账户基本信息
*/
.acctinfo-moditable, .tradePW-moditable, .certId-moditable, .remainfund-infotable, .riskresult-table, .riskresult-fundtable {
    width: 100%;
    table-layout: fixed;
}

.acctinfo-datatable {
    width: 90%;
}

.acctinfo-datatable tfoot td, .acctinfo-moditable tfoot td, .tradePW-moditable tfoot td, .certId-moditable tfoot td {
    text-align: center;
}

.acctinfo-datatable td, .acctinfo-moditable td, .tradePW-moditable td, .certId-moditable td, .remainfund-infotable td, .riskresult-table td {
    height: 40px;
}

.acctinfo-td1 {
    width: 25%;
    padding-right: 20px;
    text-align: right;
}

.acctinfo-td2 {
    width: 35%;
}

.acctinfo-td3 {
    width: 10%;
    padding-right: 20px;
    text-align: right;
}

.acctinfo-td4 {
    width: 23%;
}

/*
*账户基本信息修改
*/
.acctinfo-moditd1 {
    width: 18%;
}

.acctinfo-moditd2 {
    width: 23%;
}

.acctinfo-moditd3 {
    width: 8%;
}

.acctinfo-moditd4 {
    width: 14%;
}

.acctinfo-moditd5 {
    width: 31%;
}

/*账户信息修改页面输入框样样式*/
.acctinfo-moditable input {
    _width: expression(this.type ==           "text" ?         "220px" :         "");
    _heigth: expression(this.type ==           "text" ?         "20px" :         "");
}

.acctinfo-moditable input[type="text"] {
    width: 220px;
    height: 20px;
}

/*账户信息修改页面选择框样样式*/
.acctinfo-moditable select {
    width: 224px;
    height: 27px;
}

.acctinfo-moditable #address, .acctinfo-moditable #remark {
    width: 220px;
    height: 65px;
    max-width: 220px;
    max-height: 65px;
    min-width: 220px;
    min-height: 65px;
}

/*表格分隔符*/
.acctinfo-moditable-spacing {
    color: #ccc;
    text-align: center;
}

/*用户昵称输入提示正确信息*/
.validate-yes {
    background: url(img/validate_yes.png) left center no-repeat;
    color: #62F46C;
    padding: 6px 10px 6px 20px;
}

/*
*交易密码修改
*/
.tradePW-moditd1 {
    width: 20%;
    padding-right: 15px;
    text-align: right;
}

.tradePW-moditd2 {
    width: 28%;
}

.tradePW-moditd3 {
    width: 35%;
}

.tradePW-moditable input {
    _width: expression(this.type ==           "password" ?         "250px" :    "");
    _heigth: expression(this.type ==           "text" ?         "20px" :         "");
}

.tradePW-moditable input[type="password"] {
    width: 250px;
    height: 20px;
}

/*
*身份证转换
*/
.certId-moditd1, .certId-moditd2 {
    width: 50%;
}

/*
*风险测评
*/
.risk-agreement, .risk-questions {
    font-size: 14px;
    line-height: 25px;
    margin: 0 auto;
    margin-top: 10px;
    width: 95%;
}

.risk-question {
    padding-top: 5px;
}

/*测评问题选项*/
.formDiv {
    font-size: 12px;
}

.risk-agreement span {
    background: #F2F2F2;
    display: block;
    margin: 10px auto;
    padding: 5px 20px;
    border: #CCC 1px solid;
    text-align: center;
    width: 60%;
}

.risk-agreement strong, .risk-question strong {
    color: #000;
    display: block;
    margin: 5px;
}

/*
*测评结果
*/
.riskresult-td1 {
    line-height: 20px;
    padding-right: 10px;
    width: 20%;
    vertical-align: top;
    text-align: right;
}

.riskresult-td2 {
    line-height: 20px;
    padding-right: 20px;
    vertical-align: top;
}

.riskresult-fundtable {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
    margin-top: 20px;
    padding-bottom: 20px;
    width: 94%;
}

.riskresult-fundtable th {
    border: #ccc 1px solid;
    height: 35px;
}

.riskresult-fundtable td {
    border: #ccc 1px solid;
    height: 30px;
    padding-left: 20px;
}

.riskresult-fundtable  tr.odd {
    background: #FFF;
}

.riskresult-fundtable tr.even {
    background: #f2f2f2;
}

.riskresult-fundtable tr.even:hover, .riskresult-fundtable tr.odd:hover {
    background: #ccc;
}

/*
*定投管理样式
*------------------------------------------------------
*/
/*
*定投管理查询管理
*/
/*定投查询与管理(tab)标题容器*/
.planmanager-tabs {
    background: #e5e5e5;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    height: 35px;
    margin: 1px auto 5px;
    padding-left: 15px;
}

/*（tab）标题样式*/
.planmanager-tab1, .planmanager-tab2 {
    cursor: pointer;
    display: block;
    float: left;
    line-height: 35px;
    margin-top: 3px;
    text-align: center;
}

/*(tab）标题选中样式*/
.planmanager-tab1 {
    background: #fff;
}

.planmanager-tab1 span {
    color: #fe8b14;
    padding: 0px 30px;;
}

.planmanager-tab2 span {
    padding: 0px 30px;
}

/*
*智能定投
*/

/*
*
*-------------------鉴权结果对话页面------------
*/
/*对话结果容器样式*/
.dialog-content {
    line-height: 25px;
    padding: 30px;
    text-align: center;
}

/*对话框文本内容样式*/
.dialog-content span {
    color: #fe8b14;
    font: 18px "宋体";
    font-weight: bold;
}

/*对话结果按钮容器样式*/
.button-position {
    margin-top: 20px;
    text-align: center;
}

/*对话结果成功容器样式*/
.dialogresult-ok-icon {
    background: url(img/result_ok_icon.gif) no-repeat top left;
    padding: 20px 0 20px 60px;
}

.dialogresult-failure-icon {
    background: url(img/result_failure_icon.gif) no-repeat;
    padding: 20px 0 20px 60px;
}

/*页面版本选择*/
.optionbox span {
    background: #fff;
    border: 1px solid #C6C6C6;
    box-shadow: 0 1px 2px rgba(20, 20, 20, 0.5);
    display: inline-block;
    margin-right: 10px;
    _margin-right: 5px;
    letter-spacing: 0.1em;
    text-align: center;
    -webkit-box-shadow: 0 1px 2px rgba(20, 20, 20, 0.5);
    -moz-box-shadow: 0 1px 2px rgba(20, 20, 20, 0.5);
}

.optionbox a {
    background: #FAFAFA;
    display: block;
    font: 25px "Microsoft Yahei", Arial, Helvetica, sans-serif;
    line-height: 40px;
    height: 40px;
    padding: 5px 18px;
    margin: 2px;
    width: 120px;
}

.optionbox a:hover {
    background: #fe8b14;
    color: #fff;
}

/*
*正在发行的基金样式
*/
.fund {
    background: url(img/fund_bg.gif);
    height: 191px;
    margin: 5px 0;
    border-top: 1px #ccc solid;
    border-left: 1px #ccc solid;
    border-right: 1px #aaa solid;
    border-bottom: 1px #aaa solid;
}

.fund-img {
    margin-top: -8px;
    width: 196px;
    height: 191px;
    float: left;
    background: url(img/fund.gif);
    text-align: center;
}

.fund-name {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-top: 40px;
}

.fund-detail1 {
    color: white;
    font-size: 15px;
    font-weight: bold;
    line-height: 25px;
    text-align: left;
    margin-left: 30px;
    margin-top: 17px;
}

.fund-detail2 {
    float: left;
    color: #999;
    font-size: 13px;
    font-weight: bold;
    margin: 10px;
    line-height: 30px;
    margin-left: 30px;
}

.fund-detail2-td {
    border-top: 1px #ccc dotted;
}

.fund-operate {
    margin-top: 145px;
    margin-right: 30px;
    text-align: right;
}

#focus {
    height: 217px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    margin-bottom: 10px;
}

#focus ul {
    height: 217px;
    position: absolute;
}

#focus  li {
    float: left;
    height: 217px;
    overflow: hidden;
}

#focus .btnBg {
    position: absolute;
    height: 20px;
    left: 0;
    bottom: 0;
    background: #000;
}

#focus .btn {
    position: absolute;
    padding: 5px 10px;
    right: 0;
    bottom: 0;
    text-align: right;
}

#focus .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 25px;
    height: 15px;
    _font-size: 0;
    margin-left: 5px;
    cursor: pointer;
    background: #fff;
    text-align: center;
}

#focus .btn span.on {
    background: #fff;
}

#focus .preNext {
    width: 45px;
    height: 100px;
    position: absolute;
    top: 50px;
    background: url(img/sprite.png) no-repeat 0 0;
    cursor: pointer;
}

#focus .pre {
    left: 0;
}

#focus .next {
    right: 0;
    background-position: right top;
}

/*邮箱智能提示样式*/
.automail-div {
    background: #fff;
    border: 1px solid #ddd;
    padding: 3px 5px 5px;
    position: absolute;
    z-index: 9999;
    display: none;
}

.automail-p {
    width: 100%;
    font-weight: bold;
    margin: 0;
    padding: 0;
    height: 20px;
    line-height: 20px;
    clear: both;
    font-size: 12px;
    color: #4d4d4d;
    cursor: default;
}

.automail-ul {
    padding: 0;
    margin: 0;
}

.automail-li {
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    color: #777;
    font-family: "Tahoma";
    list-style: none;
    cursor: pointer;
    overflow: hidden;
}

.automail-li-hover {
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    list-style: none;
    cursor: pointer;
    overflow: hidden;
    color: #fff;
    background: #06f;
}

.automail-highlight {
    color: #f00;
}

/**   密码安全管理   **/
.secure-level {
    width: 950px;
    margin: 0 auto;
}

.secure-level-c {
    margin: 0 auto;
    padding: 30px;
    width: 90%;
}

.secure-level .hd, .secure-level .ft {
    height: 6px;
    overflow: hidden;
    background-position: 0px -147px;
}

.secure-level .bd {
    padding: 39px 42px 0px;
    *height: 132px;
    background-position: -950px 0px;
    background-repeat: repeat-y;
}

.secure-level .hd, .secure-level .bd, .secure-level .ft, .secure-level .hd span, .secure-level .ft span, .thermometer, .thermometer .t-left, .thermometer .t-right, .thermometer .t-middle {
    background-image: url("../common/img/bg-securitylevel.png");
}

.secure-level .thermometer {
    background-image: url("../common/img/bg-securitylevel.png");
}

.intermediate .thermometer .t-left {
    background-repeat: no-repeat;
    background-image: url("../common/img/bg-securitylevel.png");
    background-position: -44px -38px;
}

.intermediate .thermometer .t-middle {
    background-repeat: no-repeat;
    background-image: url("../common/img/bg-securitylevel.png");
    background-position: 0px -98px;
}

.intermediate .thermometer .t-right {
    background-repeat: no-repeat;
    background-image: url("../common/img/bg-securitylevel.png");
    background-position: -78px -42px;
}

.level-box {
    position: relative;
    height: 48px;
}

.level-box .level em {
    font-weight: 400;
    color: rgb(255, 51, 51);
}

.thermometer {
    position: relative;
    display: block;
    float: left;
    vertical-align: top;
    width: 324px;
    height: 30px;
    padding: 4px 0px 4px 32px;
    background-position: 0px 0px;
}

.thermometer .t-left {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 34px;
    height: 38px;
}

.thermometer .t-middle {
    float: left;
    height: 22px;
    margin: 4px 0px;
    background-repeat: repeat-x;
}

.thermometer .t-right {
    float: left;
    width: 10px;
    height: 30px;
}

.level-box .level {
    display: block;
    float: left;
    font-size: 14px;
    line-height: 18px;
    padding: 10px 0px;
}

.secure-level .recommond {
    position: relative;
    margin-top: 30px;
    *margin-top: 20px;
    padding: 9px 0px 8px;
    color: rgb(153, 153, 153);
    border-top: 1px dashed rgb(214, 214, 214);
    clear: both;
}

.secure-level .recommond .m-warn {
    margin: 10px 0px;
    padding-left: 10px;
    line-height: 16px;
    height: 19px;
}

.secure-level .recommond .m-warn .tip {
    height: 14px;
    line-height: 14px;
    padding: 1px 0px 1px 20px;
    color: #fe8b14;
    background: url("../common/img/ico-purchase.png") no-repeat scroll 0px -60px transparent;
}

.secure-level .hd {
    height: 6px;
    overflow: hidden;
    background-position: 0px -147px;
}

.secure-level .ft {
    height: 6px;
    overflow: hidden;
    background-position: 0px -142px;
}

.bd {
    margin: 0 auto 20px;
    width: 94%;
}

/*密码管理*/
.sproduct-list .hd {
    margin-top: 11px;
    padding: 18px 0px;
    font-size: 14px;
    color: rgb(51, 51, 51);
    border-bottom: 1px solid rgb(221, 221, 221);
}

.sproduct-list li {
    padding: 1px 0px;
    border-bottom: 1px dashed rgb(221, 221, 221);
    vertical-align: bottom;
}

.sproduct-list li .bg {
    padding: 25px 25px 15px 32px;
    *padding: 25px 25px 5px 32px;
}

.sproduct-list .m-success {
    background: url("../common/img/ico-purchase.png") no-repeat scroll 0px -570px transparent;
}

.sproduct-list li .action {
    margin-top: -10px;
    float: right;
}

em.stress {
    color: rgb(255, 114, 0);
}

.sproduct-list li strong {
    width: 120px;
    padding: 0px 95px 0px 24px;
}

.sproduct-list li strong, .sproduct-list li p {
    float: left;
    margin-top: -10px;
}

.sproduct-list li.warn .bg {
    margin: 0 auto;
    background-color: rgb(255, 252, 235);
}

.sproduct-list .m-warn {
    background: url("../common/img/ico-purchase.png") no-repeat scroll 0px -60px transparent;
}

.description-table {
    width: 100%;
}

#active-letter {
    background: none repeat scroll 0px 0px rgb(255, 252, 235);
    border: 1px solid rgb(221, 221, 221);
    margin: 0 auto;
    padding: 5px 18px;
    text-align: center;
    width: 56%;
}

/*用户头像管理*/
.photo-manager {
    margin: 10px auto;
    width: 80%;
}

.profile_preview {
    background: #f8f8f8;
    float: left;
    width: 150px;
    text-align: center;
    min-height: 200px;
    _height: 200px;
    margin-left: 90px;
    _margin-left: 45px;
    _margin-bottom: 20px;
}

.profile-photo {
    padding-top: 15px;
    width: 126px;
    margin: 0 auto;
}

.user-photo-update {
    padding-left: 290px;
    padding-top: 10px;
}

.user-photo-update  td {
    height: 35px;
}

.user-photo-update  .btnClass {
    margin: 0;
    margin-top: 10px;
}

/*系统定制页面*/
/*容器样式*/
.orderbox {
    margin: 10px 0px;
}

.mc1 {
    background: url(img/underline_bg.gif) 50% 100% no-repeat;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
}

.mc2 {
    background: url(img/ico-purchase.png) 0px -111px no-repeat;
    font-size: 14px;
    margin-left: 30px;
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
}

.menu, .menuselect {
    background: #ddd;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    letter-spacing: 0.1em;
    margin: 10px 5px;
    text-align: center;
    width: 105px;
}

/*菜单鼠标动作样式，菜单选中样式*/
.menu:hover, .menuselect {
    background: #fe8b14;
    color: #fff;
}

#kfit_dlg_modules {
    padding: 5px 10px 10px 10px;
}

#kfit_dlg_modules .addmodule-title {
    color: #aaa;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    height: 25px;
    line-height: 25px;
}

#feedback {
    font-size: 1.4em;
}

#module_selectable .ui-selecting {
    background: #FECA40;
}

#module_selectable .ui-selected {
    background: #dac396;
    color: #fff;
}

#module_selectable .ui-selected a:hover {
    color: #fff;
}

#module_selectable {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-top: 5px;
}

/*对话框添加模块选项样式*/
#module_selectable li {
    list-style: none;
    display: inline;
    _display: inline-block;
    float: left;
    font-size: 1em;
    margin: 1px;
    *margin: 1px;
    text-align: center;
}

#module_selectable li a {
    border-color: #E4E4E4 #DDD #D7D7D7;
    border-radius: 2px 2px 2px 2px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    color: #fe8b14;
    display: block;
    font-weight: bold;
    padding: 5px;
    width: 70px;
    *width: 70px;
}

#module_selectable li a:hover {
    box-shadow: 2px 2px 5px #CCCCCC;
    _color: #dac396;
}

.module_dlg_img {
    background: url(../common/img/dialog/confirmation.png) no-repeat;
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    margin: 5px 0px 0px 5px;
    _margin: 5px 0px 0px 2px; /*ie 6*/
}

/*密码强度*/
#tips span {
    float: left;
    width: 30px;
    font-size: 10px;
    height: 15px;
    line-height: 15px;
    color: #fff;
    overflow: hidden;
    background: #ccc;
    margin-right: 2px;
    text-align: center;
}

#tips.s1 .active, #tips.s2 .sp20, #tips.s3 .sp30, #tips.s4 .sp40 {
    background: #f30;
}

#tips.s2 .active, #tips.s3 .sp31, #tips.s4 .sp41 {
    background: #fc0;
}

#tips.s3 .active, #tips.s4 .sp42 {
    background: #cc0;
}

#tips.s4 .active {
    background: #090;
}

/*服务定制*/
.services-compare-t {
    font-size: 16px;
    margin-top: 20px;
    padding-left: 310px;
}

.services-compare-c {
    padding: 20px 0 0 310px;
}

.services-compare-c div {
    margin-top: 20px;
    padding-left: 100px;
}