﻿/* Sets the standard tags and classes for forms */

fieldset
{
	background-image:url("../Images/template/FormGradient.png");
	background-repeat:repeat-x;
	position:relative;
	padding:5px;
	margin-top:10px;
	margin-bottom:15px;
	border:1px solid #b69ba0;
}

fieldset legend 
{
	position:relative;
	font-size:1.2em;
	left: .2em;
	color:#393939;
	font-weight:bold;
	top:-5px;	
}

fieldset .form_elements
{
	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.lbl_full
{
	width:100%;
	text-align:left;
}

fieldset .element_heading
{
	width:100%;
	padding:0px;
	padding-top:5px;
}

fieldset .row
{
	padding-top:7px;
	padding-bottom:7px;
}

/* To be used input fields */
.input_gap
{
	margin-top:0.4em;
}

/* To be used for submit buttons */
fieldset .standard_button
{
    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;
}

fieldset .input_field {
	
}

fieldset .input_field_spaced {
	margin-bottom:3px;
}

fieldset .drop_down_menu {
	
}

fieldset .radio_menu {
	
}

fieldset .check_box_menu {
	
}

.required
{
	color:#FF0000;
	font-size:18px;
	line-height:5px;
	font-weight:bold;
}
