/* =====================================================  FORM CSS  ============================================ */

/* ::::::::: INPUT, TEXTAREA TAG SETTINGS :::::::::::::::::::::::::::::::::: */
input, textarea, select	{
	color: #000000;
	padding-left: 3px;
	font-family: verdana, sans-serif;
	font-weight: bold;
	border: 1px solid #2b7254;
	margin-bottom: 6px;
	font-size: 12px;
}

/* ::::::::: FOCUS SETTINGS :::::::::::::::::::::::::::::::::: */
input:focus, textarea:focus	{
	background: #6baa52;
	border: 1px solid #000000;
	color: #ffffff;
}

/* ::::::::: HOVER SETTINGS :::::::::::::::::::::::::::::::::: */
input:hover, textarea:hover {
	background: #C2EFD9;
	border: 1px solid #000000;
}


/* ::::::::: FIELDSET AND LEDGEND MISC, TAG SETTINGS :::::::::::::::::::: */
fieldset	{
	border: 1px solid #d5e3d9;
	/* background: #EFFFF7; */
	background: #ecf6ef;
	margin:  6px 0px 12px 0px;
	padding: 12px 0px 12px 12px;
}
legend	{
	color: #6baa52;
	font-variant: small-caps;
	font-family: verdana, sans-serif;
	background: #f7fbff;
	font-weight: bold;
	font-size: 15px;
	padding-left: 3px;
	padding-right: 3px;
}

legend:before	{
	content: ".:: ";
}

legend:after	{
	content: " ::.";
}
.label	{
	color: #000000;
	font-weight: 500;
	padding-top: 3px;
}
.noStyle	{
	border: none;
	background: none;
}

.topBorder	{
	border-top: 3px dotted #ffffff;
	padding-top: .25em;
	margin-top: .25em;
}

.bottomBorder	{
	border-bottom: 3px dotted #ffffff;
	padding-bottom: .25em;
	margin-bottom: .25em;
}

textarea	{
	margin-top: 6px;
}