﻿/*
Behavioral styling for the CSSFriendly RadioButtonList derives from the inbuilt CSS.
It is therefore only necessary to specify CSS for the visual styling.
*/


div.AspNet-RadioButtonList
{
}

div.AspNet-RadioButtonList ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

div.AspNet-RadioButtonList ul li.AspNet-RadioButtonList-Item
{
}

div.AspNet-RadioButtonList ul li.AspNet-RadioButtonList-Item input
{
}

div.AspNet-RadioButtonList ul li.AspNet-RadioButtonList-Item label
{
}
