﻿/* fancyform styles */

.demo label{display:block;padding-top:6px; padding-bottom:6px; padding-left:10px; padding-right:10px; background-position:7px center;background-repeat:no-repeat;border:1px solid #006699;cursor:pointer; clear:both;}
.checked{background-repeat:no-repeat; background-color:#1678ad;}
.unchecked{background-repeat:no-repeat; background-color:#eff4fa;}
.selected{background-repeat:no-repeat; background-color:#6699FF; font-weight:bold; color:White;}
.unselected{background-repeat:no-repeat; background-color:#eff4fa; color:#9b9a9b;}

