@charset "utf-8";
BODY {
	FONT-SIZE: 14px;
	FONT-FAMILY: "Trebuchet MS", Verdana, Arial;
	background-color: #E7E7E7;
	color: #000000;
}
.login_header {
	FONT-SIZE: 14px;
	FONT-FAMILY: "Trebuchet MS", Verdana, Arial;
	text-align: right;
}
a {
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
td {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	font-weight: bolder;
	font-style: normal;
}
.textfld {
	background: #FFF;
	border-color: #FFF;
}
.buttonfld {
	background: #040812;
	border-color: #040812;
	font-weight: bold;
}
.dropdownlist {
	background: #040812;
}
.errmsg {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 22px;
	font-weight: bolder;
	color: #FF0000;
	text-align: center
}
.formtitle {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 18px;
	font-weight: bolder;
	color: #040812;
	text-align:center
}
.headertext {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	text-align:center;
}
.footertext {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	text-align:center;
}
.message {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	font-weight: bolder;
	color: #040812;
}
hr {
	color: #B2B2B2;
}

.contact_table tr {
	vertical-align: top;
	padding-bottom: 5px;
}
.contact_table tr td {
	font-family: "Trebuchet MS", verdana, Arial;
	font-size: 15px;
	text-align: left;
	vertical-align: middle;
}
.note {
	font-family: "Trebuchet MS", verdana, Arial;
	font-size: 14px;
	text-align: center;
}
.comp_title tr td {
	font-family: "Trebuchet MS", verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.comp_people {
	font-family: "Trebuchet MS", verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.comp_table_heading tr td {
	font-family: "Trebuchet MS", verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	vertical-align: text-bottom;
}
.cost {
	font-family: "Trebuchet MS", verdana, Arial;
	font-size: 14px;
	font-weight: bold;
}
.bank_details tr td {
	font-family: "Trebuchet MS", verdana, Arial;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}
.login {
	font-family: "Trebuchet MS", verdana, Arial;
	font-size: 16px;
	text-align: center;
}
.direct_deposit_title {
	font: 20px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	padding-bottom: 2px;
	padding-top: 2px;
	color: #FFFFFF;
	width: 750px;
	background: #1B7ED9;
	border-top: 1px solid #546583;
	border-right: 1px solid #546583;
	border-left: 1px solid #546583;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
.direct_deposit {
	font: 18px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #1F1C27;
	width: 750px;
	padding-top: 10px;
	padding-bottom: 20px;
	border-right: 1px solid #546583;
	border-left: 1px solid #546583;
	border-bottom: 1px solid #546583;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	background: #FFF;
}
.direct_deposit_bank_details {
	margin-top: 20px;
	text-align: left;
	margin-left: 40px;

	margin-bottom: 20px;
}
.paypal_response_title {
	font: 30px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #040812;
	margin-top: 20px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}
.paypal_response {
	font: 22px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #040812;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
.button {
	color: #000000;
	font-size: 70%;
	padding: 10px;
	background-color: #B3B3B3;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
	cursor: pointer;
	font-family: Futura, "‘Century Gothic’", AppleGothic, sans-serif;
	border: 1px solid #000000;
 }
 .button:hover {
	background-color: rgba(153,153,153,0.8);
 }
 .policy {
	font: 16px Georgia, "Times New Roman", Times, serif;
 	text-align: center;
 	color: #040812;
	width: 800px;
 	margin-top: 20px;
 	margin-bottom: 20px;
 	margin-left: auto;
 	margin-right: auto;
 }
.policy_link {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	text-align:center;
	margin-bottom: 10px;
	margin-top: 10px;
}
