@charset "utf-8";
/* CSS Document */

/*---------------------------------------------------------------------------------------------*/
/*table.form { border:1px solid #7777bb; border-collapse:collapse; margin-top:1em; }
table.form th,td { text-align:left; border:1px solid #7777bb; padding:8px; font-weight:normal; }
table.form th { background:#cccce6; }
table.form td { background:#f0f0f0; }
/*---------------------------------------------------------------------------------------------*/

#mailform {
	margin:0 auto;
	padding:20px 0;
	width:600px;
	}
.title h1 {
	font-size:16px;
	color:#3090C3;
	line-height:20px;
	}
.table {
	width:600px;
	border:solid 1px #7777BB;
	}
.th,.td {
	border:solid 1px #7777BB;
	height:25px;
	line-height:25px;
	}
.th {
	width:200px;
	background-color:#CCCCE6;
	color:#3090C3;
	text-align:center;
	}
.td {
	padding:0 10px;
	width:380px;
	background-color:#F0F0F0;
	text-align:left;
	}
.msg {
	color:#FF0000;
	font-weight:bold;
	}
textarea {
	width:380px;
	height:200px;
	}
.textbox {
	width:380px;
	height:25px;
	}
.button {
	height:30px;
	}
