﻿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:165px;
	text-align:left;
}

.DataForm label
{
	font-size:90%;
	color:#116C40;
}

.DataForm a, .DataForm a:visited
{
	color:White;
	font-weight:bold;
}

.DataForm input[type="text"], .DataForm textarea, .ddlPubs, .DataForm select
{
	border:solid 1px black;
    margin: 0;
    padding: 0px;    
}

.DataForm input[type="text"], .DataForm textarea
{
	width:185px;
}

.ddlPubs
{
    width: 187px;
}


.ddlMonth
{
    width: 67px; 
}

.ddlDay
{
    width: 52px;
}

.ddlGender
{
    width: 123px;   
}

