.contactForm {
	width: 100%;
}

.contactForm>.msgForm {
	width: 225px;
	margin: auto;
}

.contactForm>.msgForm>.must_text {
	width: 100%;
	margin-bottom: 10px;
	color: #d50c00;
	overflow: hidden;
	height: auto;
	position: relative;
}

.contactForm>.msgForm>.must_text>span {
	float: left;
	line-height: 26px;
	height: 26px;
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 6px;
	border-bottom: none;
	/*line-height: 36px;*/
}

.contactForm>.msgForm>.must_text>input {
	width: 150px;
	height: 26px;
	line-height: 26px;
	float: left;
	padding-left: 5px;
	border: 0;
	font-size: 14px;
	color: #5f5f5f;
	background: url(../css_img/h_r01.gif) no-repeat left top;
	margin-right: 10px;
}

.contactForm>.msgForm>.must_text>textarea {
	width: 150px;
	height: 75px;
	line-height: 22px;
	float: left;
	padding-left: 5px;
	resize: none;
	overflow: hidden;
	border: 0;
	font-size: 14px;
	color: #5f5f5f;
	background: url(../css_img/h_r02.gif) no-repeat left top;
}

.msgForm p.must_text::before {
	content: "*";
	color: #d50c00;
	position: absolute;
	right: 0;
	top: 0;
}

.contactForm>.msgForm>.must_text>.news {
	display: none !important;
}

#validate1 {
	width: 63px !important;
}

#ckstr {
	float: left;
	margin-top: 0 !important;
}

.contactForm>.msgForm>.btn-box {
    height: 23px;
    border: 0;
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
}

.contactForm>.msgForm>.btn-box>input {
    width: 79px;
    height: 23px;
    display: inline-block;
    overflow: hidden;
    line-height: 10;
    outline: none;
    border: none;
}

.contactForm>.msgForm>.btn-box>#msg_submit {
    background: url(../css_img/h_bt01.gif) no-repeat;
    margin-right: 16px;
}

.contactForm>.msgForm>.btn-box>#reset {
    background: url(../css_img/h_bt02.gif) no-repeat;
}
