@import url("../../stylesheets/frontend.css");

html{background-color:transparent;}
body{text-align:left;background-color:transparent;}
input{width:312px;}
select{width:320px;}
.f_div{margin:0 0 1em;position:relative;}
.f_element label{position:absolute;bottom:-15px;left:0;}

label{font-size:0.7em;}
input,select,textarea{font-size:1.0em;padding:3px;}

#f_button button{
  margin:20px 0 0;
  width:150px;
  height:38px;
  background:url(../../mcc/site/images_2/buttons/red-button.png) repeat-x center;
  border:0;
  display:block;
  border-radius:20px;
  color:#fff;
  font-weight:bold;
}
#qdf,#form1 div{background:#f6f6f6;}
#qdf h1{display:none}
#qdf h2{font-size:12px;color:#900;}
#qdf select{width:210px;margin-bottom:15px;font-size:12px;}
a#qdf2_linkGo{
  background:url(../../mcc/site/images_2/buttons/red-button.png) repeat-x bottom center;
  color:#fff;
  display:block;
  text-align:center;
  width:210px;
  padding:5px 0;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
  font-weight:bold;
  text-transform:uppercase;
}
a#qdf2_linkGo:hover{text-decoration:none;background-position:top center;}