﻿/* Eliminate blue border on linked images */
a img { border: none; }

a { 
    text-decoration: none;
    color: #b63937;
    font-weight: bold;
}

a:hover { text-decoration: underline; }

body 
{
	background-image: url(../images/background/questionaire/form_bg.jpg);
	background-repeat: repeat-y;
	font-family:Arial,sans-serif;
	font-size:small;
	width:100%;
	height:100%;
	margin:0px 0px 0px 0px;
}

fieldset
{
	width:500px;	
	border: none;
}

label
{
	width:150px;
	height:24px;
	padding:2px 15px 0px 0px;	
	float:left;
	text-align:right;
}

fieldset #establish
{
	padding:0px 15px 0px 0px;	
}

fieldset input
{
	width:250px;
}

fieldset div
{
	float:left;
	display:inline;
	height:35px;
}

#wrapper
{
	width:85%;
	padding:0px 0px 0px 20px;	
}

#wrapper .mandatory
{
	color:#ff0000;
}

#wrapper .acceptdeclare
{
	padding:0px 0px 0px 300px;	
}

#questionTandC li
{
	padding:0px 0px 10px 0px;
}

.qSubmit
{
	padding:0px 0px 0px 173px;
}

#qTitle 
{
	padding:30px 0px 0px 173px;
}

.imgdecline
{
	padding:0px 0px 0px 20px;
}

#tcclosebtn
{
	z-index:1;
	position:absolute;
	padding-left:450px;
	padding-top:25px;
}

#tcTitle
{
	padding:30px 0px 0px 18px;
}

#asteriskGraphic
{
	padding:0px 0px 10px 175px;
}

#thankYou
{
	padding:90px 0px 0px 0px;
	text-align:center;	
}

#thankYouClose
{
	text-align:center;	
}