.callprice_request_form .fieldset{padding: 0px !important;background:none;border: none;margin:0;}
.callprice_request_form .form-list .input-box{width:100% !important;}
.request_details_message{font-size: 12px;font-weight: bold;text-align: left;} 
.btcallforprice{
    padding: 8px;
    /*margin-bottom: 10px;*/
    border: 5px #000000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;    
    color: #fff;
    cursor: pointer;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#434343', endColorstr='#373737'); /*IE6-9 */
  background: -webkit-gradient(linear, left top, left bottom, from(#434343), to(#373737)); 
  background: -moz-linear-gradient(top,  #434343,  #373737); /*firefox 3.6+ */
  background: -o-linear-gradient(top,  #434343,  #373737); /*  Opera 11.10+ */
  background: -ms-linear-gradient(top,  #434343,  #373737); /*  IE10+ */
  border-top:solid 1px #434343;
  border-bottom:solid 1px #161616;
} 
input.btcallforprice:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd401', endColorstr='#ffd401'); /*IE6-9 */
  background: -webkit-gradient(linear, left top, left bottom, from(#ffd401), to(#ffd401)); 
  background: -moz-linear-gradient(top,  #ffd401,  #ffd401); /*firefox 3.6+ */
  background: -o-linear-gradient(top,  #ffd401,  #ffd401); /*  Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffd401,  #ffd401); /*  IE10+ */
  border-top:solid 1px #ffd401;
  border-bottom:solid 1px #ffd401;
}

.add-to-box .btcallforprice {
  margin-top: 10px;
  margin-bottom: 10px;
}

.callprice_request_form ul{
    padding:0px !important;
}
.callprice_request_form .h1{
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  color: #636363;
  border-bottom: 1px solid #ededed;
  padding-bottom: 3px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.callprice_request_form .form-list .field{
    float: none !important;
    width: auto;
}
.callprice_request_form .products-list .product-image{
    margin-right: 0px;
    float:left;
}   
