/*
	The photoPAPER

	Website:			thephotopaper.com
	Filename:			subscribe.css
	Description:		Subscription stylesheet
	Last Updated:		2010.02.19
*/

h1 {
	color: #fff;
	font-size: 18pt;
	font-style: normal;
	text-transform: none;
}

hr {
	border-color: #000;
	border-width: 1px 0px 0px 0px;
	height: 0px;
	margin: 0px;
	border-style: solid;
}






#column9 {
	max-width: 475px;
	width: 477px;
    float: left;
}
#column9 .box-content {
	height: 672px;
	overflow: hidden;
	margin: 0px;
	padding: 0px 0px;
}

#column8 {
	margin-top: 0px;
	max-width: 480px;
	width: 482px;
    float: right;
   }

#column8 .box-content {
	background: #fff url("../images/subscribe/ssl.jpg") bottom right no-repeat;
	height: 674px;
	overflow: hidden;
	padding: 0px 0px;
    margin-left: 15px;
}

#column8 p {
	padding: 0px;
    font: 9pt Georgia;
	margin: 7px 0px;
	width: 400px;
}
#column8 input {
	margin: 0px;
	padding: 0px;
}
form, table, label, input { font: 9pt Georgia; }

td { padding: 0px; }
#del_company, #del_address_1, #del_address_2, #bill_company, #bill_address_1, #bill_address_2 { width: 385px; height: 20px;}
#del_city, #del_state, #del_postcode, #bill_city, #bill_state, #bill_postcode { width: 125px; height: 20px; }
#del_firstname, #del_lastname, #bill_firstname, #bill_lastname, #telephone, #email { width: 190px; height: 20px; }
#billaddress { display: none; }

#cardnumber { width: 210px; height: 20px; }
#cvmvalue { height: 20px; }

select { font: 9pt Georgia;  height: 20px; }

.labelspacer { margin-right: 20px; }

#paypal {
	display: none;
	margin: auto;
	text-align: center;
}

#paypal input { margin-top: 5px; }




