
/* OptionSelect */
div#optionSelect
{
     border:none;
	background-color: #C6E5FF; 
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	margin-bottom: 10px;
}
table#optionSelect
{
     width: 100%;
     border:none;
}
#optionSelect td
{
	padding: 5px;
}
#optionSelect h3
{
     font-size: 12px;
	font-weight: bold;
}
#optionSelectSubTab td
{
	padding: 0px;
}
td#optionSelectSeparation
{
	border-right: 2px solid #888888; 
}

table#optionSelectOptionsSup td {
	padding: 0px 5px;
	white-space: nowrap;
}