.lefttxt {
	width: 300px;
	text-align: right;
	float: left;
	padding-right:10px;
    margin-right:10px;
	border-right:1px solid #aa373e;
}
.red {
	color: red;
}
.highline1 {
	padding-bottom: 5px;
    height: 40px;
    line-height: 45px;
    border-bottom: 1px solid #aa373e;
}
.highline1-2{
	height: 35px;
	line-height:35px;
}
.highline2 {
	height: 50px;
	line-height:50px;
	border-bottom:1px solid #aa373e;
}
.highline3 {
	height: 50px;
	border-bottom:1px solid #aa373e;
}
#year,#month,#day,#year2,#month2,#day2 {
	width:40px;
	text-align:center
}
.highline1 span,.highline2 span,.highline3 span{
	padding-left:20px;
}
.highbg{background-color:#fff;}
.padtop10 {

}
.padbom5 {

}
.mgr5 {
	margin-right:5px;
}
.martop8 {
	margin-top:8px;
}
#companyform {
	display: none;
}
.form {
	font-size: 14px;
	line-height: 25px;
	margin-left:20px;
	margin-right:20px;
	border: 1px solid #aa373e;
}
.longinput {
	width:50%;
	height: 25px;
	text-indent:10px;
}
.shortinput {
	width: 20%;
	height: 25px;
}
.button {
	height: 32px;
	width: 20%;
	font-weight: bold;
	background-color: #ff8500;
	color: #f2e4cc;
}
.ysqxxym {
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	color: #ff6100;
}

@media (max-width:700px) {
    .highline1,.highline2,.highline3 {
        height:auto;
        display:inline-flex;
        width:100%;
        line-height:24px;
    }
    .highline1 span, .highline2 span, .highline3 span {
       padding-left:0px;     
    }
    .lefttxt {
        width:30%;
        font-size:12px;
        float:left;
    }
    .rightinput {
        float:left;
        width:70%;
    }
    .padtop10 {
        float:left;
    }
    .highline1 input,.highline2 input, .highline3 input {
        width:auto;
    }
    
}