﻿/* @FORM LAYOUT ELEMENTS */
textarea
{
	width: 600px;
	height: 120px;
}

fieldset 
{
    margin: 1em 0;
	padding: 1px;
	background-image: url(../images/form-top.png);
	border-bottom: 1px solid #89d8e8;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
	background-color: white;
	background-image: none;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px;
	background-color: white;
	margin-left: 20px;
	color: #116598;
}

hr
{
	height: 1px;
	border-color: #89D8E8;
}

/* @end */
