.wrap{
	margin: 015px auto 15px;
	width: 630px;
	padding: 0px;
}
.wrap #content{
	background: #FFFFFF;
	padding: 15px;
	border: 1px solid #dfdfdf;
	margin: 10px 0px 0px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.wrap h3{
	margin: 0px -15px 15px;
	padding: 0px 15px 10px;
	border-bottom: 1px solid #dfdfdf;
	background: url(images/grey-bg.png) repeat-x 0px 10px;
}
.wrap h3 small{
	color: #666666;
	font-size: 11px;
	margin: 0px 0px 0px 5px;
}
.wrap .section{
	margin: 0px 0px 15px;
}
.wrap #ancr_submit{
	padding: 5px 30px;
}

#announcer_content{
	width: 99%;
}
.announcer_statuswrap{
	text-align: center;
	margin: 12px;
}
#announcer_statusbt{
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	padding: 10px 20px;
	border: 1px solid;
	text-align: center;
	cursor: pointer;
	text-shadow: #000 0px 1px 1px;
	background: url(images/yellow-shine.png) no-repeat center top;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

.ancr_share_wrap{
	margin-left: -65px;
	position: absolute;
	top: 20%;
}
.ancr_share_wrap li{
	padding: 7px;
	background: white url(images/grey-bg.png) repeat-x bottom;
	border: 1px solid #dfdfdf;
	margin: 0px 0px 7px;
	opacity: 0.6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}
.ancr_share_wrap li:hover{
	opacity: 1;
}
.ancr_share_wrap a{
	background-repeat: no-repeat;
	height: 32px;
	width: 32px;
	display: block;
}
.ancr_donate a{ background-image: url(images/donate.png); }
.ancr_share a{ background-image: url(images/share.png); }
.ancr_share_iframe{
	background: #FFFFFF;
	border: 1px solid #dfdfdf;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.ancr_manualplace{
	margin: 10px -15px;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	padding: 10px 20px;
}
.announcer_mansel{
	background-color: #FFFFCC;
	border-color: #E6DB55;
}
.ancr_credits{
	background: url(images/aw.png) no-repeat;
	padding-left: 23px;
	color: #8B8B8B;
	margin-left: -5px;
	font-size: 13px;
	text-decoration: none;
}

#announcer_colorpicker{
	position: absolute;
	background: white;
	border: 1px solid #ccc;
	top: 0;
	right: 0;
	box-shadow: 1px 1px 9px #ccc;
}
.smallText{
	font-size: 11px;
	color: #333333;
	font-weight: none;
}
.grey{
	color: #999;
}