@charset "UTF-8";

form#mailform {
	padding: 5px;
}
table.mailform {
	width: 90%;
}
table.mailform tr th,table.mailform tr td {
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	border-bottom: solid 1px #999999;
	padding: 7px 5px 7px 5px;

}
table.mailform tr th {
	width: 250px;
}
table.mailform tr th span {
	color: #CC0000;
	font-size: 10px;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #999999;
}
table.mailform tr td textarea {
	width: 90%;
	height: 120px;
}

@media only screen and (max-width: 600px) {
table.mailform tr,
table.mailform th,
table.mailform td {
    display: block;
    width: auto;
  }
  
table.mailform  tr:first-child {
    border-top: 1px solid #dbe1e8;  
	width: 90%;
  }
table.mailform  th:first-child {
    border-top: 1px solid #dbe1e8;  
	width: 90%;
  }
table.mailform  td:first-child {
    border-top: 1px solid #dbe1e8;  
	width: 90%;
  }

table.mailform  th, {
    border-top: none;
}

table.mailform  td {
    border-top: none;
}
}


@media (max-width: 700px) {
table.mailform tr th,table.mailform tr td {
    border-bottom: none; /* 
    border-bottom: 0; */
  }
}

