/*

Company:     k.i.s.s. Inc.
Copyright:   kanchun information system services
Last update: 2006/05/25
_______________________________________________________________
*/

#cw_row1 {
	width:770px;
	height:auto;
/*	margin-top:30px;*/
}

/****** formarea ***********************************************/
#formarea {
	text-align:left;
}

#formarea p {
	line-height: 1.5em;
	margin: 10px 0 30px 0;
	color: #56913D;
}


#formarea h3{
	display:block;
	clear:both;
	width:360px;
	height:30px;
	
	margin-top:20px;
	margin-left:20px;
	
	background-image:url("img/ttl-pagetitle.gif");
	background-repeat:no-repeat;
}

#formarea h3 span{
	display:none;
}


/*
	#fi_box
		#fi_msg
		#fi_table
		#formContact(.forms)
	#fc_box
		#fc_table
		#formContact(.forms)
	#fs_box
		#fs_table
		#formContact(.forms)
*/

#fi_box,
#fc_box,
#fs_box {
	margin:10px 0;
}

#fi_msg {
	width:640px;
	color:#444;
	font-weight:bold;
	margin:5px 0;
	padding: 10px;
}

#fi_table,
#fc_table,
#fs_table {
	width:630px;
	margin:10px 15px;
}



.forms {
	border:1px solid green;
	margin-left:30px;
	background-color:#EAEAEA;
	width:660px;
}
.fieldtitles {
	width:100px;
	height:20px;
}

.fields {
	width:400px;
	height:auto;
	padding:10px 15px;
	border-left:2px solid #888;
}
.errors {
	width:15px;
	height:auto;
	text-align:center;
}
sup{
	color:#c00;
	font-size:x-small;
	margin:0 2px;
}

