#content{
	padding-left: 20px;
	width: 570px;
}

#content h1.sonnygram{
	width: 271px;
	height: 27px;
	background-image: url('../img/bg-sg-header.gif');
	background-reapet: no-repeat;
	margin-bottom: 50px;
}

#cards-list{
	width: 520px;
	margin-top: 20px;
	padding-top: 50px;
	padding-bottom: 20px;
	border-left: 1px solid #8e342b;
	background-image: url('../img/bg-cards-header.jpg');
	background-repeat: no-repeat;
	background-position: 2px 0px;
	float: left;
}

#cards-list a,
#cards-list a:link,
#cards-list a:active,
#cards-list a:visited{
	background-image: url('../img/point.gif');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin-left: 10px;
	padding-left: 8px;
	margin-bottom: 4px;
	display: block;
	float: left;
	width: 150px;
	color: #8e342b;
	font-weight: bold;
	text-decoration: none;
}

#cards-list a:hover{
	text-decoration: underline;
}

/* forms */
label{
	display: block;
	margin-top: 10px;
	font-weight: bold;
	margin-bottom: 2px;
}

label.inline{
	display: inline;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

input, textarea, select{
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	margin-bottom: 4px;
	font-family: Arial;
	font-size: 12px;
}

input.checkbox{
	position: relative;
	top: -3px;
	border: 0px;
}

input.button{
	clear: both;
	margin-top: 14px;
}

#cardFormBack, #cardFormSubmit{
	display: inline;
	margin-right: 10px;
}

#cardFormBack fieldset, #cardFormSubmit fieldset{
	display: inline;
}

/* donate */
a.donateNow:link, a.donateNow:visited {
	display:block;
	background:url('../img/b_donate_now.gif') no-repeat 0 0;
	width:150px;
	height:28px;
}
	
a.donateNow:link:hover, a.donateNow:visited:hover {
	background-position:0 -28px;
}