﻿/* Contact Form CSS */

.fieldRow
{
	margin-top:0.5em;
}

fieldset, .completed
{
	border:1px solid #58A7AD;
	padding:5px;
	margin:5px 0 0 5px;
}

fieldset legend
{
	font-weight:bold;
	font-size:1.1em;
	color: #38878D;
}

.fieldRow label
{
	width:100px;
	float:left;
	font-weight:bold;
}

.fieldRow input
{
	width:200px;
}

.fieldRow textarea
{
	width:400px;
}
