.attention2
{
	margin: 0 auto;
	background-color: white;
	text-align: left;
	padding: 10px;
}
.attention2 > span
{
	color: white;
	background-color: red;
	width: 100%;
	float: left;
	font-size: 2em;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	height: 40px;
	margin-bottom: 5px;
}
.attention2 input[type=text]
{
	width: 0;
	border: none;
}
.attention2 a:not(.popup-modal-dismiss)
{
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: baseline;
	margin: 8px 8px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 1.1em/100% "Open Sans", Arial, Helvetica, sans-serif !important;
	font-weight: 800 !important;
	padding: .4em 1.4em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-appearance: none;
	color: #fff !important;
	background: #1f87e6 !important;
	border: solid #75c5ea 2px !important;
}