html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html{background:white;}
body{
  width:960px;
  margin:0 auto;
  
  font-size: 12px;
  font-family: "HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
  
}
a, a:visited{color:red;}
a:hover{color:#930;}
h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:1em;}

.row {
	clear:both;
	
}
.hide {
	display: none;
}
label {
	cursor: pointer;
}

input.error {
	border-color: red;	
}
#paypal-frame {
	margin: 0 auto;
	display:block;
	overflow: hidden;
}
#contents h2#final-price {
	display: block;
	position: absolute;
	z-index: 1;
	right: 20px;
	width:auto;
	text-align: right;
}

#paypal-wrapper {
	position: relative;
}

input, select {
	border:none;
	/*
-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
*/
	-webkit-box-shadow:0 0 3px #666 inset;
	-moz-box-shadow:0 0 3px #666 inset;
	box-shadow:0 0 3px #666 inset;
	height:34px;
	
	width:400px;
	padding: 0px 5px;
	font-size:16px;
	//margin-bottom:20px;
	
	background-color: #fff;
	border: 1px solid #cecece;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border linear 0.2s,box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s,box-shadow linear 0.2s;
	-o-transition: border linear 0.2s,box-shadow linear 0.2s;
	transition: border linear 0.2s,box-shadow linear 0.2s;
	
}
input.bubble{float:left;width:20px;margin-bottom: 0px;margin-top:0px;box-shadow:none;cursor: pointer;}

#homeLink{float:right;margin-top:-20px;}
#headie, #contents, #footie{border:1px solid #ccc;}
#headie{margin-top:30px;}
#logo{width: 634px; overflow:hidden;margin: 27px auto 27px;}
#logo img{float:left;}
#contents{padding:30px;border-top:none;border-bottom:none;}
#contents h1{font-size:30px;font-weight:bold;margin:0px 0;text-align:center;}
#contents h2{text-align:right;width:380px;float:left;font-size:16px;padding-right:20px;margin-bottom:0px;clear:left;line-height:38px;}
#contents h1 img{max-width:200px;margin:15px 0 30px;}
#contents p{text-align:center;margin:25px 0 0px;}

.row {
	margin-bottom: 10px;
}
.row:after{
	content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}
.title{
	text-align:right;
	width:380px;
	float:left;
	font-size:16px;
	padding-right:20px;
	//margin-bottom:20px;
	clear:left;
	line-height:36px;
}

.title.error, label.error, h2.error {
	color: red;
}

.invoice{width:210px;}
.amount{width:210px;text-align:left;float:left;}
.cents{width:42px;}
#period{font-size:30px;font-weight:bold;padding:0px 6px;float:left;line-height:50px;}
#invoiceFee{float: left;font-size: 16px;line-height: 36px;}
#invoiceTotal{float: left;font-size: 16px;line-height: 36px;}
#checks{display:none;float:left;margin-left:15px;line-height:43px;font-size:16px;color:red;}
#affiliates{height:186px;text-align:center;display:none;}
#affiliates img{max-height:90px;max-width:120px;padding:60px 16px 60px;}
#footie{padding: 30px;margin-bottom: 30px;float: left;width: 898px;}

.btn {
	
	cursor:pointer;
	
	display: inline-block;
	
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #fe0000;
	background-image: -moz-linear-gradient(top, #fe0000, #fe0000);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fe0000), to(#fe0000));
	background-image: -webkit-linear-gradient(top, #fe0000, #fe0000);
	background-image: -o-linear-gradient(top, #fe0000, #fe0000);
	background-image: linear-gradient(to bottom, #fe0000,#fe0000);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFE0000', endColorstr='#FFFE0000', GradientType=0);
	border-color: #fe0000 #fe0000 #b20000;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	
	width: 140px;
	
	line-height:36px;
	margin-left:400px;
	margin-top:15px;
	
	
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	
	border-color: #fe0000 #fe0000 #b20000;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}

.btn:hover {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #000;
	background-image: -moz-linear-gradient(top, #000, #000);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000), to(#000));
	background-image: -webkit-linear-gradient(top, #000, #000);
	background-image: -o-linear-gradient(top, #000, #000);
	background-image: linear-gradient(to bottom, #000000,#000000);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF000000', endColorstr='#FF000000', GradientType=0);
	border-color: #000 #000 #000;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

}
.bubbleTitle{float:left;font-size: 16px;padding-top: 10px;}

