@charset "utf-8";

/* I/O Card Matching page */

#io_discontinued {
	 border:1px #CCCCCC solid; 
	 padding: 2px 0 8px 3px; 
	 margin-top: 10px;
	 margin-bottom: 30px;
	 width: 524px;
}

 /* Results table td setting */
#io_results .results {     
	 padding: 5px 0 5px 0 !important;
	 border-right: 1px #999 solid; 
	 border-bottom:1px #999 solid !important; 
	 vertical-align: top;
	 }

#io_results  { 
	width: 100%;
	margin-bottom: 10px;
}

#io_results td {
	background-color: #FFFFFF;
	padding: 5px !important;
	vertical-align: top;
}

#io_results .io_default {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#io_results .io_ok {
	color: #336699;
	font-size: 16px;
	font-weight: bold;
}

#io_results .io_ng {
	color: #cc0000;
	font-size: 16px;
	font-weight: bold;
}

#io_note {
/*	border:1px #CCCCCC solid; */
	/*padding-top: 25px !important;*/
	margin-bottom: 30px;
	padding: 25px 10px 10px 10px; 
	background: url(/shared/img/note_bg.gif) no-repeat top left; 
	background-color: #E7E3E7;
	font-size:10px; /*font-size: 0.75em;*/
	line-height: 1.5em;
}
#io_note p {
	display: none;
	_display: inherit;
	_font-size: 0;
	_color: #E7E3E7;
	
}


#io_note li {
	margin-bottom: 0.8em;
	line-height: 1.3em;
	font-size: 10px; /*font-size: 0.7em;*/
	color:#314A66;
}

#io_select table {
	width: 100%;
}

#io_select th, #io_select td {
	font-size: 12px;
}

