﻿/* Sets the standard tags and classes for forms */

fieldset
{
	background-image:url(../Images/template/FormGradient.png);
	background-position:bottom;
	background-repeat:repeat-x;
	position:relative;
	padding:5px;
	margin-left:5px;
	margin-right:5px;
	margin-top:10px;
	margin-bottom:15px;
	border:1px solid #b69ba0;
}

fieldset legend 
{
	font-size:1.2em;
	position: absolute;
	top: -.5em;
	left: .2em;
	color:#393939;
	font-weight:bold;
}

fieldset .FormElements
{
	padding-left:0.2em;
	padding-top:10px;
}

fieldset label 
{

}

fieldset hr
{
	border:0px;
	color:#B69BA0;
	background-color:#B69BA0;
	height:1px;
	margin:1em 0em;
}

fieldset label.lblFull
{
	width:100%;
	text-align:left;
}

fieldset .ElementHeading
{
	width:100%;
	padding:0px;
	padding-top:5px;
}

fieldset .Row
{
	padding-top:7px;
	padding-bottom:7px;
}

fieldset input.spacer
{
	margin-bottom:3px;
}

/* To be used input fields */
.inputGap
{
	margin-top:0.4em;
}

/* To be used for submit buttons */
.submitBtn
{
    border:2px solid;
	background-color:#F9F9F9;
	border-top-color:#CCCCCC;
	border-left-color:#CCCCCC;
	border-bottom-color:#999999;	
	border-right-color:#999999;
	font-weight:bold;
	padding:3px;
	cursor:pointer;
}

.required
{
	color:#FF0000;
	font-size:18px;
	line-height:5px;
	font-weight:bold;
}