.required{
	background-image: url('images/required.gif');
	background-repeat: no-repeat;
	background-position: top right;
	}

input,button{
	cursor:pointer;
	cursor:hand;
	}

body{
	font-family : arial, helvetica, sans-serif;
	color:#191970;
	margin: 0px 0px 0px 0px;
	}

form{
	margin: 0px 0px 0px 0px;
	}

fieldset{
	margin:5px;
	font-size:85%;
	padding: 10px 5px 5px 10px;
	}

#wrapper_faded{
	width: 700px;
	height: 500px;
	background: #fff url(images/backdrop_fade.jpg) fixed top right no-repeat;
	margin: 10px 20px 10px 20px;
	}

#wrapper_faded_centre{
	width: 100%;
	height: 100%;
	background: #fff url(images/backdrop_fade.jpg) fixed top center no-repeat;
	margin: 10px 20px 10px 20px;
	}

#wrapper_centre{
	width: 100%;
	height: 400px;
	bbackground: #fff url(images/backdrop.jpg) fixed top center no-repeat;
	margin: 0px;
	bbackground-attachment:fixed;
	background-image: url(images/backdrop.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding:10px;
	-moz-box-sizing: border-box;
	}

#banner {
	background-color:#012853;  
	width: 100%;
	height:101px;
	}

#bannerleft{
	float:left;
	width:550px;
	height:auto;
	position:absolute;
	left:0;
	top:0px;
	}

#bannerright{
	ffloat:right;
	position:absolute;
	right:0px
	font-family: Arial, sans-serif;
	font-size:17pt; 
	color: #fff;
	height:auto;
	width:350px;
	text-align:right;
	mmargin-left:auto;
	mmargin-right:auto;
	margin-right:0px;
	top:0px;
	right:10px;
}

#title{
	background-color: #fba22e;
	width: 100%;
	height: 35px;
	text-align: left;
	vertical-align: middle;
	font-size: 120%;
	padding: 5px 0px 5px 10px;
	font-weight: bold;
	}

.problem_select{
	width: 100%;
	background-color: #ffe3c1;
	padding: 10px 10px 10px 10px;
	}

.content{
	position: relative;
	width: 650px;
	height:20px;
	margin: 0px	0px 0px 0px;
	border: 0px solid black;
	padding: 3px;
	}

.problem_details_left{
	top: 0px;
	float:left;
	width: 110px;
	margin-left: 3px;
	border: 0px solid black;
	margin-right: 10px;
	}

.problem_details_middle{
	top: 0px;
	float:left;
	margin-left: 0px;
	margin-right: 10px;
	width:350px;
	border: 0px solid black;
	}

.problem_details_right{
	float:left;
	top: 0px;
	width: 150px;
	border: 0px solid black;
	}

.abdv_left{
	width:300px;
	float:left;
	height:150px;
	}

.abdv_right{
	width:300px;
	float:left;
	height:150px;
	}

.abdv_content{
	height:25px;
	width:230px;
	}

.abdv_label{
	float:left;
	width:200px;
	height:25px;
	}

.abdv_tickbox{
	float:left;
	width:25px;
	height:25px;
	}

.highlightBox { 								
	border-color: red;
	border-style: solid;
	border-width: 6px;  
	}

table{
	font-size:85%;
	}

.accesskey{
	text-decoration: underline;
	}

.warning
{
	font-family: Arial, sans-serif;
	color:#ff0000;
	font-weight: bold;
	font-size:120%;
	padding:0px;
	margin:0px;
}

p.normal
{
	font-family: Arial, sans-serif;
	color:#191970;
	font-size:85%;
}

.buttonSpacer
{
	margin-left:50px;
	margin-right:50px;
}


#TitleStrip1{
	background-color : #FBA22E;
	font-weight : bold; 
	color: #fff;
	padding: 5px;	
	padding-left:10px;
	height: auto;
	font-size:90%;
	font-family : arial;
}


#TitleStrip2{
	background-color : #FFE3C1;
	font-weight : normal;
	color: #002653;
	padding-left: 5px;
	padding: 5px;	
	padding-left:10px;
	height: auto;
}


.dontDisplay
{
	display:none;
}

