fieldset{
		width:611px;
		border:1px solid #ccc;
		padding:25px;
		margin-top:35px;
}
fieldset legend{
		background:#fff;
		color:#333;
}



#claimsform{
	padding-bottom:30px;
}

#claimsform td{
	
	vertical-align:top;
	padding-top:10px;
	padding-right:10px;
}

#claimsform td.formquestion{
	width:200px;
	text-align:right;
	font-weight:bold;
}

#claimsform textarea{
	width:200px;
}

#claimsform td.radiobuttons{
	vertical-align:middle;
}

.warning{
	color:#C30000;
	padding-left:5px;
}

#age{
	width:25px;
}


.bt-next{
background:url(../images/btn-next.gif) no-repeat top left;
border:medium none;
display:block;

height:25px;
width:92px;
cursor:pointer;
background-position:0 -25px;
}
.bt-next:hover {
	background-position:0 0px;
}

.bt-back{
background:url(../images/btn-back.gif) no-repeat top left;
border:medium none;
display:block;
height:25px;
width:92px;
cursor:pointer;
float:left;
background-position:0 -25px;
margin-right:5px;
}
.bt-back:hover {
	background-position:0 0px;
}

