/*#######################################################################*\

	Developed by 		: Jerry van Heerikhuize
	Version				: 1.00
	Creation Date		: 01/12/2005
	Modification Date	: 01/12/2005
	Modification by		: Jerry van Heerikhuize
	Description			: common StyleSheet

\*#######################################################################*/

/*#######################################################################*\

	Section Index:
		1.	Form
		2. 	Form Elements
		
\*#######################################################################*/

form
{
}

form table
{
clear:right;
}

fieldset
{
	display:block;
	width:800px;
	margin: 20px 0px;
	padding:10px;
	border-style: solid;
	border-width: 1px;
	border-color: #CCC;
}

legend
{
	font-weight: bold;
	color: #021a41;
	font-size: 140%;
	margin: 0px 0px 0px 0px;
}

label
{
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	float: left;
	margin-right: 0.5em;
	display: block;
	width:150px;
}

input[type="text"]
{
	font-family: Times New Roman, Times, Georgia, Palatino;
	font-size: 12px;

	border: 0px;
	height: 22px;
	display: block;
	line-height: 20px;
	text-align: left;
	color: #FFF;
	background-color: black;
	padding:0px 10px;
	clear: right;
}

input[type="file"]
{
	font-family: Times New Roman, Times, Georgia, Palatino;
	font-size: 12px;
	height: 22px;

	line-height: 20px;
	text-align: left;
	color: #000;
	clear: right;
}

input[type="password"]
{
	font-family: Times New Roman, Times, Georgia, Palatino;
	font-size: 12px;
	border: 0px;
	height: 22px;
	display: block;
	line-height: 20px;
	text-align: left;
	color: #FFF;
	background-color: black;
	padding:0px 10px;
	margin-bottom:10px;
}

input[type="radio"]
{
	font-family: Times New Roman, Times, Georgia, Palatino;
	font-size: 12px;
	border: 0px;
	text-align: left;
	color: #FFF;
	background-color: black;
}

input[type="checkbox"]
{
	font-family: Times New Roman, Times, Georgia, Palatino;
	font-size: 12px;
	border: 0px;
	text-align: left;
	color: #FFF;
	background-color: black;
}

textarea
{
	font-family: Times New Roman, Times, Georgia, Palatino;
	font-size: 12px;
	border: 0px;
	height: 100px;
	display: block;
	line-height: 20px;
	text-align: left;
	color: #FFF;
	background-color: black;
	padding:0px 10px;
	margin-bottom:10px;
}

select
{
	font-family: Times New Roman, Times, Georgia, Palatino;
	font-size: 12px;
	border: 0px;
	height: 22px;
	display: block;
	line-height: 20px;
	text-align: left;
	color: #FFF;
	background-color: black;
	padding:0px 10px;
	margin-bottom:10px;
}

input.f_input_check
{
	/* */
	display: block;
	float: left;
	margin-bottom: 10px;
}

input.f_input_radio { /*
	display: block;
	float: left;
	margin-bottom: 10px; */ }

input.f_input_file
{
	border-width: 1px;
	border-style: solid;
	border-color: #666;
	/* */
	display: block;
	width: 300px;
	float: left;
	margin-bottom: 10px;
	/*  */
	font-family: Arial, Helvetica, Verdana, Sans;
	font-size: 11px;
	line-height: 17px;
	text-align: left;
	color: #666;
	vertical-align: top;
}

select.f_select
{
	border-width: 1px;
	border-style: solid;
	border-color: #666;
	/* */
	display: block;
	float: left;
	margin-bottom: 10px;
	/*  */
	font-family: Arial, Helvetica, Verdana, Sans;
	font-size: 11px;
	line-height: 17px;
	text-align: left;
	color: #666;
	vertical-align: top;
}

select.f_distance
{
	position: absolute;
	top: 49px;
	left: 80px;
	margin: 0px;
	padding: 0px;
	float: left;
	color: #666;
	height: 18px;
	/*  */
}

textarea.f_textarea
{
	border-width: 1px;
	border-style: solid;
	border-color: #a5acb2;
	/* */
	display: block;
	float: left;
	margin-bottom: 10px;
	/*  */
	font-family: Arial, Helvetica, Verdana, Sans;
	font-size: 11px;
	line-height: 17px;
	text-align: left;
	color: #666;
	vertical-align: top;
}

