
.mwInput.tripleCheckbox
{
	display			: inline-block;
	padding			: 0px;
}

.mwInput.tripleCheckbox.right
{
	float			: right;
}

.mwInput.tripleCheckbox.left
{
	float			: left;
}

.mwInput.tripleCheckbox .icon
{
	width			: 30px;
	height			: 30px;
}

.mwInput.tripleCheckbox.none .icon,
.mwInput.tripleCheckbox.new .icon
{
	background		: none;
}

.mwInput.tripleCheckbox.yes .icon,
.mwInput.tripleCheckbox.approved .icon
{
	background		: url('/res/images/status/Success.png') center center no-repeat transparent;
}

.mwInput.tripleCheckbox.no .icon,
.mwInput.tripleCheckbox.declined .icon
{
	background		: url('/res/images/forms/Declined.png') center center no-repeat transparent;
}

.rmDialog .subLabel
{
	display			: inline-block;
	height			: 36px;
	line-height		: 36px;
}

.rmDialog hr
{
	margin			: 10px 0;
	

	border			: none;
	border-top		: 1px #DEDEDE solid;
	margin			: 20px 0;

 
}
