@charset "utf-8";
/* CSS Document */

table{
	background:#ffffff;
	font-family:Verdana, sans-serif;
	color:#505050;}

td.first{width: 100px;}

.second{width:310px;
	height:15px;
	padding:3px;
	border: 1px solid #8C0F40;}
	
textarea.second{
	overflow:auto;
	height:auto;}

.fn{width:318px;
	font-size:0.9em;
line-height: 1.3em;}

.button{background:#Fff;
	border:1px solid #8C0F40;
	color:#8C0F40;
	font-size:1.3em;
	font-weight:bold;
	padding: 5px;
	margin-top:15px;
	}

span#errorcontent li{color:#8C0F40;
	font-weight:bold;}
