body { 
	color: black; 
	font-family: Arial, Helvetica, san-serif;
	font-size: small;
}

a:link { 
	color: #000000;
	}

a:visited {
	color: #000000;
}

a:hover {
	color: #0F89DF;
}

a:active {
	color: #000000;
}

 /* behavior changes */


a #logo {
	border: none;
}

.cursor {
	cursor: pointer;
}

/* outer container */
#container {
	background: #ffffff url(../images/background.jpg) top left no-repeat;
	width: 770px;
	padding: 0px 0px 0px 0px;
	position:absolute;
	left: 50%; 
	top: 50%;
	height: 370px;
	margin-top: -185px; /* half of the height */
	margin-left: -385px; /* half of the width */
}

.clear {
	clear: both;
}

/* logo */
#logo {
	float: left;
	width: 336px;
	height: 103px;
	display: block;
}

#poweredby {
	float: right;
	margin: 50px 0px 0px 0px;
	width: 431px;
	text-align: right;
	font-size: .8em;
}

#xtra {
	text-align: right;
	font-size: .8em;
	width: 15px;
	overflow: hidden;
	margin: 0px 0px 0px -8888px;
}

#poweredby em {
	font-style: italic;
	font-size: 1.2em;
	letter-spacing: .05em;
}

/* inspirational message */
#inspiration {
	background: #000000 url(../images/inspiration.jpg) no-repeat top left;
	float: right;
	width: 431px;
	height: 320px;
	margin: 5px 0px 0px 0px;
	text-align: right;
	position: relative;
}

#inspiration div {
	position: absolute;
	bottom:0;
	right: 0;
	padding: 0px 10px 5px 0px;
}

#inspiration p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 700;
	color: #ffffff;
}

#inspiration #quote {
	font-size: 1.2em;
}

#inspiration #author {
	font-size: 1.0em;
}

/* checkout instructions */
#checkoutinstr {
	margin: 0px 0px 0px 0px;
	font-size: 0.9em;
	color: #000000;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	text-align: center;
}

/* donation div position */
#donations {
	float: left;
	width: 300px;
	padding: 30px 0px 0px 25px;
}

/* frequency labels */
.freqlabels {
	width: 100px;
	height: 30px;
}

/* table styling */
.nonjs, .jsenable, .bothjs {
	width: 290px;
	margin: 0px 0px 20px 15px;
}

.nonjs td, .bothjs td {
	padding: 0px 0px 5px 0px;
}

/* donation buttons */
select {
	background: #ffffff;
	color: #000000;
	border: #e2e2e2 2px solid;
	padding: 2px 2px 2px 2px;
	font-family: Arial, Helvetica, san-serif;
	font-weight: 500;
	font-size: 90%;
}

html>/**/body input.button, html>/**/body .nonjs form input, html>/**/body .bothjs form input  { /* comment hack to hide from ie7 to keep buttons consistent */
	background: #ffffff;
	color: #000000;
	border: #e2e2e2 2px solid;
	padding: 2px 2px 2px 2px;
	font-family: Arial, Helvetica, san-serif;
	font-weight: 500;
	font-size: 90%;
}

html>/**/body input.button, html>/**/body .bothjs .onetimevar form input.button { /* comment hack to hide from ie7 to keep buttons consistent */
	background: url(../images/goarrow.gif) no-repeat 100% 50%;
	padding: 2px 20px 2px 2px;
}

.jsenable {
	display: none;
}

.nonjs form, .bothjs form, .jsenable form {
	display: inline;
}

.nonjs form input {
	width: 50px;
}

.bothjs .onetimeset form input {
	width: 50px;
}



