@charset "utf-8";

.contactWrap {
	width: 800px;
	padding-left:100px;
	font-size: 80%;

}

.contactWrap table {
	margin-top: 40px;
	border: 1px solid #ebbd1f;
}


.contactWrap th {
	background-color: #fee03f;
	border-bottom: 1px solid #ebbd1f;
	padding:10px;

}

.contactWrap td {
	border-bottom: 1px solid #ebbd1f;

}

.contactWrap td.contactForm {
	border-bottom: none;

}

.contactWrap th.contactForm {
	border-bottom: none;

}

.contactWrap textarea {
	border: none;
	resize: vertical;  
    overflow: auto;  
    max-height: 150px; 


}

.contactWrap table input {
	width: 100%;
	height: 100%;
	border: none;

}


.contactWrap .submitBtm input {
	 display: block;
	 margin-left: auto;
	 margin-right: auto;
	margin-top: 20px;
	width: 80px;
}
