
.input_js{
border: 1px solid #f00;
font-size: 12px;
}
.font_js{
font-weight: bold;
text-decoration: none; 
color: #f00;
}
.font_js a:visited { 
font-weight: bold;
text-decoration: none; 
color: #f00;
}
.font_js a:hover { 
font-weight: bold;
text-decoration: underline; 
color: #f00;
}	
.font_js a:active { 
font-weight: bold;
text-decoration: none; 
color: #f00;
}
.a_sel{
background-color:#FF9900;
color:#ffffff;
}
.box_hint {
	line-height: 15px;
	color: #0063B9;
	background: #E8F7FF url(../images/icon_hint.gif) no-repeat 5px 5px;
	border: 1px solid #0063B9;
	padding: 4px 4px 2px 25px;
}
.box_error {
	line-height: 15px;
	color: #6C0909;
	background: #FFEAEA url(../images/icon_error.gif) no-repeat 5px 5px;
	border: 1px solid #E51C1C;
	padding: 4px 4px 2px 25px;
}
.box_right {
	line-height: 15px;
	color: #0063B9;
	background: #E8F7FF url(../images/note_ok.gif) no-repeat 5px 5px;
	border: 1px solid #0063B9;
	padding: 4px 4px 2px 25px;
}













