/*************************************/
/*  1. CSS Rest                      */
/*                                   */
/*  Thank you Eric Meyer             */
/*  http://www.meyerweb.com          */
/*************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear{
	clear:both;
}

/*************************************/
/*  2. Global CSS                    */
/*                                   */
/*  Applies to all pages in site     */
/*************************************/

html {
	overflow-y: scroll;
	font: 62.5%/1.6 "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	color:#333;
}

body{
	background:#aeb9b7 url(images/bg.jpg) no-repeat top center;
	border-top:10px solid #404040;
}


#wrapper{
	width:600px;
	height:651px;
	margin:0 auto;
	background: url(images/centerbg.png) no-repeat top center;
	margin:40px auto;
}

#wrapper #header{
	height:150px;
	width:600px;
	position:relative;
}

#wrapper #header a#contact{
	height:30px;
	width:100px;
	position:absolute;
	background: url(images/contact.png) no-repeat 0 -29px;
	display:block;
	text-indent:-99999px;
	top:6px;
	right:15px;
}

#wrapper #header a#contact:hover{
	background: url(images/contact.png) no-repeat 0 0;
	height:28px;
}

#wrapper #header h1 a.back{
	height:62px;
	width:180px;
	background: url(images/logo.png) no-repeat top center;
	display:block;
	text-indent:-99999px;
	margin:55px 0 0 40px;
	float:left;
}

#wrapper #content{
	text-align:center;
	width:600px;
	background: url(images/done.png) no-repeat 101px 40px;
	height:420px;
	margin:30px 0 0 0;
	position:relative;
}

#wrapper #content #graph{
	width:365px;
	height:42px;
	position:absolute;
	bottom:190px;
	left:125px;
}

#wrapper #content #theForm{
	width:365px;
	height:42px;
	position:absolute;
	bottom:100px;
	left:125px;
	text-align:left;
	font-size:13px;
}

#wrapper #content #theForm h3{
	font-size:14px;
	padding:0 0 10px 0;
}

#wrapper #content #theForm label{
	font-size:13px;
}

#wrapper #content #theForm input{
	font-size:13px;
	margin:5px 0 0 0;
}

#wrapper #inner2{
	width:600px;
	background:transparent;
    padding:30px 0 0 0;
}

#wrapper #inner2 form{
	margin:auto;	
	width:400px;
}

#wrapper #inner2 form h3{
	padding:20px 0;
	font-size:20px;
}

#wrapper #inner2 form ul#frog_form li{
	width:400px;
	padding:8px 0;
}

#wrapper #inner2 form ul#frog_form li.hidden{
	display:none;
}

#wrapper #inner2 form ul#frog_form li label{
	/*display:block;*/
	padding:0 0 2px 0;
	font-size:13px;
	float:left;
	width:80px;
}

#wrapper #inner2 form ul#frog_form li.text{
	padding:8px 0;
}

#wrapper #inner2 form ul#frog_form li.double{
	width:450px;
	padding:8px 0;
}

#wrapper #inner2 form ul#frog_form li.text input,
#wrapper #inner2 form ul#frog_form li.double input{
	padding:3px;
	font-size:14px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #c2c2c2;
	background-color:#eee;
	color:#333333;
	
}

#wrapper #inner2 form ul#frog_form li.text input:focus,
#wrapper #inner2 form ul#frog_form li textarea:focus{
	background-color:#faf6e3;
}

#wrapper #inner2 form ul#frog_form li textarea{
	padding:3px;
	font-size:14px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #c2c2c2;
	background-color:#eee;
	width:300px;
	height:125px;
	overflow:auto;
	color:#333333;
}

#wrapper #inner2 .left{
	float:left;
	margin:0 10px 0 0;
}

#wrapper #inner2 a.back{
	color:#333;
	font-size:12px;
	margin:40px 0 0 20px;
}

 #wrapper h3{
	font-size:16px;
	color:#f9aa4d;
	font-weight:normal;
}
