﻿#crInfo {
    margin:0px auto;
    width:100%;
    text-align:center;
}
#info_Content {
    margin: 0 auto;
    max-width: 850px;
    min-width: 350px;
    width: 95%;
    padding: 20px 0;
    /*height: 500px;*/
    text-align: center;
}
#info_Content_c {
    margin: 15px auto;
    max-width: 800px;
    min-width: 350px;
    width: 95%;
    /*height: 500px;*/
    text-align: center;
    padding-bottom: 180px;
}
#log {
    margin: 0px auto;
    width: 100%;
    margin-top: 20px;
    min-height:450px;
    text-align: center;
}
#log_content {
    margin:0px auto;
    max-width:600px;
    width:90%;
    height:100%;
    text-align:center;
}
#login_SignIn {
    float:left;
    width:50%;
    height:380px;
    background-color:#eee;
    border:solid 0.5px;
    border-top-color:#efefef;
    border-left-color:#efefef;
    border-right-color:#ddd;
    border-bottom-color:#ddd;
    text-align:center;
}
#login_Vspace {
    float:left;
    padding: 0px 10px 0px 10px;
    width:1px;
    text-align:center
}
#login_Hspace {
    padding: 10px 0px 10px 0px;
    width:100%;
    height:15px;
    text-align:center;
    vertical-align:central;
    color:#999999;
}
#login_SignUp {
    float:left;
    text-align:center;
    width:47%;
    height:380px;
    background-color:#eee;
    border:solid 0.5px;
    border-top-color:#efefef;
    border-left-color:#efefef;
    border-right-color:#ddd;
    border-bottom-color:#ddd;
}
.crTitle {
    font-size: 28px;
    font-weight: bold;
    color: #666;
    padding: 70px 0 40px 0;
}
.crTitle20 {
    font-size: 20px;
    font-weight: bold;
    color: #666;
}
.crTitle_1 {
    padding: 0px 0px 0px 10px;
    font-size:18px;
    color:#666;
    text-align:left
}
.crTitle_2 {
    font-size:18px;
    color:#666;
}
.crTitle_3 {
    font-size:18px;
    color:#666;
}
.input_contert { display: block;}
.input_contert.display_ib {display: inline-block;}
span.crTitle_2 {
    display: inline-block;
    min-width:90px;
    width: 26%;
    text-align:right;
    vertical-align:top;
}
span.crTitle_3 {
    display: inline-block;
    min-width:90px;
    width: 26%;
    text-align:right;
    vertical-align:top;
    line-height:36px;
}
div.display_ib {
    width: 68%;
    text-align:left;
} 
.crInput {
    padding: 0px 0px 10px 10px;
    text-align:left;    
}
.crInputText {
    font-size:16px;
    height:28px;
}
.valid_T {
    float:left;
    width:30%;
    min-width:100px;
}
.valid_I {
    float:left;
    width:40%;
}
.valid_B {
    float:left;
    width:36px;
}
.validcode {
    width:90%;
    height:36px;
}
.crRegistBtnDiv, crBtnDiv {
    display: block;
    width:100%;
    text-align:center;
}
.divHelp
{
    margin:0 auto;
    width:85%;
    text-align:center;    
}
.CrLoginBtn {
    width:65%;
    font-size:22px;
    font-weight:bold;
    color:#666;
    line-height:36px;
    text-align:center;
    border: 1px solid #999;
    border-radius: 20px;
}
.CrLoginBtn:hover {
    background-color:#ffe0e8;
    color:#333;
}
.CrNoLoginBtn {
    width:65%;
    font-size:22px;
    font-weight:bold;
    color:#666;
    line-height:36px;
    text-align:center;
    border: 1px solid #999;
    border-radius: 20px;
}
.CrNoLoginBtn:hover {
    background-color:#ffe0e8;
    color:#333;
}
.crRegistBtn {
    margin-left: 25px;
    /*width:60%;*/
    padding: 0 40px;
    font-size: 20px;
    font-weight: bold;
    color: #666;
    line-height: 32px;
    text-align: center;
    border: 1px solid #999;
    border-radius: 20px;
}
.crRegistBtn:hover {
    background-color:#ffe0e8;
    color:#333;
}
.alnkCr {
   font-size:18px;
   color:#666666;
   cursor:pointer;
   text-decoration:underline;
}
.alnkCr:hover {
   color:#f76464;
   cursor:pointer;
   text-decoration:underline;
}
.alnkCr24 {
   font-size:24px;
   color:#666666;
   cursor:pointer;
   text-decoration:underline;
   line-height:36px;
}
.alnkCr24:hover {
   color:#f76464;
   cursor:pointer;
   text-decoration:underline;
}
#crData_content {
    margin: 15px auto;
    width: 100%;
    max-width: 600px;
    min-width: 300px;
    text-align: left;
    background-color: #efefef;
    border-radius: 10px;
    padding-bottom: 15px;
}
#crData_content ul {
   padding:0; margin:0;
}
#register_content {
    margin: 0px auto;
    width: 100%;
    text-align: left;
    background-color: #efefef;
    border-radius: 10px;
    padding-bottom: 15px;
}
#register_content ul {
   padding:0; margin:0;
}
ul.crInput_list li {
    padding:0; margin:0;
    margin-bottom: 16px;
    width: 100%;
    font-size:0px; 
    box-sizing: border-box;
    list-style:none;
    list-style-type: none;
 }
.crIcon{
    color:#666; opacity:0.5;
    font-size: 14px;
    line-height: 20px;
    -webkit-transition: font-size 0.25s ease-out 0s;
    -moz-transition: font-size 0.25s ease-out 0s;
    transition: font-size 0.25s ease-out 0s;
}
.crIcon:hover{
    opacity:0.9;
}
.crInfoIcon{
    color:#666; opacity:0.5;
    font-size: 24px;
    line-height: 36px;
    -webkit-transition: font-size 0.25s ease-out 0s;
    -moz-transition: font-size 0.25s ease-out 0s;
    transition: font-size 0.25s ease-out 0s;
}