#ibox_wrapper {
	background: url(../images/albumBackground.png);
	background-color: #ccc5bb;
    padding: 24px 12px 12px 12px;
    border: 1px solid #beb7b0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}

#ibox_overlay{
	background: rgba(255,255,255,0.8);
}

#ibox_wrapper, #ibox_footer_wrapper a { 
	background-color:#ccc5bb; 
}

#ibox_content { 
	background: url(../images/albumBackground.png);
	background-color:#ccc5bb;
	border:0;
}
	
#ibox_footer_wrapper {
    padding: 0;
}

#ibox_footer_wrapper a {
	color: #003e4c;
    text-decoration: none;
    background: none;
}

#ibox_footer_wrapper a:hover{
	background: #fefbf8;	
}

#ibox_progress {
    text-indent: -100000px;
    background: #fff url('images/loading.gif') center center no-repeat;
}

#whatYouGet{
	display: none;
}

#whatYouGet h2{
	font-size: 26px;
	font-variant: small-caps;
	margin: 4px 0 12px 0;
}

#whatYouGet p a img{
	margin-top: 12px;
}

#whatYouGet a:hover{
	background: none;
}

#whatYouGet li{
	background: url(../images/checkmark.gif) no-repeat 0 2px;
	margin-bottom: 8px;
	padding: 0 0 0 23px;
}