body {background-color: #ffffff;}
.clearboth {clear: both;}

.txt_input {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	height: 20px;
	width: 190px;
	border: 1px solid #e2e2e2;
	background-color: #ffebea;
}

.select {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

.search_input {
	background-color: #FEFCFD;
	width: 120px;
	border: 1px solid #E8E8E8;
	height: 20px;
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #5A1B34;
}
.search_button {
	height: 20px;
	background-color: #999;
	width: 55px;
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFF;
	clip: rect(-5px,auto,auto,auto);
	padding-bottom: 4px;
	border: 1px solid #CCC;
}

.form_required{
    color:red;
}

.field_block{
    padding: 5px;
}

.form_text{
}

.form_error_title{
    font-family:  Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
    font-weight: bold;
    color: red;
}

.form_error{
    border: 1px dashed #ff0000;
    color : black;
}

.form_error_highlight{
    background-color: #F4F6E5;
    border-bottom: 1px dashed #ff0000;
}

div.instruction_error{
    color: red;
    font-weight:bold;
}

div.instruction{
}


.form_button{
    width:  80px;
    height: 28px;
}

.form_choice_text{
}

.form_choice_over{
    background-color: #dedede;
    cursor: pointer;
}

.btn {
	height: 30px;
	width: 104px;
	border:none;
	background-image: url(images/btn_send.png);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
	color: #EF4437;
	font-weight: lighter;
}

