/*---- **** ---- **** forms **** ---- **** ----*/
select, input, textarea {
	font: 1em Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

input:focus {
	-moz-outline: none;
/*	opacity: 0.5;*/
	background: #4CA1D8;
}

textarea, .txt {
	color: #9F9F9F;
	float: left;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	/*width: 160px;*/
}

textarea:focus, .txt:focus, textarea.focus, input.focus {
	/*background: url(../images/input_focus_bg.gif) no-repeat left top;*/
	border: #bababa 1px solid;
	color: #3C3C3C;
	padding: 2px;
	opacity: 1 !important;
}

textarea {
	margin: 0;
	overflow: auto;
	width: 96%;
}

.txadesc {
	height: 7em;
}

.txt {
	width: 79%;
}

span.oneChoice {
	display: block;
	width: 48%;
	float: left;
	margin: 0 3px 3px 0;
}

.oneChoiceSel label, .oneChoiceSel input {
	color: #6aa503 !important;
	font-weight: bold;
}

span.oneChoice label {
	white-space: nowrap;
}

input.one {
	display: block;
	float: left;
}

label.one {
	display: block;
	width: 87%;
	margin-left: 2px;
	padding: 0;
	float: left;
	height: 17px;
	padding-top: 3px;
}

label.labelOneBlock {
	display: block;
	height: 15px;
	padding: 2px;
	padding-left: 8px;
}

.selected {
	background: #BDE3FC !important;
	color: #2A7DB3 !important;
}

.offstate {
	clear: both;
	height: 1%;
	margin: 5px 0 5px 20px;
}

label.warn {
	background: #FFDE00 !important;
}

input.gosearch {
	margin-left: 3px;
	vertical-align: top;
}

input.livesrc {
	width: 200px;
}

.file {
	background: #fff;
	width: 180px;
}

label.preField {
	background: #ebebeb;
	padding: 3px;
	vertical-align: middle;
}

label.topField {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
	padding: 7px 7px 10px;
}

.action {
	font-size: 1.1em;
	margin: 2px;
	padding: 3px;
	text-align: right;
}

.actiontop {
	float: right;
	font-size: 1em;
	margin: 3px;
}

.actiontop a, .action a {
	font-size: 1.1em;
	margin: 0 5px 0;
}

.actiontop img, .action img {
	vertical-align: bottom;
}

.multiple {
	height: 100px;
	width: 98%;
}

p.oki {
	text-align: right;
	vertical-align: top;
	width: 96%;
}

.oki .btn {
	margin-bottom: 2px;
}

input.artsave, input.artcancel {
	margin-right: 5px;
}
.font_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
