
table.formGtable{
	float: left;
	margin-left: 150px;
	text-align: left;
}

table.formGtable .formGinput{
	width: 225px;
	border: 1px #6ba1ff solid;
	background: #3c6bbf;
	color: #fff;
	font-size: 12px;
	font-family: courier new;
}
table.formGtable .formGselect{
	width: 225px;
	border: 1px #6ba1ff solid;
	background: #3c6bbf;
	color: #fff;
	font-size: 12px;
	font-family: courier new;
}
table.formGtable .formGtextarea{
	width: 305px;
	height: 150px;
	border: 1px #6ba1ff solid;
	background: #3c6bbf;
	color: #fff;
	font-size: 12px;
	font-family: courier new;
}
table.formGtable  .formGbutton{
	border: 0px;
	background: url('../images/button_event.png') no-repeat;
	color: #c1daff;
	height: 32px;
	width: 152px;
	outline: none;
	cursor: pointer;
}

div#responsHolderDisplay{
	text-align: center;
}
img.mailSending{
	
	margin-top: 100px;
}
