table.contact {
	width:670px;
	border-collapse:collapse;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #CCCCCC;
}

.contact th {
	width:150px;
	border-top:1px dotted #CCCCCC;
	border-bottom:1px dotted #CCCCCC;
	border-right:1px dotted #CCCCCC;
	background-color:#efefef;
	padding:15px 0px 15px 15px;
	color:#3b5999;
	text-align:left;
	font-weight:bold;
}

.contact td {
	border-top:1px dotted #CCCCCC;
	border-bottom:1px dotted #CCCCCC;
	border-left:1px dotted #CCCCCC;
	padding:15px;
	font-weight:normal;
	color:#000000;
	text-align:left;
	background-color:#f7f7f6;
}
.textarea_box{
	position:relative;
	}
.textarea_box textarea{
	width:100% !important;
	}
.mail_box{
  position:relative;
  width:400px;
}
.hissu{
	background:#C00;
	color:#FFF;
	font-size:10px;
	padding:1px;	
	}
.t_a_c{
	text-align:center !important;

	}
#rewrite{
	background:#06C;
	color:#FFF;
	margin:5px 0;
	font-size:12px;
	padding:10px;
	border:none;
	}