﻿/** 
 * General formatting
 */
label.RightAlignLabel
{
	display:block;
	width:100px;
	text-align:right;
	float:left;
}

