/******* NEW APPLY PAGE CSS CODE **************/
.zpage_title {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.zline {
	border-top: 2px solid #F3F3F3;
	width: 880px;
}

.zdesc {
	width: 880px;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 25px;
	color: #666;
}

.zphone {
	background: url(/images/telephone.png) no-repeat;
	height: 40px;
	padding: 45px 45px 45px 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 20px;
	color: #87001A;
	float: left;
	width: 390px;
}

.zfax {
	background: url(/images/fax.png) no-repeat;
	height: 40px;
	padding: 45px 45px 45px 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 20px;
	color: #87001A;
	float: right;
	width: 390px;
	position: relative;
}


.zemail {
	background: url(/images/email.png) no-repeat;
	height: 60px;
	padding: 45px 45px 45px 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 17px;
	color: #87001A;
	float: left;
	width: 386px;
}

.zpostal {
	background: url(/images/postal.png) no-repeat;
	height: 60px;
	padding: 45px 45px 45px 16px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: noral;
	font-size: 17px;
	color: #87001A;
	float: right;
	width: 385px;
}

.small_text {
	font-size: 9px;
	color: #CCC;
}

.left_fields {
	float: left;
}

.left_fields input {
	padding: 15px;
	color: #CCC;
	margin-bottom: 10px;
	width: 400px;
}

.right_fields {
	float: right;
}

.right_fields textarea {
	padding: 10px;
	color: #ccc;
	margin-bottom: 10px;
	width: 410px;
	overflow: hidden;
}

.submit_button {
	background: none;
	border: none;
	margin-top: 40px;
	margin-left: -70px;
}
