/* help_base */
#form{
border-top-width: 1px;
border-top-style: solid;
border-top-color: #999999;
}
#form th{
background-color: #F1F2F2;
border-right-width: 1px;
border-right-style: dotted;
border-right-color: #999999;
width: 180px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #999999;
}
#form td{
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #999999;
}
#form select{
height: 20px;
width: 300px;
}
#btn input{
height: 20px;
width: 250px;
color: #333333;
background-color: #FFFFFF;
}
#entry{
text-align: right;
width: 620px;
}
#back{
width: 620px;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #999999;
}
#back img{
margin-top: 10px;
margin-bottom: 10px;
}

.kome{
font-size: 10px;
text-transform: none;
color: #FF3300;
}
.kome2{
font-size: 10px;
text-transform: none;
color: #003399;
}

#alert{
margin-top: 15px;
margin-bottom: 10px;

}
#alert p{
font-size: 20px;
color: #CC0000;
font-weight: bold;
}
#alert .sub{
font-size: 14px;
color: #666666;
font-weight: bold;
margin-top: 10px;
}
#alert ul{
	margin-top: 10px;
	color: #FF0000;
}
#alert li{
	margin-bottom: 5px;
	margin-left: -20px;
	padding-left: 0px;
}