/* CSS Document */
div.form, div.form_buttons {
	margin:5px 0;
	color:#000000;
}
div.form_bottons {
	text-align:right;
}
div.form {
	margin: 10px 0px;
}
div.form2 {
	font-weight:bold;
	margin: 10px 0px;
}
table.form_buttons_2 {
	height:21px;
	cursor:pointer;
	border:1px solid #444444;
	margin-top: 10px;
}
table.form_buttons_3 {
	height:21px;
	cursor:pointer;
	border:1px solid #444444;
	margin-top: 10px;
}
div.form_bottons input.submit{
	background:#d9d9d9;
	border:1px solid #ADC05A;
	font-family:Tahoma;
	font-size:11px;
}
table.form {
	margin:5px 0;
	width:100%;
}
table.form td {
	vertical-align:top;
	color:#000000;
}
td.label {
	width:120px;
	text-align:left;
	padding:3px 0px 0 0px;
	color:#000000;
}
input.textfield {
	width:96%;
	height:14px;
	border:1px solid #ADC05A;
	padding:2px 3px;
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
	background:#E3EEB4;
}

input.inputLogin {
	width:155px;
	height:14px;
	border:1px solid #a4c43f;
	padding:2px 3px;
	font-family:Tahoma;
	font-size:11px;
	color:#14621b;
	background:#cedf92;
}

input.inputNews {
	width:165px;
	height:14px;
	border:1px solid #a4c43f;
	padding:2px 3px;
	font-family:Tahoma;
	font-size:11px;
	color:#14621b;
	background:#cedf92;
}

textarea.textarea {
	width:96%;
	height:60px;
	border:1px solid #ADC05A;
	padding:2px 3px;
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
	background:#E3EEB4;
}
input.filebrowser {
	width:98%;
	border:1px solid #ADC05A;
	padding:2px 3px;
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
	background:#E3EEB4;
}
input.check, input.radio {
	position:absolute;
	margin:-3px 0 0 -25px;
	color:#000000;
}
select.select {
	width:240px;
	height:18px;
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
	background:#E3EEB4;
}
table.form ul {
	list-style:none;
	margin:0;
	padding:0;
}
table.form ul li{
	position:relative;
	padding:5px 0 5px 25px;;
}
span.star {
	color:#000000;
}
hr.form {
	border:1px solid #ADC05A;
	border-bottom:1px solid #acacac;
}