/* Default styles
================================== */
.hidden {
	display:none;
	width:0px;
	}
	
.main {
	margin:4px; 
	padding:2px; 
	clear:both;
	}

.main .questionNumberPanel  {
	width:30px;
	float:left;
	display:inline;
	margin-bottom:50px;
	font-weight:bold;
	}		

.main .question {
	float:left;
	width:180px;
	margin-top:5px;
	padding-right:5px;
	text-align:right;
	font-weight:bold;
	}

.main .questionHeader  {
	display:block;
	margin-top:5px;
	width: 500px;
	font-weight:bold;
	margin-bottom:10px;
	}

.main .table td {
	padding:2px 4px 2px 4px;
	}

.main .table .tableHeader {
	text-align:center;
	background-color:Silver;
	}
	
.main .table .tableRow .rowOptionCell {
	text-align:center;
	}

 .main textarea.answerDetails {
	width:500px;
	height:50px;
 	}
 
.main textarea.answerDetailsLong  {
	width:500px;
	height:50px;
 	}
	
 .main input.answerDetails {
	width:350px;
	margin-left:2px;
 	}
 
 .main .yesNoList .listRow .yesNoCell label {
	width:30px;
	display:block;
	float:left;
 	}
 
 .main .yesNoList .listRow .listCell label {
	padding-right:5px;
	padding-left:10px;
 	}
 
 .main .answerPanel {
	margin-top:10px;
 	}
 
 .main .address {
	float:left;
 	}
 
 .main .address .line1 {
	display:block;
	margin-bottom:4px;
	width:350px;
	margin-left:2px;
  }
 
 .main .address .line2 {
	display:block;
	width:350px;
 	margin-left:2px;
 	}

.main .address .postcode input {
	width:100px;
	float:right;
	}

.main .address .postcode span {
	margin-left:20px;
	}
 
/* Form
================================== */

.form ul.steps {
	list-style: none;
	margin: 0;
	}
	
.form ul.steps li {
	float: left;
	border-right:1px solid #C4C19E;
	color: #AAA78A;
	margin:0 5px 0 0;
	padding:0 5px 0 0;
	line-height: 100%;
	letter-spacing:0.05em;
	font-weight: bold;
	}
	
.form ul.steps li.current {
	color: #A365A2;
	}

.form ul.steps li.last {
	border: none;
	}
	
.form fieldset {
	border: 1px dotted #C4C19E;
	margin: 10px 0;
	width: 590px;
	}
	
.form legend {
	font-size: 1.2em;
	color: #4B2E45;
	margin: 0 5px;
	padding: 0 5px;
	background: #fff;
	}

	
/* Tweaks to default styles
================================== */
.main .address .line3,
.main .address .line2 {
	margin-left:2px;
	margin-bottom:4px;
	}
	
.main input.answerDetails.short {
	width: 150px;
	}
	
#pnlNavigation {
	height: 25px;
	}
	
#pnlNavigation span {
	position: relative;
	top: -8px;
	margin: 0 10px;
	}
	
#pnlNavigation .next {
	margin-right: 10px;
	}
