/* FormFu */

.sanform form {
	width: 100%;
	min-width: 300px;
	padding: 7px;
	margin: 0 auto;
}

.sanform form div{
	padding: 1% 2% 1% 2%;
	background: #F6F6F6;
	color: #333;
	border-top: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	
}

.sanform form div:hover{
	background: #D7ECFF;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.sanform div.label {
    /*clear: both;*/
}
	 
.sanform form label{
	float: left;
	width: 33%;
	line-height: 23px;
	padding-right: 2%;
	text-align: right;

} 

.sanform fieldset input, fieldset textarea {
	width: 33%;
	margin-left: 2em;
}

.sanform fieldset select{
	width: 34%;
	margin-left: 2em;
	background-color: #F0F8FF;
	padding: 3px 3px 3px 3px;
	border: 1px solid #9E9E9E;
}

.sanform fieldset select:hover {
	background-color: White;
	outline: 1px solid #4682B4;

}
 
.sanform span.error_message {
	font: small-caps bold 100%/1.3 Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: red;
	float: right;
	display: block;
}

.sanform span.okay_message {
	font: small-caps bold 100%/1.3 Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: lightgreen;
	float: right;
	
}

.sanform #modify_form fieldset {
	background: #E0E0E0;
	margin-top: 1em;
	padding: 2px;
	line-height: 3em;
	margin-bottom: 1em;
}

.sanform input, textarea  {
	background-color: #F0F8FF;
	/* padding: 3px 3px 3px 3px; */
	border: 1px solid #9E9E9E;
}

.sanform input:hover, textarea:hover  {
	background-color: White;
	/* padding: 3px 3px 3px 3px; */
	border: 1px solid #4682B4;
	outline-color: #4682B4;
	outline-style: solid;
	outline-width: 1px; 
}

.sanform textarea {
    vertical-align:top;
    width: 400px;
    height: 200px;
}

.sanform div.error input, div.error textarea {
	background-color: #FFF5EE;
	border: 1px solid #FF4500;
	padding: 3px 3px 3px 3px;
}

.sanform div.okay input, div.okay textarea {
	background-color: White;
	border: 1px solid #4682B4;
	padding: 3px 3px 3px 3px;
}

.sanform .submit {
    text-align: center;
}

.sanform .submit input, input:visited {
	cursor: pointer;
	padding: 1%;
	border: 1px solid black;
	Color: Black;
	background-color: #E8EAF7;
	background-image: url(images/button_bb1.jpg);
	
}

.sanform .submit input:hover {
	border: 1px solid black;
	background: #E8EAF7 url(images/button_bb2.jpg);
	cursor: pointer;
}

.sanform .submit input:active {
	background-color: #E8EAF7;
	border: 2px solid black;
	background-image: url(images/button_bb1.jpg);
}


/* Other */

.sanform #aboveform_div {
    margin: 10px 0 10px 0;
    font-size: 110%;
    font-weight: bold;
}

.sanform .form_success {
	border: 1px solid #19A41A;
	width: 60%;
	font-size: 1.5em;
	padding: 10px 10px 10px 10px;
	background-color: lightgreen;
}

.sanform .form_fatal {
	Color: White;
	border: 1px solid #840000;
	width: 60%;
	font-size: 1.5em;
	padding: 10px 10px 10px 10px;
	background-color: red;
}

.sanform .form_help_trigger {
    margin-left: 10px;
}

