/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td		{
	padding:0px 0px 0px 0px; 
	margin:0px 0px 0px 0px;
}

html	{
	height:100%
}

body 	{
	text-align:center
}

table 	{
	border-collapse:collapse; 
	border:0px; 
	width:100%;
	padding:0;
}

/* ---- Some Resets ---- */
table.paypal, td.paypal, tr.paypal, th.paypal {
	margin:0;
	padding:0;
	font-weight:normal;
	}
/* ---- Table ---- */
table.paypal {
	border-collapse:collapse;
	margin-bottom:15px;
	width:100%;
	}
	
table.paypal td, table.paypal th {
	padding:5px;
	border:1px solid #fff;
	border-width:0 1px 1px 0;
	}

thead.paypal th {
	background:#e3e1db;
	}
		
thead.paypal th[colspan], thead.paypal th[rowspan] {
	background:#b3d275;
	font-weight:bold;
    color:#4a1f00;
	}
		
tbody.paypal th {
	text-align:left;
	background:#e3e1db;
	}
		
tbody.paypal td {
	text-align:center;
	background:#ebeae7;
	}



a, object {
	outline:none;
}

td 		{
	vertical-align:top;
	text-align:left;
}

th 		{
	text-align:left; 
	vertical-align:top
}

img		{
	border:none
}

h1 		{
	font-size:130%
}
h2 		{
	font-size:120%
}
h3 		{
	font-size:110%
}
h4		{
	font-size:110%
}

p		{
	padding:0px 0px 10px 0px;
}

textarea .inputbox {
	width:300px; 
	height:100px; 
	margin:0px 0px 5px 0px;
}

select	{
	height:auto; 
	margin:0px 0px 2px 0px; 
	vertical-align:middle
}

ul {
	list-style:disc;
	margin:0px 0px 0px 15px;
}
ol {
	margin:0px 0px 0px 15px;
}

.width	{
	width:100%
}
.main	{
	margin:auto; 
	text-align:left
}
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */