﻿.viewWhite
{
  color: White;
}
.contentRow
{
	font-family: Verdana;
	margin-bottom:5px;
	float:left;
	clear:both;
	width:130px;
	display:block;
}
.contentLabel
{
	font-family: Verdana;
	font-size: smaller;
	text-align:right;
	margin-right:5px;
	float:left;
	width:120px;
	/*clear:both;*/
}
.addressContentLabel
{
	font-family: Verdana;
	font-size: small;
	text-align:right;
	margin-right:5px;
	float:left;
	width:130px;
	/*clear:both;*/
}
.addressPhoneContentLabel
{
	font-family: Verdana;
	font-size: small;
	text-align:right;
	margin-right:5px;
	float:left;
	width:160px;
	/*clear:both;*/
}
.contentValue
{
	font-family: Verdana;
	width:8px;
	float:right;
	clear:right;
	display:block;
	width:360px;
}

.contentFullRow
{
	font-family: Verdana;
	margin-bottom:5px;
	float:left;
	clear:both;
	width:710px;
	display:block;
}
.contentHalfRow
{
	font-family: Verdana;
	margin-bottom:5px;
	float:left;
	clear:both;
	width:325px;
	display:block;
}
.contentHalfRowRight
{
	font-family: Verdana;
	margin-bottom:5px;
	float:left;
	width:325px;
	display:block;
	padding-left: 7px;
}
.contentHalfLabel
{
	font-size: smaller;
	margin-right:5px;
	float:left;
	width:150px;
  height: 24px;
	padding-left: 7px;
	/*clear:both;*/
}
.contentHalfValue
{
	font-size: smaller;
	float:right;
	clear:right;
	display:block;
	width:150px;
  height: 24px;
}

.errormsg
{
	font-family: Verdana;
	text-align: right;
	float:left;
	width:5px;
}