.answers_article_widget_a{
	width: 300px;
	position: relative;
	padding-top: 40px;
	padding-top: 10px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.answers_article_widget_a .header{
	background: url("http://g-widget.s3.amazonaws.com/widget_header-a.png") top center no-repeat;
	padding:79px 0 0 0;
	position: absolute;
	width:300px;
	top: -31px;
	left: 0;
	text-align: center;
}
.answers_article_widget_a .header .link_wrapper a{
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
	color:#1a4ab1;
	font-family: Arial;
}
.answers_article_widget_a iframe{
	border: 1px solid  #ddd;
	overflow: hidden;
	border-radius: 5px;
	height: 150px;
	background: #f6f6f1;
	padding: 70px 0 0 0;
	box-shadow: 0px 2px 5px #bbb;
}
.answers_article_widget_a .footer{
	position: relative;
}
.answers_article_widget_a .footer .link_wrapper a{
	background: #1E4DAE;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #1E4DAE 0%, #2050B1 19%, #1B48A9 81%, #1A45A6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1E4DAE), color-stop(19%, #2050B1), color-stop(81%, #1B48A9), color-stop(100%, #1A45A6));
	background: -webkit-linear-gradient(top, #1E4DAE 0%, #2050B1 19%, #1B48A9 81%, #1A45A6 100%);
	background: -o-linear-gradient(top, #1E4DAE 0%, #2050B1 19%, #1B48A9 81%, #1A45A6 100%);
	background: -ms-linear-gradient(top, #1E4DAE 0%, #2050B1 19%, #1B48A9 81%, #1A45A6 100%);
	background: linear, to bottom, #1E4DAE 0%, #2050B1 19%, #1B48A9 81%, #1A45A6 100%;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e4dae', endColorstr='#1a45a6',GradientType=0 );
	border: #003091 solid 1px;
	box-shadow: inset 1px 1px 0 #256ccd;
	border-radius: 2px;
	display: block;
	padding: 7px 0px;
	text-transform: uppercase;
	font: bold 14px "Open Sans Condensed", arial, sans-serif;
	color: white;
	text-shadow: 1px 1px 0px RGBA(13, 39, 121, 1);
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	width:195px;
	position: absolute;
	top:-23px;
	left: 50%;
	margin-left: -98px;
}