#header
{
	width: 650px;
	text-align: center;
}
fieldset div.fieldSection
{
	margin: 6px 0px 6px 6px;
    clear: left;
    
    position: relative;
}

.fieldSection span.frmspacer 
{ 
    float: left;
    width: 150px; 
}
.fieldSection label 
{
	background: transparent;
    float: left;
    width: 120px;
    font-weight: normal;
    
    text-align: left;
    padding-right: 6px;
    margin-top: 0px;
    margin-bottom: 10px;
    
    /*border: solid 1px #ccc;*/
}

.fieldSection label.normal 
{
	background: transparent;
    float : none;
    width : auto;
    font-weight : normal;
}

.fieldSection .free label
{
	background: transparent;
	float: none;
	width: auto;
	font-weight: normal;
	text-align: left;
	padding: 0px 6px;
	margin-bottom: auto;
}
	.free div.fieldSectionInside
	{
		width: 450px;
		margin: 6px 0px 8px 110px;
		clear: right;
		height: auto;
	    
		position: relative;
	}

	.free span.frmspacer 
	{ 
		float: left;
		width:150px; 
	}
	.free div.fieldSectionInside label 
	{
		display: block;
		background: transparent;
		font-weight : bold;
	    
		text-align: left;
		padding-right: 6px;
	    
		/*border: solid 1px #ccc;*/
	}
	
	.free div.fieldSectionInside .Example
	{
		left: 190px;
	}

fieldset 
{
	display: block;
	width : auto;
	padding : 10px;
	margin-bottom : 15px;

	text-align: left;
}
	fieldset legend 
	{ 
		color: #666;
		font-weight : bold; 
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 1.3em;
		font-weight: bold;
		margin-bottom: 3px;
	}
	fieldset p
	{
		margin-top: 3px;
		margin-bottom: 8px;
	}
	fieldset fieldset
	{
		padding-top: 6px;
	}
		fieldset fieldset legend
		{
			color: #666;
			font-weight : bold; 
			font-family: Arial, Helvetica, Sans-Serif;
			font-size: 1em;
			font-weight: bold;
			margin-bottom: 3px;
		}

.gutter-100
{
	padding-top: 100px;
}

div.buttonSection
{
	width: auto;
	height: 25px;
	margin: 20px 0px 20px 6px;
    clear: left;
}

/*
div.buttonRight
{
	float: right;
}
div.buttonLeft
{
	float: left;
}
div.buttonCenter
{
	text-align: center;
}
*/

div.buttonSection input
{
	/*width: 100px;*/
}

p.intro
{
	font-weight: normal;
}

address
{
	font-style: normal;
	margin-left: 40px;
}

.Message
{
	border: dotted 1px #666;
	padding: 6px;
	color: #000;
	width: 300px;
}

