label,input {
	display: block;
	margin-bottom: 2px;
	float: left;
}

label {
	display: block;
	width: 20%;
	text-align: right;
	margin-bottom: 2px;
	float: left;
	padding-right: 10px;
}

.col1 {
	display: block;
	float: left;
	text-decoration: none;
	width: 4%;


}

.col2 {
	display: block;
	float: left;
	width: 95%;
}

.iarea {
	display: block;
	float: left;
        width: 95%;
	padding-left: 3%;
}

.iarea label {
        text-align: left;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	padding-left: 7px;
}

select {
	display: block;
	float: left;
}

.radio {
	border-style: solid;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 0;
	border-color: #FFFFFF;
	margin-left: 10px;
}

.radio label {
	display: inline;
	font-weight: normal;
	position: relative;
	width: 100px;
	padding-left: 10px;
	text-align: left;
	top: -1.25em;
}

.radio input {
	position: static;
	clear: both;
	float: left;
}


br {
	clear: left;
}
