.aweber-placeholder {
	margin: 0;
	padding: 1em;
	min-height: 150px;
	text-align: center;
	font-size: 13px;
	top: 0;
	height: 100%;
	overflow: auto;
	background-color: #8b8b941a;
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
}
.aweber-placeholer-label {
	font-weight: 600;
	margin-bottom: 5px;
	font-size: 15px;
	font-family: sans-serif;
}
.aweber-dropdown {
	width: 70% !important;
	font-size: 14px !important;
    line-height: 2 !important;
    color: #2c3338 !important;
    border-color: #8c8f94 !important;
    box-shadow: none !important;
    border-radius: 3px !important;
    padding: 0 24px 0 8px !important;
    min-height: 30px !important;
    background-size: 16px 16px !important;
    cursor: pointer !important;
    vertical-align: middle !important;
}
.aweber-button {
	font-size: 15px;
	color: #555;
	background-color: #f7f7f7;
	border: 1px solid #cccccc;
	border-radius: 5px;
	padding: 5px 15px;
	-moz-transition: all 0.8s;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
	box-shadow: inset 0 -1px 0 #ccc;
	margin-left: 10px;
	cursor: pointer;
	vertical-align: middle;
}
.aweber-placeholder-image {
	width: 25px;
    display: inline-block;
    margin-top: 10px;
    vertical-align: middle;
}
.aweber-placeholder-image img {
	width: 25px;
}
.aweber-placeholder-text {
	display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.aweber-shortcode-label {
	font-size: 15px;
    margin-right: 10px;
    font-weight: bold;
}
.aweber-shortcode-label-content {
	font-size: 14px;
}
.aweber-small-btn {
	padding: .25rem .5rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.aweber-error-label {
	font-size: 10px;
    display: block;
    text-align: center;
    color: #ec1111;
}
.aweber-block-error {
	display: inline;
    padding: .2em .6em .3em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    vertical-align: baseline;
    border-radius: .25em;
    background-color: #d9534f;
    vertical-align: middle;
}
.aweber-block-error a, .aweber-block-error a:hover {
	color: #fff !important;
}
