@charset "Shift_JIS";

/*----------------------------------------------------------------------------

	for SUBMIT FORM
	
	--- INDEX ---
	[0] #forms .wrap
	[1] cell rules
	[2] elements
	

----------------------------------------------------------------------------*/



/*	[0] defined tags
----------------------------------------------------------------------------*/

#forms{
	clear:both;
	margin-bottom:30px;
}
	#forms .wrap{
		margin:5px 20px 10px;
	}
	#forms table{
		margin-top:15px;
	}
	

/*	[1] cell rules
----------------------------------------------------------------------------*/

td.padding{
	padding:8px 10px;
}
.note{
	font-size:84%;
	padding:4px 10px;
	text-align:right;
}

/*	[2] elements
----------------------------------------------------------------------------*/

.m_confirm{
	display:block;
	width:198px;
	height:19px;
	text-indent:-9999px;
	background:url(../common/m_confirm.gif) no-repeat;
	margin-bottom:10px;
}
.m_complete{
	display:block !important;
	width:79px;
	height:19px;
	text-indent:-9999px;
	background:url(../common/m_complete.gif) no-repeat;
	margin-bottom:10px;
}
.img_complete{
	height:241px;
	background:url(../common/img_complete.jpg) top right no-repeat;
}




