#content {
	width: 100%;
}

#pdf_viewer {
	width: 100%;
	height: 600px;
}

#Background {
	/*width: 600px;
	height: 400px;*/
	width: 495px;
	height: 325px;
	margin-top: 45px;
	margin-left: 50px;
}

.Button {
	position: relative;
	width: 175px;
	height: 85px;
	border: 5px solid;
	border-color: #3b5e5b;
	background-color: #c9eab9;
	color: #3b5e5b;	
	display: table;
	margin-top: 20px;
	
	box-shadow: 2px 2px 2px #dfdfdf;
    -moz-box-shadow: 2px 2px 2px #dfdfdf;
    -webkit-box-shadow: 2px 2px 2px #dfdfdf;
}

.Button > p {
	font-weight: bold;
	font-size: 25px;
	text-align:center; 
	vertical-align: middle;
	/*display: table-cell;*/
}

.Button > p.small_txt {
	font-weight: normal;
	font-size: 12px;
}

.Button:hover {
	/*border-color: #c9eab9;*/
	background-color: #3b5e5b;
	/*color: #c9eab9;*/
	color: white;
}

.Button#inactive {
	border-color: #598d89;
	background-color: #f1ffde;
	color: #598d89;
}

.Button_container {
	float: left;
	/*padding-left: 20px;*/
	padding-right: 30px;
	padding-bottom: 20px;
}

.contact_form {
	/*border: 1px solid;*/
}

.Button#sold {
    border-color: #d6a6a9;
	background-color: #f1ffde;
	color: #d6a6a9;
}
