input,testarea{
	box-sizing:border-box;
}
.left{
            padding-top: 44px;
            padding-left: 44px;
            
        }
.left a{
    display: block;
    width: 137px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border: 1px solid #797979;
    color: #000;
}

.left a+a{
    border-top: 0
}
.online-image{
    height: 73px;
    background: url("../images/online/online.png") no-repeat;
}
td{

    display: inline-block;
    padding-top: 8px;
}
input{
    outline: none;
}
td:nth-child(1){
    width: 100px;
    padding-right: 10px;
    text-align: right;
}
td:nth-child(2) input[type=text],input[type=email]{
    width: 255px;
    height: 30px;
    padding: 8px;
    
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f7f7f7;
}
#inputCode{
    width: 58px;
    height: 22px;
    border-radius: 0
}
.tab{
    position: relative;
}
#Button1{
    width: 114px;
    height: 33px;
    color: #fff;
    background-color: #135792;
    line-height: 33px;
    text-align: center;
    font-size: 15px;
    margin-top:5px;
    border: 0;
    border-radius: 4px;
    margin-left: 110px;
}
.content {
    text-align:left;
    position: relative;
    
}

.left {
    width: 250px;
}

.right {
    top: 0;
    margin-top:-130px;
    margin-left: 250px;
    min-width: 500px;
    width: calc(100% - 250px);
    
}

.right{
	
}

.code {
    font-family: Arial;
    color: #000;
    font-size: 14px;
    border: 0;
    padding: 2px 3px;
    letter-spacing: 3px;
    float: left;
    cursor: pointer;
    width: 50px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
}

a {
    text-decoration: none;
    font-size: 12px;
    color: #288bc4;
}

textarea{
	padding: 8px;
}
.textareaSign{
    position: absolute;
    top: 50%;
}

td span{
    margin-left: 3px;
}

html,body{
	height:100%;
}