/* CSS Document */


#form .error_str{
	background-color:#FFC;
	padding:10px;
	margin:20px;
	border:2px solid #F90;
}
#form .error_str li{
	color:#F00;
	font-size:14px;}

#form{}

#form h1{margin:10px; font-size:130%; border-bottom:1px  solid #999999;}

#form table.table{
	font-size:90%;
}

#form table.table caption{
	text-align:left;
	font-weight:bold;
}
#form table.table{
    border-top:1px solid #666;
    border-left:1px solid #666;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
	width:100%;
	margin-bottom:30px;
}
#form table.table th{
    border-right:1px solid #666;
    border-bottom:1px solid #666;
    color:#330000;
    background-color:#F4F4F4;
    background-image:url(../img/table-back.gif);
    background-position:left top;
    padding:0.3em 1em;
    text-align:center;
	width:20%;
}
#form table.table td{
    border-right:1px solid #666;
    border-bottom:1px solid #666;
    padding:0.3em 1em;
}

#form table.inner_table ,#form table.inner_table th,#form table.inner_table td{
    border:0;
	background:none;
}
#form table.inner_table{
	width:100%;
}
#form table.inner_table th{
	font-size: 90%;
	text-align:right;
	width:15%;
}
#form table.inner_table td{
	
}






#form input.mini{
	width:80px;
}
#form input.small{
	width:150px;
}
#form input.middium{
	width:250px;
}
#form input.large{
	width:350px;
}

#form .example{
	font-size:80%;
	color:#999;
}
#form .attention{
	font-size:80%;
	color: #93C;}

#form i.icon-hissu{
	background-color:#F00;
	font-size:10px;
	color:#FFF;
	padding:2px;
}





#form button.submit {
	font-size: 12px;
	color: #ffffff;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#d99e5f 50%,
		#cf6636 50%,
		#ff6b08);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.50, #d99e5f),
		color-stop(0.50, #cf6636),
		to(#ff6b08));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #800000;
	-moz-box-shadow:
		0px 1px 3px rgba(77,77,77,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(77,77,77,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(77,77,77,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.4);
		cursor: pointer;
}

#form .mb_0 {
 margin-bottom: 0;
}
#form .mb_5 {
 margin-bottom: 5px;
}
#form .mb_10 {
 margin-bottom: 10px;
}
#form .submit_bt {
 padding: 5px 10px;
}
