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

h1{
	width:640px;
	height:80px;
}

/********* add ************/

h1.add{
	background:url(../../img/applications/h1_add.gif) no-repeat 0px 0px;
}


h2.add{
	font-size:120%;
	border-bottom:solid 1px #999999;
}

div.add div.submit{
	text-align:center;
	margin-top:12px;
}

div.add table{
	width:95%;
	margin:0px auto;
}

div.add th
,div.add td{
	border:solid 1px #999999;
	padding:4px;
}

span.super{
	vertical-align:super;
	color:#FF0000;
	font-size:smaller;
}

div.add textarea{
	width:99%;
}

div.add .error-message{
	font-weight:bold;
	color:#ff0000;
}

/********* added ************/

