﻿.foo
{
}
/* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* This style sheet is intended to contain OFTEN CHANGED rules used when the Login control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */

.VMBRadioButtonList ul.radiolist
{
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    width: 100%;
}
.VMBRadioButtonList ul.radiolist li label
{
    padding-left: .5em;
}


.VMBRadioButtonList
{
    text-align: left;
}

.VMBRadioButtonList ul.radiolist
{
    list-style-type: none;
}






