
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 15px;
	margin:0px;
	}



@media screen {
	div.div {
		width:740px;
		margin:auto !important;
		position:relative;
		background:#FFFFFF;
		}
	
	.page_two {
		width:740px;
		margin:auto !important;
		position:relative;
		}
	}
	
@media print {
  header,footer { 
    display: none; 
  }
}
	
div.div {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	background-color: #ffffff;
	margin:0px;
	display:block;
	position:relative;
	background:#FFFFFF;
	}

.layout {
	width:100%;
	margin:auto;
	}	
	
	.page_one {
		position:relative;
		border:1px solid white;
		margin-top:40px;
		font-size:.9em;
		page-break-after:always;
		background:#FFFFFF;
		}
		
	.page_two {
		position:relative;
		border:1px solid white;
		margin-top:20px;
		font-size:.9em;
		background:#FFFFFF;
		}
		
	
					
/* GENERAL FORMATTING */		
.right {
	float:right;
	text-align:right;
	}

.left {
	float:left;
	text-align:left;
	}
	
.bold {
	font-weight:bold;
	}
	
.small_text {
	font-size:10px;
	line-height:10px;
	}

.gray { 
	color:#bbbbbb;
	}

.purple {
	color:#4d148c; /* FEDEX PURPLE */
	}
	
.link {
	color:blue;
	text-decoration:underline;
	}
	
.logo {
	position:absolute;
	top:0px;
	left:0px;
	width:120px;	
	}
	
	.logo img {
		width:120px;
		}
		
		
	
.refNumberBox {
	position:absolute;
	top:0px;
	right:0px;
	width:220px;
	border:1px solid black;
	font-size:10px;
	padding:10px;
	font-weight:bold;
	}
	
.top_box {
	width:260px;
	text-align:center;
	padding:5px;
	position:absolute;
	left:220px;
	top:55px;
	z-index:10000;
	}

	.top_box img {
		width:260px;
		}
		
.main_box {
	position:relative;
	margin:70px 0px 10px 0px;
	padding:5px 10px 10px 10px;
	border:1px solid black;
	font-size:1.2em;
	z-index:10;
	}
	
	.main_box ul {
		padding-left:20px;
		}
	
.headline_text {
	font-weight:bold;
	font-size:14px;
	text-align:center;
	width:100%;
	}


.form_row {
	width:100%;
	height:20px;
	}
	
	.form_row.small_text {
		width:100%;
		height:12px;
		position:relative;
		top:-5px;
		}
	
	.company_line {
		float:left;
		width:550px;
		border-bottom:1px solid black;
		}
	
	.registration_line {
		float:left;
		width:665px;
		border-bottom:1px solid black;
		}
	
	.fedex_line {
		float:left;
		width:250px;
		border-bottom:1px solid black;
		}
	
	.ra_line {
		float:left;
		width:250px;
		border-bottom:1px solid black;
		}
		

.form_box {
	border:2px solid black;
	padding:10px 10px 5px 10px;
	margin:0px 0px 5px 0px;
	}
	
.form_area {
	padding:5px 0px 0px 0px;
	}
	

.terms ol {
	margin-left:0px;
	padding-left:15px;
	line-height:16px;
	}
	
	.terms ol.sub {		
		padding-left:30px;
		}
	

.name {
	width:740px;
	height:40px;
	position:relative;
	top:40px;
	left:0px;
	}
.companyName {
	width:740px;
	height:40px;
	position:relative;
	top:30px;
	left:0px;
	}

.email {
	width:740px;
	height:40px;
	position:relative;
	top:40px;
	right:0px;
	}

.position {
	width:340px;
	height:40px;
	position:relative;
	top:40px;
	left:0px;
	}
	
.nonprofit {
	width:340px;
	height:40px;
	position:relative;
	top:40px;
	left:0px;
	}

.nature {
	width:400px;
	height:40px;
	position:absolute;
/* 	top:120px; */
	right:0px;
	left:350px;
	}

.nature_other {
	width:740px;
	height:40px;
	position:relative;
	top:40px;
	right:0px;
	font-size:11px;
	}

.phone_office {
	width:340px;
	height:40px;
	position: relative;
    top: 40px;
	left:0px;
	}

.phones_right {
    width: 440px;
    height: 40px;
    position: absolute;
    /* top: 200px; */
    right: 0px;
    left: 300px;
	}
	
	.phone_mobile {
		width: 220px;
    height: 40px;
    position: absolute;
    top: 0px;
    left: 0px;
		}
	
	.phone_fax {
		width: 190px;
    height: 40px;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 230px;
		}

.company_address {
	position:relative;
	top:0px;
	width:100%;
	}

.site_address {
	position:relative;
	margin-top:40px;
	width:100%;
	top:40px;
	}
	
.secretarial {
	position:relative;
	margin-top:5px;
	width:100%;
	font-size:11px;
	}

.billing_address {
	position:relative;
	margin-top:20px;
	width:100%;
	top:40px;
	}

