/* HTML TAGS */




/* IDs */
#columnarForm .hint, #horizontalForm .hint{
	display:block;
	font-size:.71em;
	margin-bottom:.4em;
}
#columnarForm .rqd{
	color:#FD1B14;
}
legend{
	font-weight:bold;
	margin:auto;
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:.9em;

	/* see style.css H4/H3 */
}
#columnarForm fieldset
{
	float: left;
	display: block;
	width: 13em;
	margin: 0 .5em .5em 0;
	padding: 0 .5em .5em .5em;
	border:solid 1px;
	border-left-color:#FBFBFB;
	border-top-color:#fff;
	border-right-color:#E5E4E4;
	border-bottom-color:#E5E4E4;	
	background:url(../images/smallgradbox.jpg) bottom repeat-x;
	overflow:auto;
}

#columnarForm fieldset.radio legend{
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:1em;
	color:#000;
	padding-bottom:0;
	/* added for ie */	
}
#columnarForm fieldset.radio > legend{
	padding-top:1em;
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:.9em;

	/* used by standards browsers */		
}






#columnarForm fieldset.radio
{
	border:none;	
	width: 11em;
	padding: 1em 0 0 0;
}

#columnarForm fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}

#columnarForm fieldset.radio label
{
	font-weight: normal;
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:.9em;
}





#columnarForm fieldset.chk legend{
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:1em;
	color:#000;
	padding-bottom:0;
	/* added for ie */	
}
#columnarForm fieldset.chk > legend{
	padding-top:1em;
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:.9em;

	/* used by standards browsers */		
}


#columnarForm fieldset.chk
{
	border:none;	
	width: 11em;
	padding: 1em 0 0 0;
}

#columnarForm fieldset.chk input
{
	clear: both;
	float: left;
	width: auto;
}

#columnarForm fieldset.chk label
{
	font-weight: normal;
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:.9em;

}






#columnarForm input
{
	display: block;
	width: 13em;
}

#columnarForm label
{
	display: block;
	margin-bottom: 1em;
	font-weight: bold;
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:.9em;

}

#columnarForm .first
{
	padding-top: 1em;
}

#columnarForm select
{
	display: block;
}


/* horizontal form code */



#horizontalForm .forceline{
 clear:right; height:3em; width:10em; background:red;
}
#horizontalForm fieldset
{
	display: block;
	margin: .5em;
	padding: 0 0 1em .5em;
	border:solid 1px;
	border-left-color:#FBFBFB;
	border-top-color:#fff;
	border-right-color:#E5E4E4;
	border-bottom-color:#E5E4E4;	
	background:url(../images/smallgradbox.jpg) bottom repeat-x;
	overflow:hidden;
}
#horizontalForm legend{
	font-weight:bold;
	margin:auto;
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:.9em;

	/* see style.css H4/H3 */
}




#horizontalForm fieldset.radio legend{
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:1em;
	color:#000;
	padding-bottom:0;
	/* added for ie */	
}
#horizontalForm fieldset.radio > legend{
	padding-top:1em;
		font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:1em;

	/* used by standards browsers */		
}

#horizontalForm fieldset.radio
{
	margin: 1em .5em 2.1em 0;
	padding:0 0 1em .5em;
	border:none;
	float:left;

}

#horizontalForm fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}

#horizontalForm fieldset.radio label
{
	font-weight: normal;
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:.9em;

}

#horizontalForm input.normal{
	width: 190px;
}
#horizontalForm textarea.normal{
	width:190px;
	height:8em;
}
#horizontalForm .spacebut{
	margin:1em 0 0 0;

}
#horizontalForm fieldset.chk legend{
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:1em;
	color:#000;
	padding-bottom:0;
	/* added for ie */	
}
#horizontalForm fieldset.chk > legend{
	padding-top:1em;
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:.9em;

	/* used by standards browsers */		
}

#horizontalForm fieldset.chk
{
	margin: 1em .5em 0em 0;
	padding:0 0 0 .5em;
	overflow:visible;
	border:none;
	float:left;
}

#horizontalForm fieldset.chk input
{
	clear: both;
	float: left;
	width: auto;
}

#horizontalForm fieldset.chk label
{
	font-weight: normal;
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:.9em;

}

.searchform{
	height:13.5em;
	overflow:hidden;
}


#horizontalForm input
{
	display: block;
	float:left;

}

#horizontalForm input.button
{
	clear:both;
}

#horizontalForm label
{
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:.9em;
	float: left;
	display: block;
	margin: 1em 1em 0 0;
	font-weight: bold;
}

#horizontalForm select
{
	display: block;
}