@charset "utf-8";

input.prefSupport {
	padding: .1em .5em .1em .1em;
	width: 5em;
	background: #FFF url(../img/icon_select.gif) no-repeat right 0em;
	vertical-align: middle;
	cursor: pointer;
  line-height:normal;
}

input.prefSupport.hover {
	border: solid #0067CA 1px;
}

input.prefSupport.focus {
	border: solid #0067CA 1px;
	background: url(../img/icon_select.gif) no-repeat right -25px;
}

dl.prefSupport {
	color: #333;
	font-size:14px;
	line-height: 1em;
	border: solid #2E2E2E 1px;
	border-top: none;
	border-left: none;
	padding: .5em 1em .5em 0;
	background: #EEE;
	display: none;
	z-index: 5;
}

dl.prefSupport dt {
	clear: left;
	float: left;
	margin: .3em 0 0 .8em;
	border-right: solid #333 1px;
	width: 4em;
	background: none;
	font-weight: bold;
	text-align: left;
}

dl.prefSupport dd {
	margin: 0 0 0 6.0em;
	padding: .3em 0;
	text-align: left;
}

* html dl.prefSupport dd {
	margin-left: 6.5em;
	text-align: left;
}

dl.prefSupport dd a {
	margin-right: .5em;
	color: #0067CA;
}

dl.prefSupport dd a:hover {
	color: #FFF;
	background: #0067CA;
}