﻿body, html, form
{
	height:100%;
	width:100%;
	margin:0px;
	font-family:Verdana, Arial, Sans-Serif;
	font-size:95%;
}

body
{
	background-color:#C9A207;
}

#Container
{
	text-align: center;
	position:absolute;
	top:50%;
	left:0px;
	width:100%;
	height:50%;
}

#Template
{
	position:absolute;
	top:-360px;
	left:50%;
	margin-left:-581px;
	width:1163px;
	height:721px;
	background-image:url('../Images/Voucher/the1440/Data_Capture.jpg');
	background-repeat:no-repeat;
}

.DataForm
{
	float:right;
	height:460px;
	width:315px;
	padding-right:168px;
	padding-top:160px;
	text-align:left;
}

.DataForm label
{
	font-size:90%;
	color:#116C40;
}

.DataForm select
{
	border:solid 1px black;
}

.DataForm a, .DataForm a:visited
{
	color:White;
	font-weight:bold;
}

.DataForm input[type="text"], .DataForm textarea
{
	border:solid 1px black;
	width:180px;
}