@charset "utf-8";
body {
	text-align: center;
	padding: 0;
	margin: 0;
	background-color: #146EAA;
}
#container {
	width: 735px;
	margin-left: auto;
	margin-right: auto;
	height: 550px;
	background-image: url(images/index.jpg);
	background-repeat: no-repeat;
	position: relative;
	padding-left: 80px;
	text-align: left;
	padding-top: 530px;
}
#content {
	position: relative;
	width: 441px;
	height: 480px;
	text-align: left;
	color: white;
	font-size: 12px;
	font-family: arial;
}
#content #continuebtn {
	position: absolute;
	left: 139px;
	top: 407px;
}
.subheading {
	color: #7B3A74;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
}
input  {

	font-size: 11px;
	padding: 0px;
	margin: 0px;
}
select {
	height: 17px;
	font-size: 10px;
}
table {
	width: 100%;
}
table, td, tr {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
.floatleft {
	float: left;
}
#continuebtn {
	position: absolute;
	left: 215px;
	top: 934px;
}
