


.p_input{
/*    background-color: #ffffff;
    width: 50%;
    height: 30px;
    line-height: 20px;
    color: #14191e;
    border: 1px solid #000000;
    padding: 9px;
    margin-left: 25px;
    font-size: 14px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;*/
    width: 60%;
    background-color: #ffffff;
    border: 1px solid #98a1a6;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #14191e;
    font-size: 14px;
    height: 17px;
    line-height: 19px;
    padding: 8px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}


.input_gap {
    margin-top: 15px;
}
.input_gap_left_10{
    margin-left: 10px;
}
.input_gap_left_20{
    margin-left: 25px;
}
.input_gap_left_30{
    margin-left: 30px;
}
.p_padding_r_110{
    padding-right: 110px;
}
.p_padding_r_174{
    padding-right: 174px;
}
.secert{
    font-weight: lighter;
    letter-spacing: 2px;
    font-size: 13px;
    color: #ABABAB;
	padding-bottom: 8px;
}
.p_padding_l_70{
    padding-left: 70px;
}

.input_bottom_40{
    margin-bottom: 40px;

}
.input_bottom_20{
    margin-bottom: 10px;

}
.input_bottom_30{
    margin-bottom: 10px;

}
.p_warning{
    background-color:#e7505a;
    color: white;
    font-size: 12px;
    height: 50px;
    line-height: 20px;
    padding-top: 20px;
    letter-spacing: 1px;
}
.p_login{
    background:#00bbee none repeat scroll 0 0;
    color: #ffffff;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width:150px;
    height: 30px;
    line-height: 30px;
}

.p_login:hover{
    box-shadow: 0 0 10px rgba(0, 137, 238, 0.4);
    color: #ffffff;
}
.agree_text{
    /*
    text-indent: 10em;
    */
    padding-left: 10px;
}