body {
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #190D01;
	background-image: url(../img/background.jpg);
	background-repeat: no-repeat;
	background-position:center bottom;

}
img {
	border: none;
}
.footer {
	font-family: verdana;
	font-size: 8.5pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #8edc00;
	text-decoration: none;
}
.body {
	font-family: verdana;
	font-size: 8.5pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #cdc29c;
}
.heading {
	font-family: verdana;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #cdc29c;
}
.headingGreen {
	font-family: verdana;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #89ff00;
}
.border{
	border:1px solid #432203;
}
.borderProfile{
	border:4px solid #89ff00;
}
.formField{
	background-image:url(../img/form-element-bg.gif);
	background-repeat:repeat-x;
	border:1px solid #432203;
	font-family: verdana;
	font-size: 8.5pt;
	color:#FFFFFF;
}

input {
    background-image:url(../img/form-element-bg.gif);
	background-repeat:repeat-x;
	border:1px solid #432203;
	font-family: verdana;
	font-size: 8.5pt;
	color:#FFFFFF;
}


input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
	width: 450px;

}
#browse_button {
    position: absolute;
	margin-left: 345px;
	margin-top: -10px;
	cursor: pointer;
	
}
.validation {
	display: none;
}
span.error {
	display: block;
	margin-top: 10px;
}
.style7 {font-size: 27pt}
.style2 {font-size: 14pt}
.style3 {font-family: Geneva, Arial, Helvetica, sans-serif}

ul li {
    	font-family: verdana;
	font-size: 8.5pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #cdc29c;
}
.main_table {
	background-color:  #190D01;
}

#terms_conditions {
	width: 90%;
	margin: 0 auto;
}
#terms_conditions h1 {
    color: #FFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#terms_conditions p {
	margin-bottom: 1em;
	color: #FFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#terms_conditions p.terms_header {
	font-size: 1.2em;
	font-weight: bold;
}

p.footer a {
    color:#8EDC00;
	font-family:verdana, arial, sans-serif;
	font-size:8.5pt;
	text-decoration: none;
}
p.footer a:hover {
    text-decoration: underline;
}
