﻿@charset "utf-8";
/* CSS Document */
/*覆盖Bootstrap样式*/
label{ font-weight:normal; margin:0;}

/*页面logo及路径标题*/
.register .logo{ padding-top:20px; margin-bottom:20px;}
.register .path_title{ height:62px; line-height:62px; padding-top:10px; color:#35a9e3; font-size:24px; padding-left:35px; border-bottom:2px solid #f8f8f8;}

/*注册内容*/
.register .cont{ padding:42px 0 50px 71px; background:url( ../images/reg_bg.gif) right bottom no-repeat;}
/*定义列表的样式*/
.register .cont td{ height:37px; padding-bottom:15px;}
.register .cont td .input_item{ height:37px; position:relative;}
/*列表元素样式*/
.input_item label{ float:left; display:inline-block; width:82px; margin-right:8px; text-align:right; font-size:16px; line-height:37px;}
.input_item .text{ float:left; height:35px; line-height:35px; font-size:16px; padding:0 5px; width:274px; border:1px solid #dcdcdc;}
/*带下拉图标的input宽度*/
.input_item_2 .text{ width:237px;}
/*定义下拉图标样式*/
.input_item span.icon_drop_down{ display:inline-block; width:37px; height:35px; background:url(../images/icons/icon_drop_down.gif); border:1px solid #dcdcdc; border-left:none;}
/*下拉内容显示手型*/
.choose .text,.choose span.icon_drop_down{ cursor:pointer;}
/*下拉内容样式定义*/
.item_list{ position:absolute; left:90px; top:35px; width:274px; background:#fff; max-height:190px; overflow-y:scroll;}
.item_list li{ height:38px; line-height:38px; padding:0 5px; cursor:pointer; border:1px solid #ddd; border-top:none; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal;}
/*赛区和省份的下拉样式*/
.input_item_1{ display:inline-block; margin-right:12px; *float:left;}
/*input宽度*/
.input_item_1 .text{ width:64px; *width:56px;}
/*下拉列表宽度*/
.input_item_1 .item_list{ width:102px;}
/*省份的下拉定义*/
.input_item.width_label label{ width:48px; padding:0;}
.input_item.width_label .item_list{ left:56px;}
/*错误提示的样式——————————————此为错误样式，默认为none*/
.register .cont i{ display:none; color:#f00;}
/*注册按钮样式*/
.register .input_item .btn_1{ width:274px; height:45px; line-height:45px; font-size:20px; border:none; background:#35a9e3; color:#fff; cursor:pointer;}
.register .input_item .btn_1:hover,.register .input_item .btn_1.current{ background:#4abbf3;}

.input_item.input_item_2.choose{width: 364px; *width:377px;}

