div.form-title {
	width:690px;
	background: linear-gradient(to bottom, rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 );
	border-left: 1px solid grey;
	border-right: 1px solid grey;
	border-top: 1px solid grey;
	font-family: "Lucida Grande", Tahoma;
	font-size: 14px;
	color: DarkBlue;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
div.form-title.fluid {
	width: unset;
}


div.form fieldset
{
	border: 1px solid #DDD;
	padding: 10px;
	margin: 0 0 10px 0;
    -moz-border-radius:7px;
}

div.form label
{
	font-weight: bold;
	font-size: 12px;
	display: block;
}

div.form .row
{
	margin-top: 5px;
	margin-bottom:5px;
	padding-left:45px;
	padding-right:30px;
	padding-bottom:5px;
	font-size:12px;
}
div.form.fluid .row {
	padding-left:15px;
}



div.form .flex-container {
	display: flex;
}
div.form .flex-container div {
	padding: 10px 20px 10px 0;
}

div.form .hint
{
	margin: 0;
	padding: 0;
	color: #999;
}

div.form input, div.form textarea, div.form2 select {
	padding: .6em .8em;
	display: inline-block;
	font-size: 16px;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 3px #ddd;
	box-shadow: inset 0 1px 3px #ddd;
	border-radius: 4px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media only screen and (min-width: 500px) {
	div.form input, div.form textarea, div.form2 select {
		font-size: 14px;
	}
}





div.form .hasDatepicker {
	padding: 1em 1.2em;
}


input[type='submit'] .button-primary {
	background-color: #0078e7;
	color: #fff;	
}

div.form select {
	padding: 7px;
}

div.form span.required
{
	color: red;
}

div.form div.error label:first-child,
div.form label.error,
div.form span.error
{
	color: #C00;
}

div.form div.error input,
div.form div.error textarea,
div.form div.error select,
div.form input.error,
div.form textarea.error,
div.form select.error
{
	background: #FEE;
	border-color: #C00;
}

div.form div.success input,
div.form div.success textarea,
div.form div.success select,
div.form input.success,
div.form textarea.success,
div.form select.success
{
	background: #E6EFC2;
	border-color: #C6D880;
}

div.form div.success label
{
	color: inherit;
}

div.form .errorSummary
{
	border: 2px solid #C00;
	padding: 7px 7px 12px 7px;
	margin: 0 0 20px 0;
	background: #FEE;
	font-size: 0.9em;
}

div.form .errorMessage
{
	color: red;
	font-size: 0.9em;
}

div.form .errorSummary p
{
	margin: 0;
	padding: 5px;
}

div.form .errorSummary ul
{
	margin: 0;
	padding: 0 0 0 20px;
}

div.wide.form label
{
	float: left;
	margin-right: 10px;
	position: relative;
	text-align: right;
	width: 100px;
}

div.wide.form .row
{
	clear: left;
}

div.wide.form .buttons, div.wide.form .hint, div.wide.form .errorMessage
{
	clear: left;
	padding-left: 110px;
}

.fluid {
	width: unset !important;
}
