﻿#gcformbox
{
	width: 360px;
	margin: auto;
}
.itemrow
{
	width: 360px;
	clear:both;
}
.itemlabel
{
	width: 140px;
	text-align: right;
	float: left;
	padding: 4px;
}
.iteminput
{
	width: 200px;
	float: left;
	padding: 4px;
}
#gcbuttonbox
{
	width: 360px;
	height: 60px;
	clear: both;
}

.itemrow input
{
	width:180px;
	float:left;
}

.buttonSubmit
{
	margin-right:30px;
	width:86px;
	float:left;
}
.buttonReset
{
	width:86px;
	float:left;
}

.genmsg
{
	width:400px;
	margin:auto;
	clear:both;
	text-align:center;
}

/* Hidden field used to prevent robots from submiting form */
.secondName 
{
	display:none;
}


