#aboutHeader{
	background: transparent url('images/about_header.png') top right no-repeat;
}

.bigField{
	font-family: "Trebuchet MS";
	font-size: 24px;
	padding: 4px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 2px dashed #0091f1;
	border-left: 0px;
	background-color: #fcd5b7;
	color: #0091f1;
	font-weight: bold;
	text-align: center;
}

.bigText{
	font-size: 24px;
	color: #0091f1;
}

body{
	padding: 0px;
	margin: 0px;
	background: #743f17 url('images/bg.png') top left repeat-x;
	font-family: "Trebuchet MS";
}

#calculate{
	cursor: pointer;
	width: 360px;
	height: 60px;
	background: transparent url('images/calculate.png') top left no-repeat;
}

#content{
	position: absolute;
	width: 800px;
	top: 330px;
	left: 50%;
	margin-left: -400px;
	text-align: center;
}

#dash{
	position: absolute;
	z-index: 3;
	background: transparent url('images/dash.png') top left no-repeat;
	width: 380px;
	height: 320px;
	top: 0px;
	left: 50%;
	margin-left: -450px;
}

#feedbackHeader{
	background: transparent url('images/feedback_header.png') top right no-repeat;
}

#feedbackContactMeBack{
	display: none;
}

.formHeader{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.formField{
	font-size: 16px;
	color: #000000;
	margin-bottom: 16px;
}

#header{
	position: absolute;
	text-align: right;
	z-index: 1;
	width: 800px;
	height: 40px;
	top: 18px;
	left: 50%;
	margin-left: -400px;
	font-size: 20px;
}

#header a, #header a:visited{
	text-decoration: none;
	color: #ffffff;
}

#header a:hover{
	text-decoration: underline;
}

.inputLong{
	width: 260px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	background: #ffffff url('images/input.png') top left repeat-x;
	border: 1px solid #000000;
	padding: 2px;
}

.inputLongError{
	width: 260px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	background: #ffffff url('images/input.png') top left repeat-x;
	border: 2px solid #ff0000;
	padding: 1px;
}

strong{
	color: #ffffff;
}

.textarea{
	width: 100%;
	height: 60px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	background: #ffffff url('images/textarea.png') top left repeat-x;
	border: 1px solid #000000;
	padding: 2px;
}

.textareaError{
	width: 100%;
	height: 60px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	background: #ffffff url('images/textarea.png') top left repeat-x;
	border: 2px solid #ff0000;
	padding: 1px;
}

#title{
	position: absolute;
	z-index: 3;
	background: transparent url('images/title.png') top left no-repeat;
	width: 494px;
	height: 84px;
	top: 116px;
	left: 50%;
	margin-left: -60px;
}

#title h1{
	display: none;
}

.window{
	display: none;
	position: absolute;
	z-index: 5;
	background: transparent url('images/window.png') top left no-repeat;
	padding: 30px;
	width: 640px;
	height: 340px;
	top: 80px;
	left: 50%;
	margin-left: -350px;
	font-size: 20px;
	color: #ffffff;
}

.window a, .window a:visited{
	text-decoration: none;
	color: #000000;
}

.window a:hover{
	text-decoration: underline;
}

#windowClose{
	display: none;
	position: absolute;
	z-index: 11;
	background: transparent url('images/window_close.png') top left no-repeat;
	width: 34px;
	height: 34px;
	top: 68px;
	left: 50%;
	margin-left: -362px;
	cursor: pointer;
}

.windowHeader{
	display: none;
	position: absolute;
	z-index: 7;
	width: 220px;
	height: 60px;
	top: 40px;
	left: 50%;
	margin-left: 110px;
}
