html, body {
	height:100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	background: url(../images/background.jpg) repeat-y;
	padding:50px 0 0 65px;
	margin:0;
	font-style:italic;
}

img {border:none;}

.content {
	width:625px;
	min-height: 100%;
	margin-bottom: -100px;
	position: relative;
}

*html .content{
	height:100%;
}

.footer {
	width:625px;
	color:#70695f;
	text-align:center;
	position:relative;
	height:100px;
}

.pledgeText {
	font-size:16pt;
	line-height:28px;
	padding:0;
	margin:0;
}

.hr {
	text-align: center;
	padding:20px 0 20px 0;
}

.authorNotes {
	background:url(../images/formBg.png);
	width:225px;
	float:right;
	border:1px solid #b79f89;
	padding:0 10px 0 10px;
	margin:0 0 10px 0;
	font-style:normal;
}

.facebook {
	width:225px;
	float:right;
	text-align:center;
	padding:0 10px;
}

.pledgeForm {
	background:url(../images/formBg.png);
	width:225px;
	float:right;
	border:1px solid #b79f89;
	padding:0 10px 0 10px;
	margin:0 0 10px 0;
}

*html .pledgeForm {
	padding-top:10px;
	height:130px;
}

.pledgeForm form{
	margin:0;
	padding:0;
}

.pledgeForm label {
	font-weight:bold;
}

.pledgeForm input{
	font-size:8pt;
	margin-bottom:3px;
}

img, div { behavior: url(assets/scripts/iepngfix.htc); }


.pledgeNames {
	float:left;
	width: 350px;
}

.hide {
	display:none;
}

.displayError{
	display:block;
	color:#942106;
	font-weight:bold;
}

.confirmation {
	font-size:10pt;
	font-weight:bold;
}

.pledgeList {
	margin:0 0 0 20px;
	padding:0;
}

