/* CSS Document */



fieldset{
	border:1px solid #777777;
	margin:20px auto 0;
	padding:20px 10px 10px 50px;
	overflow:visible;
}

legend{
	font-weight:bold;
	padding:2px;
	font-size:1.2em;
}

label{
	display:inline;
	float:left;
	clear:left;
	padding:0;
	margin:0;
	}

.extend{
width:100%;
}
input{
	width:90%;
border:1px solid #005662;
}

br{
clear:both;
}

.autosize{
width:125px;
margin-left:30px;
}

table{
border:1px solid #000000;
margin:20px auto 0;
background:#FFFFFF;
}

table table{
	border:none;
	width:90%;
	margin:0 auto;
background:#FFFFFF;
}

table table table{
border:2px solid #005662;
width:100%;
padding:10px;
margin:10px auto;
}

td{
width:50%;
}

th{
font-size:1.3em;
}

th.reverse{
padding:5px;
}

td label,{
margin-left:10px;
}

tr.tall{
height:40px;
vertical-align:top;
}
.fltlft{
float:left;
}


select{
float:left;
clear:left;
display:inline;
}

input [type=radio]{
float:left;
width:auto;
}

input [type=checkbox]{
width:auto;
}
div.extend label{
float:left;
}
	
.req{
	color:#FF0000;
}

#address{
	width:95%;
}

textarea{
width:95%;
border:1px solid #005662;
}

h2 a:link, h2 a:visited{
text-decoration:underline;
}