/* CSS Document */
#trigger {
	text-align:center;
}

/* Style you custom popupbox according to your requirement */
.popupbox3 {
	width:264px;
	height:251px;
	background-color:#ffffff;
	display: none;
	float: left;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	-webkit-box-shadow: 0px 0px 20px #fff;
	-moz-box-shadow: 0px 0px 20px #fff;
	box-shadow: 0px 0px 20px #fff;
}
#fade { 
	display: none; /* Hidden as default */
	background:rgba(255,255, 255, 0);
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
#intabdiv {
	text-align:center;
}


#close img {
	text-decoration:none;
}
#close {
	width:50px;
	height:50px;
	position: absolute;
	float:right;
}


#intabdiv3 {
/*	padding:2% 7.1%; */
}

#intabdiv3 .title
{
    margin-left:19px;
    margin-top:30px;
    width: 227px;
	height: 30px;
	/*background:#1065c6; background: -webkit-linear-gradient(top, rgba(0,147,234,1), rgba(0,74,179,1));  Safari 5.1 - 6.0 */
   /* background: -o-linear-gradient(top, rgba(0,147,234,1), rgba(0,74,179,1));  Opera 11.1 - 12.0 */ 
	/*background: -moz-linear-gradient(top, rgba(0,147,234,1), rgba(0,74,179,1));  Firefox 3.6 - 15 */
	/*background: linear-gradient(top, rgba(0,147,234,1), rgba(0,74,179,1));  标准的语法（必须放在最后） */
	
	background:#1065c6; background: -webkit-linear-gradient(top, #4b4b4b, #222222);  /*Safari 5.1 - 6.0 */
    background: -o-linear-gradient(top, #4b4b4b, #222222);  /*Opera 11.1 - 12.0 */ 
	background: -moz-linear-gradient(top, #4b4b4b, #222222);  /*Firefox 3.6 - 15 */
	background: linear-gradient(top, #4b4b4b, #222222);  /*标准的语法（必须放在最后） */
	
}

#intabdiv3 .title p
{
    margin:0px;
    font-family: ArialMT;
	font-size: 13px;
	color: #ffffff;
	line-height: 14px;
	text-align:center;
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

#intabdiv3 .title a
{
    color:Red;
    text-decoration:none;
}
#intabdiv3 table
{
    text-align:right;
    margin-top:10%;
    margin-left:8px;
}

#intabdiv3 .loginInput
{
    height:24px;
    width:133px;  
    color:#000000;  
    outline: none;
    border: 1px solid #dfdedb;
}
#intabdiv3 .logincode
{
    height:24px;
    width:49px;    
    color:#000000;  
    outline: none;
    border: 1px solid #dfdedb;
}

#intabdiv3 .m0
{
    margin-bottom:10px;
    font-family: ArialMT;
	font-size: 13px;
	color: #858585;
}

#intabdiv3 .m3
{
    margin-bottom:;px;
}

#intabdiv3 .t1
{
 margin-left:5%;
 text-align: left;
}

#intabdiv3 .t2k
{
 margin-left:5%;
}

#intabdiv3 .button {
    border: none;
    color: white;
    padding: 5px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 0px 4px 120px;
    cursor: pointer;
    background:#1065c6; 
    /*background: -webkit-linear-gradient(top, rgba(0,147,234,1), rgba(0,74,179,1));  Safari 5.1 - 6.0 
    background: -o-linear-gradient(top, rgba(0,147,234,1), rgba(0,74,179,1)); /* Opera 11.1 - 12.0  
	background: -moz-linear-gradient(top, rgba(0,147,234,1), rgba(0,74,179,1)); /* Firefox 3.6 - 15 
	background: linear-gradient(top, rgba(0,147,234,1), rgba(0,74,179,1)); /* 标准的语法（必须放在最后） */
	background:#1065c6; 
	background: -webkit-linear-gradient(top, #4b4b4b, #222222);  /*Safari 5.1 - 6.0 */
    background: -o-linear-gradient(top, #4b4b4b, #222222);  /*Opera 11.1 - 12.0 */ 
	background: -moz-linear-gradient(top, #4b4b4b, #222222);  /*Firefox 3.6 - 15 */
	background: linear-gradient(top, #4b4b4b, #222222);  /*标准的语法（必须放在最后） */
}
.code
    {
            background:url(code_bg.jpg);
            font-family:Arial;
            font-style:italic;
             color:#400db6;
             font-size:14px;
             border:0;
             letter-spacing:3px;
             font-weight:bolder;                        
             cursor:pointer;
             width:50px;
             height:24px;
             border:1px solid #ccb6a2;
             text-align:center;
             vertical-align:middle;
             float:right;
    }


/* 软键盘Begin */
 #keyboard th, #keyboard td {
border:1px solid #ccc;
padding:2px 0;
text-align:center;
}
#keyboard td {
cursor:pointer
}
#keyboard {
float:left;
padding:1px;
display:none;
position:fixed;
z-index:12;
background:#fff;
}
#keyboard table
{
    margin-top:0px;
    margin-left:0px;
}
/* 软键盘End */
