@charset "UTF-8";



form#mailform {
       	padding: 0px;
}

table.mailform {
	width: 82%;
        margin: 20px 0px 50px 70px;  
        border-collapse: collapse;
}

table.mailform tr th,table.mailform tr td {
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	border: solid 1px #acacac;;
	padding: 10px 15px 10px 15px;
        
}

table.mailform tr th {
	width: 160px;
        background: #ededed;
}

table.mailform tr th span {
	color: #e32121;
	font-size: 14px;
}



table.mailform tr td textarea {
	width: 100%;
	height: 120px;
}
