body{
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

.content{
	width: 195px;
	border: 1px solid #c4c1bc;
    margin: 0 0 15px;
}

.title{
    background: white 0 0 repeat-x;
    border-bottom: 1px solid #ddd;
    padding: 2px 9px;
	background-image: url(https://shop.ich-steh-auf.at/skin/frontend/default/default/images/i_block-subscribe.gif);
	background-repeat: no-repeat;

}

.title span{
    display: block;
    font: bold 12px/16px Arial, Helvetica, sans-serif;
    min-height: 16px;
    padding: 1px 0 1px;
    text-transform: uppercase;
    color: #00ABC7;
	margin-left: 15px;
}

.subtitle p{
	margin: 0;
    padding: 5px 9px;
        font-size: 11px;
    line-height: 1.25;
    font-weight: bold;
    color: #0a263c;
}
.subtitle{
	background: #EBECED;
}

button{
    display: block;
    height: 19px;
    border: 1px solid #00acc8;
    background: #00acc8;
    padding: 0 8px;
	cursor:pointer;
	margin-bottom: 7px;
}

button span{
    font-weight: bold;
	color: white;
}

.submittext{
	    font-size: 11px;
    line-height: 1.25;
}

label{
	font-size: 11px;
	color: #666;
}

input[type=text]{
    width: 167px;
    margin: 3px 0;
}

.form{
	background: white;
	padding: 5px 9px;
}

.g-recaptcha{
	transform:scale(0.59);
	-webkit-transform:scale(0.59);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
}

.success{
	background: #eff5ea;
	color: #3d665b;
	margin: 0;
    padding: 5px 9px;
        font-size: 11px;
    line-height: 1.25;
    font-weight: bold;
    color: #0a263c;
	
}

.radio input{
	float: left;
margin-right: 5px;
clear: left;
}

.radio label{
	float: left;
	margin: 0;
	width: 145px;
}

.radio{
	margin: 10px 0;
}