
body, html{
    margin:0;
    padding:0;
    font-family: 'Cinzel', serif;}

#blankpart{
	background-color: white;
	position: absolute;
	top: 100%;
	width: 100%;
	clear: both;
}
#maxbox {
margin: 0 auto;
position: relative;
text-align: left;
width: 90%;}
.clear{clear: both;}
.left{float: left;}
.right{float: right;}
a{text-decoration: none;}

#searchingpart{position: absolute;
top: 15%;
background-color: white;
opacity: 0.9;
padding: 20px;
left: 10%;}

#searchingright{position: absolute;
top: 15%;
width: 400px;
opacity: 0.9;
padding: 20px;
right: 10%;}

#searchingright p{

font-weight: bold;
padding: 4px;
font-size: medium;
background-color: white;
}
.showvalue{background-color: #97F7B5;
padding: 10px;
opacity: 1;
font-weight: bold;}

header{clear: both; height: 100%;}
header img{width: 100%; height: 100%; overflow: hidden;}
#title{font-family: 'Cinzel', serif; float: left; letter-spacing: 2px; color: #A60000; font-size: xx-large; margin-left: 100px;}
#callus{ position: absolute; top: 5%; font-weight:900; right: 10%; font-size: xx-large;color: #e1e1e1;font-family: 'Cinzel', serif;}
#creditlabel{ position: absolute;z-index: 200;color: white;bottom: 10%;right: 10%;}

.nav{  font-family: 'Cinzel', serif;  float: left; font-size: large; color: yellowgreen; padding: 10px; cursor: pointer; font-weight: bold; color: tomatoes; letter-spacing: 1px; }
.nav:hover {text-decoration: underline;}
#searching{margin-top: 30px;margin-bottom: 30px;border-radius: 40px;background-color: white;clear: both; border-left: 10px solid #97F7B5;border-right: 10px solid #97F7B5;padding: 10px;}
#searching1{height: 430px; margin-top: 30px;margin-bottom: 30px;border-radius: 40px;background-color: white;clear: both; border-left: 10px solid yellowgreen;border-right: 10px solid yellowgreen;padding: 10px;}
#boxsearch{ margin-top: 30px; float:left; -moz-box-shadow: 0 0 5px #888;-webkit-box-shadow: 0 0 5px#888;box-shadow: 0 0 5px #888;padding: 20px; border-radius: 10px; border: 5px solid whitesmoke; width: 400px;}
#searchresult{ float: right;  padding: 20px;}
#policy{background-color:ghostwhite;}
#instantofferbox{width: 100%; clear: both; margin: 10px;}
.submit{
	width: 389px;
	cursor: pointer;
   border-top: 1px solid #97f7b5;
   background: #65d668;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e9c5f), to(#65d668));
   background: -webkit-linear-gradient(top, #3e9c5f, #65d668);
   background: -moz-linear-gradient(top, #3e9c5f, #65d668);
   background: -ms-linear-gradient(top, #3e9c5f, #65d668);
   background: -o-linear-gradient(top, #3e9c5f, #65d668);
   padding: 16.5px 33px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 16px; 
   text-decoration: none;
   vertical-align: middle;
   }

#footer{width: 100%;clear: both; background-color: #e1e1e1; }
#footerdiv{color: slateblue; text-decoration: none;padding: 20px;}
.clear{clear:both;}
select{padding: 8px; color: darkcyan; margin:3px; background-color: whitesmoke; width: 400px; border:3px solid darkgreen;font-size: medium; text-transform: uppercase; letter-spacing: 1px; font-weight: bold;}
label{font-size: large; font-weight: bold;}
h1{font-family: 'Cinzel', serif;color: #3E9C5F; font-size: 46px; font-weight: 900; }
p{font-size: 32px;}
#nav-box{
display: block;
opacity: 1;
width: 100%;
font-weight: 900; 
font-size: xx-large;
position: absolute;
bottom: 0;}

nav{height: 40px;
background-image: url('../img/bg1.gif');
margin: 0 auto;
text-align: center;
color: yellowgreen;
padding: 10px;}

nav a{color: yellowgreen;margin: 20px;}

#money{ text-align: center; -moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888; border-radius: 10px; width: 300px; margin: 0 auto; font-size: 70px; color: yellowgreen;font-family: 'Cinzel', serif;}
#buttoncheck{.
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:65px;
	line-height:65px;
	width:131px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
.boxleft{width: 50%;float: left;}
.somemsg{}
.somemsg h3{color: yellowgreen; font-family: 'Cinzel', serif;  font-size: 40px; font-weight: 900; }
.somemsg p{color: #333;}
.msgspace{margin: 10px;}
.minimsg{color: #333; font-size: medium;}

#form{width: 420px; margin-top: 20px; padding: 5px;  border-radius: 10px;}
legend{ color: tomato; }

.input{ margin:1px; font-family: 'Cinzel', serif; background-color: 97F7B5; border: 1px solid gray;height: 20px; padding: 5px; font-weight: bolder; color: black; }
.label{margin:3px; float: left; font-size: small; background-color: whitesmoke; border-bottom: 1px solid gray; height: 20px; padding: 5px; font-weight: bolder; color: #333; text-transform: uppercase;}
.label50{width:180px;  margin:3px; float: left; font-size: small; background-color: whitesmoke; border-bottom: 1px solid gray; padding: 5px; font-weight: bolder; color: #333; text-transform: uppercase;}
.label100{width:377px; margin:3px; float: left; font-size: small; background-color: whitesmoke; border-bottom: 1px solid gray; height: 20px; padding: 5px; font-weight: bolder; color: #333; text-transform: uppercase;}


