@charset "UTF-8";
/*
form#mailform {
	padding: 5px;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

.table.mailform {
   width: 710px;
   margin-bottom: 50px;
   text-align: left;}

.mailform  th {
   width: 30%			;
   font-weight: normal;
   background-color: #FAF7EB;
   padding: 15px;
   border: 1px solid #d3cec7;
   font-size:15px;}

.mailform tr td {
   
   padding: 15px;
   background-color: #fbfaf9;
   border: 1px solid #d3cec7;}

.mailform tr th span {
	color: #CC0000;
	font-size: 12px;
}

.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color:#666;
}

*/
.zip {
	width:140px;
	height:30px;
	margin-left:10px;
}

.send {
	width:140px;
	height:40px;
	margin-right:10px;
}

.reset {
	width:120px;
	height:40px;
	margin-left:80px;
}

input[type=text] {
	height:20px;
}

.zip {
	width:140px;
	height:30px;
	margin-left:10px;
}

#credit{
	font-size:11px;
	text-align:right;
}

#credit a{
	color:#666;
}

/**
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: 180px;
}

table.mailform tr th span {
	color: #CC0000;
	font-size: 12px;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color:#666;
}
table.mailform tr td textarea {
	width: 100%;
	height: 120px;
}

**/