/* First Class Events Form CSS */

/*****  FORM ELEMENTS  *****/

.form_title{
	color :  #003C95 ;
	font-size: 19pt;
	font-family:"Times New Roman", Times, serif;
	font-weight : bold;
	text-align:center;
	padding:10px;
}

.form_subtitle{
	color :  #666666 ;
	font-size: 12px;
	font-family:"Times New Roman", Times, serif;
	font-weight : bold;
	background-color : #008000;
}

.form_field {
	font-size : 12px;
	font-family:"Times New Roman", Times, serif;
	color : #666666;
	font-weight : bold;
	text-align:left;
	background:#FFFFFF;
}

.form_text{
	font-size : 11px;
	font-family:"Times New Roman", Times, serif;
	color : #000000;
	background:#FFFFFF;
}

.form_button_on{
	font-size : 12px;
	font-family:"Times New Roman", Times, serif;
	color : #ffffff;
	font-weight : bold;
	border: 1px solid #D9D9D9;
	background-color : #f57301;
	border-color : #000000;
	border-right-color : #ffffff;
	border-bottom-color : #ffffff;
	text-align : center;
}

.form_button_off{
	font-size : 12px;
	font-family:"Times New Roman", Times, serif;
	color : #ffffff;
	font-weight : bold;
	border: 1px solid #D9D9D9;
	background-color : #2ca755;
	border-color : #000000;
	border-left-color : #ffffff;
	border-top-color : #ffffff;
	text-align : center;
}

.form_search{
	font-size : 12px;
	font-family:"Times New Roman", Times, serif;
	color : #000000;
}

.form_error{
	font: bold 10pt Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	padding:5px; background:#ffffcf;
	border:1px solid #d2d2d2;
}

.formmail_title{
	font-size: 16px;
	font-family:"Times New Roman", Times, serif;
	font-weight : bolder;
	background-color : #e5e5e5;
}

.formmail_field {
	font-size : 12px;
	font-family:"Times New Roman", Times, serif;
	color : #474747;
	font-weight : bold;
}

.formmail_text{
	font-size : 11px;
	font-family:"Times New Roman", Times, serif;
	color : #000000;
}

.menu_text{
	font-family:"Times New Roman", Times, serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
}

.menu_bg{
	background-color : #ffffd2;
	text-align:center;
}

.box{
	border : 1px solid #8ac428;
}
.form_copyr {
	font-family:"Times New Roman", Times, serif;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	text-align:center;
}