﻿.ContactForm
{
	margin: 8px;
	border: solid 1px black;
	
}

.ContactForm .Row
{
	float: left;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	/*background-color: #DDD;*/
}

.ContactForm .Title
{
	background-color: #CCC;
}

.ContactForm .Title .Title
{
	margin-left: 8px;
	font-weight: bold;
}

.ContactForm .Alt
{
	background-color: #EEE;
}

.ContactForm .Buttons
{
	background-color: #CCC;
}

.ContactForm .Buttons .Buttons
{
	margin-right: 8px;
	text-align: right;
}

.ContactForm .Row .Label
{
	margin-left: 8px;
	margin-right: 8px;
	float: left;
	width: 150px;
	font-size: small;
	text-align: left;
}

.ContactForm .Row .SmallLabel
{
	width:50px;
	float:left;
	font-size:small;
	text-align:left;
	margin-right:8px;
	margin-left:18px;
}

.ContactForm .Row .Value
{
	float: left;
	width: 380px;
}

.ContactForm .Row .MediumValue
{
	float: left;
	width: 220px;
}

.ContactForm .Row .SmallValue
{
	float: left;
	width: 100px;
}

/* BEGIN UI Element Styles */

.ContactForm .Value .LongText
{
	width: 360px;
}

.ContactForm .Value .MediumText
{
	width: 220px;
}

.ContactForm .Value .SmallText
{
	width: 120px;
}

.ContactForm .Value .MultiLineText
{
	width: 360px;
	height: 6em;
}
