body {
	background-image: url(../img/backdrop.jpg);
	background-position: top;
	background-attachment: fixed;
}

form {
	padding: 0px;
	margin: 0px;
}

table.container {
	width: 872px;
	height: 100%;
	background-color: transparent;
}
td.leftbar {
	background-image: url(../img/leftbar.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 20px;
}
td.rightbar {
	background-image: url(../img/rightbar.gif);
	background-repeat: repeat-y;
	background-position: top right;
	width: 24px;
}
td.content {
	width: 840px;
	background-color: #ffffff;
}
td.topbar {
	background-image: url(../img/topbar.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 9px;
	width: 100%;
}
td.footer {
	background-image: url(../img/footer.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 9px;
}
#maincontent {
	float: left;
	width: 685px;
	height: 100%;
}

#holder {
	height: 530px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 5px;
	font-family: arial, sans-serif;
	text-align: left;
	font-size: 12px; }
	
	#holder h1 {
		font-family: times, serif;
		font-weight: normal;
		font-size: 21px;
		color: #a1a1a1;
		margin: 5px 0px 0px 0px; }
		
	#holder p {
		margin: 5px 0px 15px 0px; }
		
		#form-row1 {
			background-color: #c2c2c2;
			font-weight: bold;
			padding: 3px 8px 3px 0px;
			text-align: right;
			margin: 10px 2px 2px 0px; }
			
		#form-row2 {
			width: 404px;
			height: 20px;
			background-color: #efefef;
			font-weight: bold;
			padding: 1px 0px 0px 0px;
			margin: 0px 0px 1px 0px; }
			
		#form-row3 {
			width: 404px;
			height: 100px;
			background-color: #efefef;
			font-weight: bold;
			padding: 1px 0px 0px 0px;
			margin: 0px 0px 1px 0px; }
			
		#form-row4 {
			background-color: #f8f8f8;
			font-size: 11px;
			padding: 3px 8px 3px 0px;
			text-align: right;
			color: #ff0000;
			margin: -1px 2px 2px 0px; }
			
		#form-row5 {
			width: 276px;
			padding: 10px 0px 3px 128px;
			color: #ff0000;
			margin: 0px 0px 2px 0px; }
			
			#holder input {
				width: 271px;
				height: 15px;
				border: solid 1px #000000;
				padding: 0px;
				font-size: 12px;
				margin: 0px; }
				
			#holder textarea {
				width: 271px;
				height: 95px;
				border: solid 1px #000000;
				padding: 0px;
				font-size: 12px;
				margin: 0px; }
				
			#holder select {
				font-size: 11px;
				height: 19px;
				width: 273px;
			}
			
			#form-text {
				width: 120px;
				height: 14px;
				font-size: 11px;
				float: left;
				display: inline;
				padding: 3px 0px 0px 8px; }
				
			#errors-notice {
				background-color: #ff0000;
				color: #ffffff;
				font-weight: bold;
				padding: 2px 5px 3px 5px;
				width: 392px;
				border: solid 1px #000000;
			}
				
			
			
			


#float {
	background-color: transparent;
	background-image: url(../img/float.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 207px;
	height: 273px;
	padding: 3px 3px 3px 3px;
	float: right;
	top: 300px;
	right: 25px;
}
input {
	font-size: 16px;
	width: 150px;
	border: 1px ridged #1e5cb1;
}
select {
	width: 170px;
	border: 1px ridged #1e5cb1;
}
textarea {
	border: 1px ridged #1e5cb1;
}