﻿newform
{
}

fieldset {
	margin: 1em 0;
	border: none;
	border-top: 1px solid #ccc;
}

fieldset fieldset
{
	border: none;
}

fieldset legend {
	margin: 1em 0;
	padding: 0 .5em;
	color: #3b72b3;
	background: transparent;
	font-size: 1.0em;
	font-weight: bold;
}

fieldset fieldset input
{
	margin-right: 5px;
}

fieldset fieldset legend {
	float: left;
	width: 20%;	
	min-width: 120px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 2px;
	text-align: right;
	color: #333;
	background: transparent;
	font-weight: normal;
}

label {
}

fieldset fieldset p
{
	padding-left: 5px;
}

fieldset div {
	margin-bottom: .5em;
	padding: 0;
	display: block;
}

input:focus, textarea:focus {
	background: #efefef;
	color: #000;
}


fieldset .fm-req legend {
	font-weight: bold;
}

fieldset .fm-req legend:before {
	/*
	content: "* ";
	*/
}

.NewFormEditError
{
	border: 2px #FF6A6A solid;
	padding: 2px;
	margin-right: 4px;
	background-color: #FFD2D2;
}