@import url("header.css");
@import url("http://www.sunnypages.jp/css/common.css");

table.form{
margin: 10px 0px;
}

table.form th{
	background-color: #fae2d2;
	padding: 5px;
	border: solid 1px #cccccc;
	font-size: 10pt;	
	font-weight: bold;
}

table.form td{
	background-color: white;
	padding: 5px;
	border: solid 1px #cccccc;
	font-size: 10pt;
	text-align: left;
}

div.form_footer{
	background-color: #eaf6f3;
	padding: 10px;
	border: solid 1px #cccccc;
	text-align: center;
}

div.error{
	font-size: 10pt;
	color: red;
}
