@charset "UTF-8";
/* CSS Document */


.proposal_dis {
	width:100%;
	background-color: darkgray;
	border-top: #333 1px solid;
	border-bottom: #333 1px solid;
	text-align: center
}


.watermark {
  background-image: url('/assets/images/a-z-watermark.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

#quote_box {
	position:relative;
	margin:10px;
	border: 1px solid transparent;
	
}

.quote_notes {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:150px;
	border: 1px solid transparent;
}

.quote_details {
	position:block;
	margin-top:170px;
	width:100%;
	border: 1px solid transparent;
}

#messageBox {
	height: 350px ;
	width: 80% ;
	background-color:#fff;
	color:#000;
	/*display:none;*/
	 position: fixed;
    top: 35%;
    left: 10%;
	z-index:9999;
	border-radius:10px;
	border: 1px solid #000;
	padding:10px;
	text-align:center;
	-webkit-box-shadow: 1px 5px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 5px 5px 0px rgba(0,0,0,0.75);
box-shadow: 1px 5px 5px 0px rgba(0,0,0,0.75);
}
