.mailinglist-button {
	width: 186px;
	height: 40px;
	background-color: #a6a6a6;
	margin-top: 46px;
	display:block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align:center;
}

.subscribe-button {
	position:relative;
	left:50%;
	margin-left:-93px;
	font-size: 10pt;
	font-weight: bold;
	color: #fff;
	padding-top:10px;
	height:26px;
	-moz-box-shadow: 1px 1px 2px #545252;
	-webkit-box-shadow: 1px 1px 2px #545252;
	box-shadow: 1px 1px 2px #545252;
}

.button-text {
	width: 186px;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	color: #fff;
	padding-top: 11px;
}

.mailinglist-header {
	width: 286px;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
}

.formbuttons {
	padding-top: 25px;
	width: 286px;
	text-align: center;
}

.formbuttons input {
    background: none repeat scroll 0 0 #A5A5A5;
    border: medium none;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    padding: 3px 12px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 0 2px #333333;
    text-transform: uppercase;
	-webkit-appearance: none;
}

.formbuttons input:hover {
    background-color: #7F7F7F;
}

.mailinglist-button:hover {
	background-color: #666;
	color:#32A3CF;
}

.clear {
	clear:both;
}

.center-content {
	width:100%;
	float:left;
}

#field-email {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/*-webkit-appearance: none;*/
}
