
body{margin: 0px;
padding: 0px;
overflow-x: hidden;
color: #333;
position: relative;
    background: #f8f8f8 url(../img/background.png);}

#maxbox {
margin: 0 auto;
position: relative;
text-align: left;
width: 90%;}
.clear{clear: both;}
.left{float: left;}
.right{float: right;}
a{text-decoration: none;}

#header{clear: both;
height: 50px;
background-color: #06276F;
box-shadow: 0px 0px 5px 5px #888;
position: fixed;
bottom: 0;
z-index: 100;
width: 100%;}
#headerspace{ height: 10px; width: 100%;}
#title{font-family: 'Aclonica', sans-serif; float: left; letter-spacing: 2px; color: cornflowerblue; font-size: xx-large; margin-left: 100px;}
#callus{float: left;margin-left: 20px;font-size: xx-large;
color: darkcyan;font-family: 'Aclonica', sans-serif;}
.nav{  font-family: 'Aclonica', sans-serif;  float: left; font-size: large; color: slateblue; padding: 10px; cursor: pointer; font-weight: bold; color: tomatoes; letter-spacing: 1px; }
.nav:hover {text-decoration: underline;}
#searching{margin-top: 30px;margin-bottom: 30px; background-color: white;clear: both; border-left: 10px solid #FF7100;border-right: 10px solid #FF7100;padding: 10px;}
#searching1{height: 430px; margin-top: 30px;margin-bottom: 30px;border-radius: 40px;background-color: white;clear: both; border-left: 10px solid #F06E57;border-right: 10px solid #F06E57;padding: 10px;}
#boxsearch{ margin-top: 30px; width: 40%; 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;}
#searchresult{ float: right;  padding: 20px;}
#instantofferbox{width: 100%; clear: both; margin: 10px;}
.submit{
	cursor: pointer;
   border-top: 1px solid #96d1f8;
   width: 400px;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e659c), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e659c, #65a9d7);
   background: -moz-linear-gradient(top, #3e659c, #65a9d7);
   background: -ms-linear-gradient(top, #3e659c, #65a9d7);
   background: -o-linear-gradient(top, #3e659c, #65a9d7);
   padding: 17px 34px;
   -webkit-border-radius: 9px;
   -moz-border-radius: 9px;
   border-radius: 9px;
   -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: 21px;
   font-family: Georgia, serif;
   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: #333; background-color: whitesmoke; width: 400px; border:3px solid darkblue;font-size: medium; text-transform: uppercase; letter-spacing: 1px; font-weight: bold;}
label{font-size: large; font-weight: bold;}
h1{font-family: 'Aclonica', sans-serif; color: royalblue; font-size: 50px;}

.question{
position: fixed;
text-align: left;
width: 100%;
height: 40px;
bottom: 0px;
display: block;}

#quest{height: 40px;
background-color: #FF7100;
padding: 10px;}

#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: 'Aclonica', sans-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;
}

.somemsg{font-size: xx-large;}
.somemsg h3{color: #009B95; }
.somemsg p{color: #333;}
.msgspace{margin: 10px;}
.minimsg{color: #333; font-size: medium;}

#form{width: 420px; margin-top: 20px; padding: 5px; background-color: white; border-radius: 10px;-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888; }
legend{ color: darkcyan; }

.input{ margin:1px; background-color: white; border-top: none; border-left: none; border-right: none; border-bottom: 1px solid darkblue;height: 20px; padding: 5px; font-weight: bolder; color: black; text-transform: uppercase;}
.label{margin:3px; float: left; font-size: small; background-color: whitesmoke; border-bottom: 1px solid darkblue; height: 20px; padding: 5px; font-weight: bolder; color: #333; text-transform: uppercase;}
.label50{width:180px;  margin:3px; float: left; font-size: small; background-color: white; border-bottom: 1px solid darkblue; padding: 5px; font-weight: bolder; color: black; text-transform: uppercase;}
.label100{width:377px; margin:3px; float: left; font-size: small; background-color: white; border-bottom: 1px solid darkblue; height: 20px; padding: 5px; font-weight: bolder; color: black; text-transform: uppercase;}


