@font-face {
 font-family: Lucida Grande;
 font-weight: normal;
 font-style: normal;
 src: url("/fonts/Lucida Grande-webfont.eot") /* EOT file for IE */
}
@font-face {
 font-family: Lucida Grande;
 font-weight: normal;
 font-style: normal;
 src: url("/fonts/Lucida Grande-webfont.TTF") /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: Lucida Grande Bold;
 src: url("/fonts/Lucida Grande_bold.eot") /* EOT file for IE */
}
@font-face {
 font-family: Lucida Grande Bold;
 src: url("/fonts/Lucida Grande_bold.TTF") /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: AgencyFont;
 src: url("/fonts/AGENCYR.eot") /* EOT file for IE */
}
@font-face {
 font-family: AgencyFont;
 src: url("/fonts/AGENCYR.TTF") /* TTF file for CSS3 browsers */
}

.l_field {
	padding: 10px;
	width: 300px;
	margin-bottom: 10px;
}
#s_fl {
	font-size: 12px;
	text-transform: uppercase;
	color: #333;
	padding: 10px;
	border: 1px solid #183C60;
	background-color: #FFF;
	width: 100px;
	margin-bottom: 10px;
}

.t_label {
	font-size: 12px;
	padding: 0px;
	font-family: "Lucida Grande";
}
#login_header {
	height: 30px;
	line-height: 30px;
	color: #333;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	font-family: "Lucida Grande";
	margin-top: 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #56a4e0;
}


#login_footer {
	height: 3px;
	background-color: #56a4e0;
}

.thank_you{
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #090;
	border-bottom-color: #090;
	padding-top: 20px;
	padding-bottom: 20px;
}
.thank_you_error{
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C00;
	border-bottom-color: #C00;
	padding-top: 20px;
	padding-bottom: 20px;
}
.thank_you_text {
	font-size: 13px;
	padding-bottom: 10px;
}
