/*#contactForm, #contactPostScss{padding:16px 0 0 4px;}
#contactForm .rows{display:block;overflow:hidden;padding-bottom:5px;}
#contactForm .rows .labels{display:block;float:left;width:89px;line-height:19px;}
#contactForm .rows .rt{display:block;float:left;width:365px;max-width:100%;overflow:hidden;padding-left:4px;}
#contactForm .textInput{height:19px;line-height:19px;padding:0 0 0 4px;width:241px;max-width:100%;}
#contactForm #msg{height:81px;overflow:auto;width:358px;max-width:100%;}*/

/* CSS by Aljon*/
#contactForm{
    padding: 0px 20px 20px 0px;
}

#contactForm .textForms{
    width: 100%;
    margin-bottom: 5px;
    padding: 0 5px;
    height: 26px;
    line-height:22px;
    border: 1px solid #aaa;
}

#contactForm .textForms .textInput{
    height: 15px;
}

#contactForm textarea.textForms {
    height: 78px;
}

#contactForm .telephonecode_wrap {
    width: 100%;
    margin-bottom: 5px;
    border-color: #aaa;
}

#rowFormSubmit{
    padding-right: 70px;
}
#formSubmit{
    width: 100%;
    text-align: center;
    padding: 5px 0px;
    background-color: #d53f40;
    border: 1px solid #d53f40;
    border-radius: 5px;
    font-weight: 500px;
    color: #ffffff;
}

#contactForm .errorMsge, #expiredToken .errorMsge, #unknownError .errorMsge{
    color: #da2128;
    margin-bottom: 5px;
}
#btnFormRefresh{
    width: 70%;
    text-align: center;
    padding: 5px 0px;
    background-color: #d53f40;
    border: 1px solid #d53f40;
    border-radius: 5px;
    font-weight: 500px;
    color: #ffffff;
}
@media (max-width:400px){
    /*#contactForm .rows .labels{width:100%;}
    #contactForm .rows .rt{padding-left:0;}*/
}
@media (min-width:401px) and (max-width:767px){
/******最宽767px，不包括小于400px的css放这里********/

}
@media (max-width:767px){
/****** 最宽767px，包括了最宽400px **********/
/****** 屏幕小于400px也将受此处css影响 *******/
    /*#contactForm, #contactPostScss{width:100%;padding-left:10px;padding-right:10px;}
    #contactForm .rows .rt{width:240px;}*/
}

@media (min-width:768px) and (max-width:991px){
/****** ipad 竖屏 *****/

}

@media (min-width:992px) and (max-width:1199px){
/****** ipad 横屏 *****/

}

@media (min-width:1200px){

}