﻿body{
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size:13px;
}

#wrapper{
	background-image:url('../images/form/logo.jpg');
	background-repeat:no-repeat;
	background-position:left top;
	width:810px;
	margin:0 auto;
	position:relative;
}
#sign{
	background-image:url('../images/form/tagline.gif');
	height:39px;
	width:111px;
	position:absolute;
	left:67px;
	top:170px;
}

.formLabel{
	text-align:right;
	font-size:13px;
	vertical-align:top;
	width:150px;
	padding:3px;
	font-weight: bold;
}

#part1{
	padding:10px 0 0 300px;
	width:500px;
	font-weight: bold;
}
#part2{
	padding:40px 0 0 200px;
	width:600px;
	font-weight: bold;
}

input[type="text"], select{
	padding:1px;
	border: solid 1px #69c;
}
select {
	margin:3px;
	
}
input[type="text"]{
	width:255px;
	margin:3px;
}
.checknote{
	font-size:11px;
	font-weight:normal;
	padding:0 0 0 3px;
	line-height:15px;
}
.note{
	font-size:10px;
	color:#666;
	line-height:9px;
	margin-bottom:15px;
}
.pos{
	margin: 20px auto 0;
	border-bottom:solid 1px #CCC;
	border-top:solid 1px #CCC;
	
}

.pos td{
	width:300px;
	font-size:11px;
	vertical-align:top;
	padding:3px;
}

.pos td h3{
	font-size:17px;
	color:#323228;
	padding:5px 0 15px;
	font-weight:bold;
}

.pos td img{
	margin:0 0 25px;
}

.pos select{
	font-size:10px;
	font-family:Verdana;
}
#buttons{
	width:300px;
	margin:20px auto;
	text-align:center;	
}
#thanks{
	font-size:23px;
	font-weight:bold;
	font-family:Tahoma;
	color:#424238;
	height:280px;
	width:450px;
	padding:75px 0 0 300px;
}
