.teaser.small .wrap {
display:block;
clear:both;
float:none;
}

.teaser.small .wrap div {
width:100%;
}

.teaser.small figure {
width:100%;
height:100%;
oveflow:visible;
}

#main-content .form-wrapper form .form-item input {
background-color:#fff;
border:none;
margin:0;
z-index:1;
position:relative;
}

#main-content .form-wrapper form .form-item label {
width:70%;
}

#main-content .form-wrapper form .fancy-select {
z-index:100;
}

#main-content .form-wrapper form div.fancy-select select.fs-style {
margin:0;
padding:0;
background-color:transparent;
z-index:-1;
}

/*** opacity fix ***/
#no-id-or-class {
background-color:transparent !important;
/* IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

/* IE 5-7 */
filter: alpha(opacity=50);
}