/**
* Mageplace Callforprice
*
* @category      Mageplace
* @package       Mageplace_Callforprice
* @copyright     Copyright (c) 2011 Mageplace. (http://www.mageplace.com)
* @license       http://www.mageplace.com/disclaimer.html
*/


/****CALL FOR PRICE*****/
.hideprice {
    display: inline-block;
	clear: both;
	color: #3d3d3d;
	font-size: 13px;
	height: 57px;
	border: 1px solid #3d3d3d;
	text-align:center;
	background: #FACA30 url(../images/btn_newsletter.png) no-repeat 5px 50%;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	text-transform: uppercase;	
	margin-top: 15px;
	margin-bottom: 15px;
}

