﻿.form fieldset
{
	border-width: 0px;
	margin: 0px;
	padding: 10px 5px;
}
.form fieldset label
{
	float: left;
	clear:left;
	width: 170px;
}

.form fieldset input, 
.form fieldset select, 
.form fieldset textarea
{
	
	float: left;
	width: 220px;
	
	/*position: relative;
	left: 200px;*/
}

.form fieldset label,
.form fieldset input, 
.form fieldset select, 
.form fieldset textarea
{
	margin-bottom: 1.0em;	
}

.form fieldset .buttons
{
	float: left;
	margin-top:5px;
	clear:left;
}

.form input[type="submit"]
{
	width: 80px;
} 
.form input[type="checkbox"]
{
	width: auto;
}

.form .instructions
{
	display: block;
	margin: 5px 0px;
}
/*
.form label.error
{
  background-color: #fff;
  border: #fff;
  clear:left;  
  margin-top: -1em;
  width: auto;
}
*/
/*smaller padding for validation errors*/
/*.form .error
{
  padding: 0.1em;
}
*/

.form span.error
{
	color:#8a1f11;
	background-color: #FBE3E4;
	border: #fff;
	clear:left;
	display: block;
	width: auto;
	margin-bottom:6px;
}

.selectDisplay
{
	display: table-cell; 	
}

#messages
{
	margin: 0 0 0 5px;
	border: 2px solid  #BC4242;
	background-color: #fffa73;	
	color :#BC4242;
	padding: 0.25em;
}

.panel #messages
{
	margin-left: 0;
}

#messages.success
{
	background: #E6EFC2; 
	color: #264409; 
	border-color: #264409; 
	/*display:inline;*/
}

#messages.display-none
{
	display: none;
}

#messages li
{ 
	padding-left: 5px;
	list-style-type: square;
	list-style-position: inside;  
	/*background-color: #fffa73;	
	color :#BC4242;
	padding: 0.25em;*/
}
/*
#messages li.success     
{
	background: #E6EFC2; 
	color: #264409; 
	border-color: #264409; 
	padding: 0.35em;
}

.error
{
	background-color: #fffa73;
	color:#BC4242;	
}*/

input.error, select.error
{
	border: 1px dotted red;
	background-color:#fffa73;
}

div.loginw
{
	width:200px;
}

.notice { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.notice a   { color: #514721; }

.readonly { background-color: #ECE9D8; }

