﻿div.AspNet-RadioButtonList ul
	{
		list-style-type:none;
		float: left;
	}
	
li.AspNet-RadioButtonList-Item
{
	white-space:nowrap;    /* forces the checkbox and text to be on the same line */
	display: block;
	float:left;
}
li.AspNet-RadioButtonList-Disabled label
{
	color:#999;
}	

.averyLabels div.AspNet-RadioButtonList ul
	{
		width: 100px;
		list-style-type:none;
		float: left;
	}
	
.averyLabels li.AspNet-RadioButtonList-Item
{
	width: 50px;
	white-space:nowrap;    /* forces the checkbox and text to be on the same line */
	display: block;
	float:left;
}
.averyLabels li.AspNet-RadioButtonList-Disabled label
{
	color:#999;
}	
	
