* {
	padding: 0;
	margin: 0;
}
body {
	background: #77c8d9 url(../images/bg.jpg) top left no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
}
#wrap {
	width: 900px;
	margin-left: 180px;
	margin-top: 20px;
}
p, form p, form td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color:#000;
}

p {
	font-size:11px;
	line-height: 14px
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #006897;
}

td h2 {
	font-size: 13px;
	font-weight: 400;
	color: #006897;
	margin: 10px 0px 20px 0px;
}

.disclaim {
	font-size: 10px;
}

/* FORM CSS MARKUP */
form {
	margin:0px;
	padding:0px;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-color: #046693;
	color: #fff;
	width:150px;
	border:0;
	margin: 2px 0;	
}
input, textArea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-color: #fff;
	color: #000;
	margin: 2px 0;
	border: 1px solid #999;
}

input {
	width:150px;
}

.inputRadio {
	background-color:inherit;
	width:auto;	
}

.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 400;
	background-color: #046693;
	color: #FFF;
	width: 200px;
	text-align:center;
	line-height:1em;
	cursor:pointer;
	cursor: hand;
	border:0;
	background-image: url(../images/sub.jpg);
}
#reply {
	background-color: transparent;
	position: absolute;
	top: auto;
	left: auto;
}

/* DIV CSS MARKUP */
/* styles for IE 5 Mac */
 #horizon {
	background-color: transparent;
	position: absolute;
	top: 20px;
	left: 20px;
}
/* following rules are invisible to IE 5 \*/
 #horizon {
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -300px;
	text-align: center;
	min-width: 840px;
}
/* end IE 5 hack */ 
	
#wrapper {
	background-color: transparent;
	position: relative;
	text-align: left;
	width: 840px;
	height: 380px;
	margin: 0px auto;
}

#thankyou {
	margin-top: 75px;
}