.signature_chop {
	position:relative;
	margin-top:90px;
	}
	
	.signature {
		width:340px;
		height:70px;
		position:relative;
		top:0px;
		left:0px;
		}
		
		.signature .line {
			border-bottom:1px solid black;
			position:relative;
			left:0px;
			top:70px;
			width:300px;
			}
	
	.chop {
		width:340px;
		height:70px;
		position:absolute;
		top:0px;
		right:0px;
		border:1px solid #000000;
		}
		
		.signature p, .chop p {
			position:absolute;
			top:-30px;
			left:0px;
			}

.date {
	position:relative;
	margin-top:40px;
	width:340px;
	}
	
	.date .line {
		position:absolute;
		top:1px;
		left:40px;
		border-bottom:1px solid black;
		width:260px;
		}
	
.notes {
	position:relative;
	margin-top:0px;
	}

.optional {
	position:relative;
	margin-top:20px;
	}
	
.optional_note_box {
	width:99%;
	min-height:60px;
	border:1px solid black;
	margin-bottom:5px;
	}

.final {
	width: 100%;
    margin-top: 40px;
    /* position: fixed; */
    left: 0;
    bottom: 0;
    /* width: 100%; */
    background-color: black;
    color: white;
    text-align: center;
    font-weight: 800;
    height: 25px;
    font-size: 14px
	}

#name {
	min-height:12px;
	float:left;
	width:630px;
	border-bottom:1px solid black;
	word-wrap: break-word;
	font-size:.8em;
	}

#companyName{
	min-height:12px;
	float:left;
	width:620px;
	border-bottom:1px solid black;
	word-wrap: break-word;
	font-size:.8em;
	}
	
#email {
	min-height:12px;
	float:left;
	width:630px;
	border-bottom:1px solid black;
	word-wrap: break-word;
	font-size:.8em;
	}
	
#phoneNumOffice {
	height:12px;
	float:left;
	border-bottom:1px solid black;
	font-size:.8em;
	width: 150px;
	}
	
#phoneNumMobile {
    height: 12px;
    float: left;
    width: 150px;
    border-bottom: 1px solid black;
    min-width: 80px;
    font-size: .8em;
	}
	
#faxNum {
	height: 12px;
    float: left;
    border-bottom: 1px solid black;
    min-width: 80px;
    font-size: .8em;
    width: 127px;
	}
	
/* #companyName { */
/* 	height:14px; */
/* 	float:left; */
/* 	border-bottom:1px solid black; */
/* 	word-wrap: break-word; */
/* 	font-size:.8em; */
/* 	} */
	
#isNonProfitRadio {
	float:left;
	height:12px;
	border-bottom:1px solid black;
	width:20px;
	font-size:.8em;
	}
	
#registrationNumber {
	height:16px;
	float:left;
	font-size:.8em;
	}
	
#registrationNumberz {
	height:12px;
	float:left;
	font-size:.8em;
	}
	
#registrationNumberzz {
	height:12px;
	float:left;
	font-size:.8em;
	}
	
#position {
	min-height:12px;
	float:left;
	width:226px;
	border-bottom:1px solid black;
	word-wrap: break-word;
	font-size:.8em;
	}
	
#natureOfBusiness {
	min-height:12px;
	float:left;
	width:255px;
	border-bottom:1px solid black;
	font-size:.8em;
	}
	
#natureOfBusinessOther {
	min-height:12px;
	float:left;
	width:500px;
	border-bottom:1px solid black;
	font-size:.8em;
	}
	
#companyAddr {
	min-height:12px;
	float:left;
	width:605px;
	border-bottom:1px solid black;
	word-wrap: break-word;
	font-size:.8em;
	}
	
#secretarialServicesRadio {
	float:left;
	border-bottom:1px solid black;
	height:12px;
	font-size:.8em;
	}
	
#billingAddr {
	height:12px;
	float:left;
	width:628px;
	border-bottom:1px solid black;
	word-wrap: break-word;
	font-size:.8em;
	}
	
#siteAddr {
	height:12px;
	float:left;
	width:632px;
	border-bottom:1px solid black;
	word-wrap: break-word;
	font-size:.8em;
	}
	
#paidCompanyRadio {
	border-bottom:1px solid black;
	height:12px;
	font-size:.8em;
	}
	
#thirtyDaysRadio {
	border-bottom:1px solid black;
	height:12px;
	font-size:.8em;
	}
	
#note {
	padding:5px;
	word-wrap: break-word;
	font-size:.8em;
	}
	
.saveOne, .saveTwo {
	float:left;
	margin:30px;
	font-size:.8em;
	text-align:center;
	position:relative;
	z-index:10000;
	}
	
	#saveOne a, #saveTwo a, {
		border:none;
		}
	
	.saveOne .content, .saveTwo .content {
		padding:10px;
		border:1px solid black;
		box-shadow: 5px 5px rgba(0,0,0,0.2);
		}
	
	#saveOne img, #saveTwo img {
		width:200px;
		border:none;
		}