/* CSS Document */
form.uniForm {
	margin: 0;
	padding: 0;
}
form.uniForm, 
form.uniForm input, 
form.uniForm select, 
form.uniForm textarea {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
form.uniForm,
.uniForm .oneCol,
.uniForm .twoCol,
.uniForm .threeCol,
.uniForm .fourCol {
	width: 92%;
	margin-left:20px;
	/* (width / x) - .5
	 * 1: 45.5
	 * 2: 22.5 
	 * 4: 11
	*/
}
.oneCol .col {
	/*width: 39.5em;*/
	width: 45.5em;
}
.twoCol .col {
	/*width: 19.5em;*/
	width: 22.5em;
}
.fourCol .col {
	/*width: 9.5em;*/
	width: 11em;
}
.oneCol .col label,
.twoCol .col label,
.fourCol .col label {
	width: 10.5em;
	margin-right: 1em;
}
.oneCol .col input, .oneCol .col textarea {
	/*width: 29em;*/
	width: 33.5em;
}
.twoCol .col input, .twoCol .col textarea,
.fourCol .col input, .fourCol .col textarea {
	/*width: 9em;*/
	width: 10.5em;
}
.fourCol .col label {
	margin-bottom: 0.25em;
}
.col label {
	display: block;
	float: left;
}
form.uniForm input .radio {
	outline: none;
}

form.uniForm input,
form.uniForm select,
form.uniForm textarea {
	/*outline: 1px #DDD solid;*/
	border: none;
	margin: 2px 0px 2px 0px;
}

form.uniForm input[type="radio"],
form.uniForm input[type="checkbox"] {
    outline: none;
}

.col,
.uniForm .oneCol,
.uniForm .twoCol,
.uniForm .threeCol,
.uniForm .fourCol {
	float: left;
}
.col {
	margin-bottom: 0.25em;	
	padding-left: 0.5em;
}
.uniForm .col input.checkbox {
	outline: none;
	width: auto;
	margin: 0;
}
TD {
    color: #FFF;
    font-family: verdana;
    font-size: 8pt;
}
#input .radio {
border: 5px;
}

