#mailinglist_panel{
	position: relative;
	min-height: 268px !important;
}  

#mailinglist_panel h4{
	margin-bottom: 20px;
	color: #85ba2a;
}

.element * {  
    padding:5px;   
    margin:2px;   
    font-family:arial;  
    font-size:12px;  
    margin-bottom: 10px;
}  
.element label {  
    float:left;   
    width:75px;  
    font-weight:700  
}  
.element input.text {  
    float:left;   
    width:168px;  
    padding-left:5px;  
	height: 12px;
	border: 1px solid #939393;
}  
.element .hightlight {  
    border:2px solid #85ba2a;  
    background:url(../evo_images/iconCaution.gif) no-repeat 190px;
}  

.element input[type=submit], .element input[type=submit]{
	background-color: transparent;
	color: #939393;
	border: 1px solid #939393;
	width: 100px;
	cursor: pointer;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.element input[type=submit]:hover, .element input[type=submit]:hover{
	border: 1px solid #7ab51d;
	background-color: #7ab51d;
	color: #ffffff;
}

.loading {  
    background:url(../evo_images/ajax-loader.gif) no-repeat 1px;   
    height:28px;   
    width:28px;   
    display: none;
	position: absolute;
	top: 150px;
	left: 85px; 
}  

h4.done{
	position: absolute;
	top: 0;
	left: 0;
	width: 218px;
	height: 298px;
	display: none;
	text-indent: -9000px;
	background:url(../evo_images/png/thankyou2.png) no-repeat;   
}

h4.done a{
	display: block;
	width: 218px;
	height: 298px;
}

h4.voucher-signup{
	position: absolute;
	top: 0;
	left: 0;
	width: 218px;
	height: 124px;	
	text-indent: -9000px;
	background:url(../evo_images/png/signup.png) no-repeat;   
	z-index: 1000;
}
