body {
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color:#444;
	font-family:trebuchet ms;
	font-size:8pt;
	line-height:20pt;
}
#main {
	width:601px;
	margin-left:auto;
	margin-right:auto;
	margin-top:85px;
}
#curvytop {
	background-image:url(images/curvytop.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	height:35px;
	width:600px;
}
#curvybottom {
	background-image:url(images/curvybottom.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#FFF;
	width:600px;
	height:35px;
	margin:0px;
	padding:0px;
}
#form {
	background-color:#41acd3;
	color:#fff;
	padding-left:10px;
	padding-right:10px;
	font-size:14pt;
	width:580px;
}
#form textarea {
	width:575px;
	overflow:auto;
	height:145px;
	font-family:trebuchet ms;
	font-size:14pt;
	background-image:url(images/textarea.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#41acd3;
	border:0px;
	padding:5px;
	margin-bottom:15px;
}
#form a {
	color:#fff;
}
#form input {
	font-family:trebuchet ms;
	font-size:14pt;
}	
#form p {
	margin:0px;
	padding:0px;
	margin-top:15px;
}
#footer {
	height:100px;
	margin-top:15px;
	border-top:1px solid #f63434;
	padding-top:5px;
	clear:both;
}

h2 {
	font-size:22pt;
	padding:0px;
	margin:0px;
	padding-top:15px;
	margin-bottom:15px;
}
h3 {
	padding:0px;
	margin:0px;
	font-size:16pt;
	line-height:2pt;
	margin-bottom:20px;
}
.button1 {
	font-family:trebuchet ms;
	font-size:12pt;
	font-weight:bold;
	color:#fff;
	background-color:#FF0000;
	border:1px solid #fff;
	position:relative;
	left:534px;
}
.emailbox {
	background-image:url(images/textbox.jpg);
	background-repeat:no-repeat;
	background-color:#41acd3;
	margin:0px;
	padding:0px;
	border:0px;
	height:40px;
	width:217px;
	padding-left:3px;
	padding-right:5px;
	padding-top:7px;
	margin-right:5px;
		
}
.error {
	color:#FF0000;
}