.b64-wrap {
	margin-right: 20px;
	position: relative;
	overflow: hidden;
}

h2.b64-head, .b64-subhead, .b64-subhead-visualization, .b64-subhead-edition, .b64-subhead-oldtag {
	margin-top: 25px;
}

h2.b64-head {
	color:#449A88;
	font-size:32px;
	border-bottom:1px solid #888;
	padding-right: 0;
}

.b64-subhead {
	padding:10px 0;
}	

.b64-subhead, .b64-subhead-visualization, .b64-subhead-edition, .b64-subhead-oldtag {
	color:#888;
	font-size:20px;
	border-bottom: 1px solid #bbb;
}

.b64-subhead-visualization, .b64-subhead-edition, .b64-subhead-oldtag {
	padding:10px 0 10px 35px;
}

.b64-subhead-visualization {
	background: url(../images/eye.png) no-repeat 0 4px;
	background-size: 25px 25px;
}

.b64-subhead-edition {
	background: url(../images/pencil.png) no-repeat 0 4px;
	background-size: 25px 25px;
}

.b64-subhead-oldtag {
	background: url(../images/wrench-gray.png) no-repeat 0 4px;
	background-size: 25px 25px;
}

.b64-updated-fade {
	background-color:#CFEBF7;
}

#b64-paypal {
	float: right;
	overflow: hidden;
	width: 200px;
	background:#FFFEEB;
	padding:4px 12px;
	border:1px solid #CCCCCC;
	text-align: center;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-webkit-border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-webkit-border-bottom-right-radius:6px;
}

#b64-options-panel {
	float: left;
	width: 800px;
	overflow: hidden;
	padding:4px 12px;
}

#b64-header-credit {
	color:#888;
	margin-bottom: 14px;
	margin-top:10px;
	line-height:28px;
	position:relative;	
}

#b64-notification {
	display: block;
}

.b64-version-num {
	font-weight: bold;
}

.b64-extra-info {
	font-size: 12px;
	font-style: italic;
}

.b64-options-table  td {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0;
	line-height: 1;
}

a {
	color: #2C9AB7;
}

a:hover, a:active {
	color: #52BAD5;
}

a:visited {
	color: #6DC5DC;
}