@charset "UTF-8";

table#contact{
	border-top:1px solid #999999;
	width:600px;
	margin:10px;
}

table#contact th{
	border-bottom:1px solid #999999;
	border-left:1px solid #999999;
	width:130px;
	font-weight:bold;
	padding:10px;
	background:#EFFEFF;
} 

table#contact td{
	border-bottom:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	padding:10px;
}

div.submit {
	text-align:center;
}

div.error{
	font-weight:bold;
	color:#FF0000;
}

div#edit {
	margin-left:90px;
	float:left;
}

div#form_btn {
	margin:20px auto 0;
	width:400px;
	text-align:center;	
}

p.title {
	font-size:124%;
	font-weight:bold;
	color:#FF0000;
	margin-bottom:20px;
}

p.text {
	margin-bottom:20px;
}

a.top{
	color:#003399;
	font-weight:bold;
}