/**
 * ModuleMart_Priceoffer extension
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Module-Mart 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://www.modulemart.com/license.txt
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to modules@modulemart.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * versions in the future. If you wish to customize this extension for your
 * needs please refer to http://www.modulemart.com for more information.
 *
 * @category   ModuleMart
 * @package    ModuleMart_Priceoffer
 * @author-email  modules@modulemart.com
 * @copyright  Copyright 2014 © modulemart.com. All Rights Reserved
 */
/* ================================================================================= */
.customer-message-box {
	border: 3px solid #B5D691;
	background-color: #ffffff;
	padding: 5px;
	margin-bottom: 5px;
}
.owner-message-box {
	border: 3px solid #F5C2A6;
	background-color: #ffffff;
	padding: 5px;
	margin-bottom: 5px;
}
.message-box-heading {
	border: 1px dashed #10a900;
	padding: 6px 6px;
	margin-bottom: 3px;
}
.message-box-text {
	border: 1px dashed #10a900;
	padding: 4px;
	font-size: 12px;
}
.needsfilled {
	border-color:#F00 !important;
}

#backgroundPopup { 
	z-index:900;
	position: fixed;
	display:none;
	height:100%;
	width:100%;
	background:#000000;	
	top:0px;  
	left:0px;
}
#priceOfferBox {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 10px solid #ccc;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    display: none;
	font-size: 14px;
    left: 70%;
    margin-left: -402px;
    position: fixed;
    top: 30%;
    width: 800px;
    z-index: 1000;
}
div.loader {
    background: url("../img/loading.gif") no-repeat scroll 0 0 transparent;
    height: 32px;
    width: 32px;
	display: none;
	z-index: 9999;
	top: 40%;
	left: 50%;
	position: absolute;
	margin-left: -10px;
}
div.close {
    background: url("../img/closebox.png") no-repeat scroll 0 0 transparent;
    bottom: 24px;
    cursor: pointer;
    float: right;
    height: 30px;
    left: 27px;
    position: relative;
    width: 30px;
}
span.box_close {
	background: none repeat scroll 0 0 #000000;
	border-radius: 2px 2px 2px 2px;
	color: #FFFFFF;
	display: none;
	font-size: 11px;
	height: 19px;
	opacity: 0.7;
	padding: 0px 3px 2px 5px;
	position: absolute;
	right: -84px;
	text-align: center;
	top: -44px;
	width: 122px;
}
span.arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000000;
    display: block;
    height: 1px;
    left: 40px;
    position: relative;
    top: 3px;
    width: 1px;
}
div#popup_content {
    margin: 4px 7px;
}
.form-list .required-label { color:#F00; }