/**
 * Dotsquares
 *
 * NOTICE OF LICENSE
 * 
 * This source file is subject to the MIT License
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/mit-license.php
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
.hideprice-wrapper {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #aaaaaa;
    padding: 5px;
    margin-bottom: 10px;
}
.hideprice-wrapper .hideprice-msg {
    color: #888888;
    margin: 0;
}