﻿.contentRow
{
	margin-bottom:5px;
	float:left;
	clear:both;
	width:130px;
	display:block;
}
.contentLabel
{
	font-size: small;
	text-align:right;
	margin-right:5px;
	float:left;
	width:120px;
	/*clear:both;*/
}
.contentValue
{
	width:8px;
	float:right;
	clear:right;
	display:block;
	width:410px;
	
}
.errormsg
{
	text-align: right;
	float:left;
	width:5px;
}

.adminButton {
	background: #CCCCCC;
	color: #000000;
	padding: 0 15px;
	cursor: hand;
	border-style: outset;
	border-width: thin;
}

