p.radioa {
	margin: 5px 0 15px;
	padding-left: 0;
	text-align: center;
/*border: 1px solid red;*/
	}

input.radio, .radiol {
	margin-left: 30px;/*controls l margin of whole button and label element, and thus width between them*/
	margin-right: 7px; /*the gap between r side of button and the label*/
	margin-bottom: 0px;
	width: 13px; /*seems to be width of button - changing this squeezes or stretches its shape sideways*/
	vertical-align: bottom; /*in effect, raises the label slightly from text baseline. It was too low before - a minus percentage can be used, but not sure if that'll work in IEWin. Closest value is about -20% */
	}

.radiol {/*this is just the lh button, to make it central visually*/
	margin-left: 20px;
	}

p 	{
	text-indent: -15px;
	padding-left: 15px;
	font-size: 11px;
	line-height: 15px;
	}

p.info {
	margin: 10px 0;
	text-indent: 0;
	padding-left: 0;
	padding-bottom: 10px;
	font-size: 11px;
	color: #00f;
	}



