/* Styles */
form {
	margin: 0px;
	padding: 0px;
}

label {
	float: left;
	width: 300px;
	padding: 0;
	text-align: left;
	font-weight: normal;
	line-height: 1.5em;
}

fieldset div {
	margin-bottom: 0.5em;
	padding: 1px;
	display: block;
	color: #666666;
	font-size: 11px;
}

fieldset div input, fieldset div textarea {
	/*
	width: 150px;
*/
	font-size:11px;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 1px 0px 1px 0px;
	color: #666666;	/*background-color:#FAFAFA;*/
	text-indent: 0px;
}

fieldset div select {
	font-size:11px;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0px;
	color: #666666;
	text-indent: 0px;
	/*background-color:#FAFAFA;
	*/
}

div.multi div {
	margin: 5px 0;
}

div.multi input {
	width: 1em;
}

div.multi label {
	display: block;
	width: 200px;
	padding-left: 5em;
	text-align: left;
}



input:focus, textarea:focus {
	background: #F1F6F7;
	color: #666666;
}

	
/* required fields - does not work in IE */
fieldset div.item {
	font-weight: normal;
}

.dd{
	border: 1px solid #FFFFFF;
	background-color:#FFFFFF;
	width: auto;
	height: auto;
}

.txtbox{
	width: 300px;
}

.jump{
	padding-left: 300px;
}


.long{
padding: 1px 0px 1px 0px;
width:auto;
}


.short{
	width: 50px;
}


.vantot{
	width: 90px;
	margin-right:10px
}

.check{
	width: auto;
	border: 1px none #FFFFFF;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}
.radiobtn{

	width: auto;

	border: 1px none #FFFFFF;

	margin-right: 10px;

}
/* ******************* FORMS ************************ */

fieldset {
	padding:0px;
	margin: 0px;
}
legend { font-weight: bold; font-size:1.2em; }
label { font-weight: bold; }

textarea, input[type='text'], select {
	/*border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc
	padding: 1px;;*/
	} /* ##!# orig by tom*/
 /*textarea, input[type='text'], select { background: #FAFAFA; }*//* temp version by Alexander -> problem witch formfielderror .... ##!# */
/*textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border: 1px; border-color: #aaa; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus {
	border: 1px; border-color: #666666;
}*/
input, select { cursor: pointer; }
input[type='text'] { cursor: text; }



/* ******************* SCRIPTING ****************** */

.formfielderror {
	background: #FAFAFA;
  	border:1px solid #EB232C;
	color:#000000;
	font-size:10px;
	
}
.formfieldrequired {
	background: #FAFAFA;
	font-size:11px;
}
.txtalert {
	color: #EB232C;
	font:bold 14px/1.2em Arial, Helvetica, sans-serif
}
.active { color: #737476; }

.check{
	width: auto;
	border: 1px none #FFFFFF;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

