.contact-row {
    width: 330px;
    height: 90px;
    margin: 0px 5px;
	border-color: rgb(202, 202, 202);
	border-width: 1px;
	border-style: solid;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	flex-direction: row;
}

.contact-item-one {
	width: 100px;
	height: 100%;
	padding: 0 10px;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.contact-item-two {
	width: 330px;
	height: 100%;
	padding: 0 10px;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 1.8;
}

.from-lable{
	width: 60px;
    text-align: right;
	font-weight:normal;
}

.g_itext {
    float: left;
    height: 35px;
    line-height: 30px;
    padding: 1px;
    text-indent: 6px;
	border: 1px solid #dadada;
	color: black;
}

.star {
    color: red;
    font-family: 微软雅黑;
    font-size: 14px;
    margin-left: 8px;
    vertical-align: middle;
	line-height: 34px;
	padding-top: 5px;
}

.g_textarea {
    border-color: #dadada;
    float: left;
    height: 74px;
    min-width: 104px;
    text-indent: 6px;
	color: black;
}

.msgSubmit .textareaResize {
    resize: none
}

.msgSubmitCaptchaImg2 {
    cursor: pointer;
    height: 24px;
    width: 80px
}


.mmiddle {
    color: #fff;
    cursor: pointer;
    float: left;
    font: 14px 微软雅黑;
    height: 44px;
    line-height: 44px;
    max-width: 239px;
    width: 91%;
    *width: 35.5%;
    _width: 158px
}

.msgSubmitTips {
    min-width: 106px;
}

.g_tip {
    background: #fff799;
    border: 1px solid #ffda99
}

.msgSTips {
    display: none;
    margin: 5px auto;
    padding: 5px 10px;
    text-align: center;
    width: 90%
}