@charset "utf-8";
/* CSS Document */
body {
	padding-top: 125px;
	background-image: url(images/bluesky2.png);
	background-repeat: no-repeat;
}

.refresh {
	width: 60px;
}

#refresh {
	width: 555px;
	height: 30px;
	margin: 0 auto;
	text-align: right;
}

/****************main****************/
#wrap {
	width: 555px;
	height: 250px;
	margin: 0 auto;
}

#showdiv {
    text-align: center;
}

#logo {
	width: 548px;
	height: 77px;
	text-align: left;
	margin: 0 auto;
	background-color: #303030;
	padding-left: 7px;
	padding-top: 10px;
}
/**************** form & results ****************/
#formwrap {
	width: 555px;
	height: 160px;
	background-color: #f3f3f3;
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
	margin: 0 auto;
	padding-top: 15px;
}

#form {
	width: 555px;
	height: 100px;
	font-size: 11px;
	font-family: verdana;
	padding-top: 2px;
	background-color: #f3f3f3;
}
	  
input {
	width: 280px;
	margin: 0 auto;
	text-align: center;
	  background-color: #FFFFFF;
	  color: #333333;
	  border: 1px solid #cccccc;
	  font-size: 11px;
	  font-family: verdana;
	  padding: 3px;
}

#results {
	display: block;
	height: 100%;
	width: 555px;
	margin: 0 auto;
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
    background-color: #f3f3f3;
	color: #5fd547;
	padding-top: 15px;
	padding-bottom: 15px;
	
}

#echoresults {
	width: 555px;
	height: 200px;
	margin: 0 auto;
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
    background-color: #FFFFFF;
	border: 1px solid #cccccc;
	color: #333333;
}

#upload {
	width: 555px;
	height: 50px;
	margin: 0 auto;
}

#echoterms {
	width: 555px;
	height: 25px;
	margin: 0 auto;
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
}

#echocontact {
	width: 555px;
	height: 100px;
	margin: 0 auto;
	text-align: center;
    font-family: Verdana;
	font-size: 11px;
}

#sorry {
		display: block;
	height: 100%;
	width: 555px;
	margin: 0 auto;
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
    background-color: #f3f3f3;
	color: red;
}
	
/**************** Nav & Copyright ****************/
#nav {
	width: 555px;
	height: 35px;
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
	margin: 0 auto;
	color: #FFF;
	background-color: #303030;
	float: inherit;
	padding-top: 10px;
}

#ads {
	width: 559px;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	border: 0px;
	font-family: Verdana;
	font-size: 11px;
	color: black;
}

#temp {
	width: 555px;
	height: 35px;
	text-align: center;
	font-family: Verdana;
	margin: 0 auto;
	font-size: 11px;
	color: #FFF;
	border: #999;
	border-style: solid;
	background-color: #F00;
}

#comment {
	width: 559px;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	border: 0px;
	font-family: Verdana;
	font-size: 11px;
	color: red;
}