.captionDefault, .captionBlack
{
    color: #fff;
    text-align: left;
    border-radius: 4px;
	padding:10px;
	z-index:4000;
	visibility:hidden;
}
.captionSupport
{
    background: #BB3D48;
    background-color: rgba(187, 61, 72, 0.6);
}
.captionProtect
{
    background: #737536;
    background-color: rgba(115, 117, 54, 0.8);
}
.captionDevelop
{
    background: #fe6401;
    background-color: rgba(254, 100, 1, 0.8);
}
.captionPromote
{
    background: #2f0d45;
    background-color: rgba(47, 13, 69, 0.8);
}

.captionBlack
{
	font-size:16px;
    background: #000;
    background-color: rgba(0, 0, 0, 0.4);
}

.captionDefault  h2 {
	font-family: "museo", serif;
	font-size: 4.6em;
	line-height: 1em;
	display: inline;	
}

.captionDefault  p {
	font-family: "museo", serif;
	font-size: 1.8em;
	line-height: 1.4em;	
}


.captionDefault a, A.captionDefault:active, A.captionDefault:visited
{
	color: #ffffff;
	text-decoration: none;
}

.captionDefault a:hover
{
    color: #eb5100;
    text-decoration: underline;
    background-color: #eeeeee;
    background-color: rgba(238, 238, 238, 0.7);
}
