#ConfiguratorPanel1 ul
{
	list-style: none;
	padding: 7px 0;
	margin:0 auto;
	width: 600px;
	height: 20px;
}

#ConfiguratorPanel1 ul li
{
	line-height: 20px;
	float:left;
	border-left: solid 1px #b1d8eb;
	padding-left: 11px;
	margin-left: 10px;
	height: 20px;
}

*+html #ConfiguratorPanel1 ul li input { top: 1px; }
* html #ConfiguratorPanel1 ul li input { top: 1px; }

#example .demo-container .RadButton {
	color: #000;
}

#example .demo-container .RadButton.alex
{
	border: solid 1px #93c2db; 
	background: #C3DDEB url('images/Alex.png') repeat-x !important;
    margin-bottom:5px;
}
#example .demo-container .RadButton.bob
{
	border: solid 1px #deb68b; 
	background: #F2DEC4 url('images/Bob.png') repeat-x !important;
    margin-bottom:5px;
}
#example .demo-container .RadButton.charlie
{
	border: solid 1px #acdb93; 
	background: #D1EBC3 url('images/Charlie.png') repeat-x !important;
    margin-bottom:5px;
}