<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Form Styles*/

.text1 {
	width:60px;
	height:22px;
	border:1px solid #CCCCCC;
	color:#666666;
	font-size:12px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
	

input.text:focus	{
	border: 1px solid #999999;
	background-color: #FFFFFF;
}

textarea.posText:focus	{
	border: 1px solid #1B2123;
	background-color: #101415;
}

fieldset {
	border:none;
	}
	
#emailSuccess {
padding-bottom:14px;
}

#loadBar {
padding-bottom:14px;
}
.posText {
	width:150px;
	background-color:#06377A;
	color:#FFFFFF;
	font-size:20px;
	font-family: Calibri;
	cursor:pointer;
	line-height: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #06377A;
	}	

.posText:hover{
	width:150px;
	background-color:#E21B22;
	color:#FFFFFF;
	font-size:20px;
	font-family: Calibri;
	cursor:pointer;
	line-height: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #E21B22;
	}	

.code_area {
	width:30px;
	height:22px;
	border:1px solid #CCCCCC;
	color:#666666;
	font-size:12px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	}

.field {
	width:230px;
	height:30px;
	border:1px solid #D6D6D6;
	color:#63625D;
	font-size:14px;
	font-family: Calibri;
	font-weight: normal;
	line-height: 22px;
	text-transform: capitalize;
	background-color: #FDFDFD;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	}
	input.field:focus	{
	border: 1px solid #B4B3B3;
	background-color: #FFFDFD;
		}
		
.field1 {
	width:60px;
	height:22px;
	border:1px solid #CCCCCC;
	color:#666666;
	font-size:12px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	}
	.posField {
	width:130px;
	background-color:#E0E0E0;
	color:#FFFFFF;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor:pointer;
	text-transform: uppercase;
	line-height: 22px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #9FAB23;
	}	

.posField:hover{
	width:130px;
	background-color:#C0A458;
	color:#FFFFFF;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor:pointer;
	line-height: 22px;
	text-transform: uppercase;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #333333;
	}
</pre></body></html>