/* Form CSS */
.form_field, .form_required, .form_description, .form_button{
  float: left;
	width: 9em;
	font-size: .9em;
	line-height: 25px;
	text-align: right;
	margin: 0 15px 0 0;
}

.form_required{
    color:red;
}

.field_block1{
    padding: 5px;
}

.field_block_over{
/*
    padding: 4px;
    border: 1px dashed #cccccc;
    background-color: yellow;
*/    
}


.form_submit_block{
    padding-top: 10px;
}

.form_text{
}

.text_box, .text_area, .text_select {
    width:300px;
}

.text_area{
    height:80px;
}

.form_error_title{
    font-weight: bold;
    color: red;
}

.form_error{
    background-color: #F4F6E5;
    border: 1px dashed #ff0000;
    padding: 16px;
    color : black;
    margin: 10px;
}

.form_error_highlight{
    background-color: #F4F6E5;
    border-bottom: 1px dashed #ff0000;
}

div.instruction_error{
    color: red;
    font-weight:bold;
}

div.instruction{
}


.form_choice_over{
    background-color: #dedede;
    cursor: pointer;
}


/* @end */
