
.stylized_form{
	border:solid 1px #d9d98d;
	background:#ffffb3;
	font-size:12px;
	width:450px;
	text-align:left;
	margin-bottom:10px;
	}
	
.stylized_form .form_part:hover{
	background-color:#f2f2bd;
}

.stylized_form form{
	margin:0;
	padding:0;
	}
	
.stylized_form .form_part_delimiter{
	margin:0 10px;
	border-bottom:solid 2px #d9d98d;
	}
	
.stylized_form .form_header{
	padding:10px 15px 5px 10px;
	}
	
	
.stylized_form .form_header h3{
	font-style: italic;
	font-size:18px;
	font-weight:bold;
	margin:0 0 8px 0;
	}
	
.stylized_form  .form_header .subtitle{
	font-style: italic;
	font-size:11px;
	color:#4c4c00;
	margin:0 0 10px 0;
	padding:0;
	}

.stylized_form .form_message_part{
	text-align:center;
	font-weight:bold;
	}
	
.stylized_form .form_message_part p{
	margin:0;
	}
	
.stylized_form .form_message_part .error{
	color:#9c1600;
	}
	
.stylized_form .form_message_part .saved{
	color:#519c00;
	}

.stylized_form .form_content .form_field input,
.stylized_form .form_content .form_field textarea {
	font-size:12px;
	padding:4px 2px;
	width:190px;
	margin:1px;
	border:solid 1px #d9d98d;
	background-color: #ffffe5;
}

.stylized_form .form_content .form_field input{
	height:15px;
}

.stylized_form .form_content .form_field input[type="file"] {
	height:23px;
}

.stylized_form .form_content .form_field select{
	border:solid 1px #d9d98d;
	padding-top:2px;
	background-color: #ffffe5;
	height:23px;
	width:194px;
	margin:1px;	
	font-size:12px;
	}



.stylized_form .form_content .form_field input:focus,
.stylized_form .form_content .form_field textarea:focus,
.stylized_form .form_content .form_field select:focus
 	{
	background-color: white;
	margin:0 0 2px 2px
	}
.stylized_form .form_content .form_field input:hover,
.stylized_form .form_content .form_field textarea:hover, 
.stylized_form .form_content .form_field select:hover
{
	border:solid 1px #f2f200;
	margin:0 0 2px 2px
	}


.stylized_form .form_content{
	padding:10px 0;
	}


.stylized_form .form_content .form_field label{
	float:left;
	color:#4c4c00;
	display:block;
	text-align:right;
	width:200px;
	margin-right:10px;
	padding-top:5px;
	}
	
.stylized_form .form_content .form_field .label_with_help {
	padding:0;
	margin-top:-1px;
	}

.stylized_form .form_content .form_field label .field_help {
	display:block;
	font-size:10px;
	font-style: italic;
	font-weight: normal;
	padding-right:5px;
	}

.stylized_form .form_content .form_field{
		width:100%;
		margin:10px 0;
	}
	


.stylized_form .form_content .field_required label{
	font-weight:bold;
	}
	

.stylized_form .form_content .field_content{
	display:block;
	height:26px;
	color:black;
	}
	
.stylized_form .form_content .field_content p{
	margin:0;
	padding-top:5px;
	}

.stylized_form .form_content .field_errors {
	padding:0 0 0 100px;
	color:#9c1600;
	}

.stylized_form .form_content .form_field_with_errors {
	background-color:#ffd7b3;
	border:solid 1px #d5a296;
	margin-left:-1px;
	padding:0 0 5px 0;
	}

.stylized_form .form_content .form_field_with_errors input, 
.stylized_form .form_content .form_field_with_errors select {
	border-color: #d5a296;	
	background-color: #f7f3f2
	}
	
.stylized_form .form_content .form_field_with_errors input:hover, 
.stylized_form .form_content .form_field_with_errors select:hover {
	border-color: #ff9880;	
	}

.stylized_form .form_content:hover .form_field_with_errors {
	background-color:#ffdebf;
	}



.stylized_form .form_content .form_field_with_errors label {
	color:#9c1600;
	}

.stylized_form .form_buttons{
		width:100%;
	}

.stylized_form .form_buttons input{
		color:#98983d;
		font-size:14px;
		padding:4px 2px;
		height:40px;
		border: none;
		margin:0;
		font-family:inherit;
		background:none;
		text-align:center;
		font-weight:bold;
		width:100%;
		cursor:pointer;
	}
	
.stylized_form .form_buttons input:hover{
		padding:3px 1px 5px 3px;
		background-color:#ffffcc;
	}
	
.stylized_form .form_part:hover{
		background-color:#ffffc2;
	}
	
