@charset "utf-8";
/* CSS Document */

/* forms */
form {
	margin: 0px;
	padding: 0px;
}
form p {
	margin: 0px 0px 12px 0px;
	padding: 0px 20px;
}
form label,
form input,
form select,
form textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
}
form label {
	font-weight: bold;
	display: inline;
}
form input,
form select,
form textarea {
	margin: 4px 0px 0px 0px;
	color: #4D4D4D;
	clear: both;
}
form input.text {
	border: solid 1px #4D4D4D;
	height: 14px;
	line-height: 14px;
	padding: 2px;
	width: 350px;
}
form input.date {
	border: solid 1px #4D4D4D;
	height: 14px;
	line-height: 14px;
	padding: 2px;
	width: 80px;
	text-align:center;
}
form input.short {
	width: 100px;
}
form input.medium {
	width: 180px;
}
form input.desc {
	clear: none;
	margin-left: 5px; 
	height: 16px;
	padding: 1px;
	background: #EEE;
	border: 1px ridge #999;
	float: right;
}
form input.hidden {
	margin: 0px;
	padding: 0px;
	border: none;
}
form select {
	border: solid 1px #4D4D4D;
	height: 20px;
}
form textarea {
	border: solid 1px #4D4D4D;
	width: 350px;
	height: 200px;
	line-height: 15px;
	resize: none;
	overflow: auto;
}
form input.file {
	border: solid 1px #4D4D4D;
	height: 20px;
	width: 350px;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	line-height: 14px;
}
form input.checkbox {
	display: inline;
	cursor: pointer;
	outline: none;
	line-height: 13px;
	height: 13px;
	border: none;
}
form input.radio {
	cursor: pointer;
	outline: none;
	border: none;
	line-height: 13px;
	height: 13px;
}
form label.checkbox {
	display: inline;
	font-weight: normal;
	cursor: pointer;
	vertical-align: text-bottom;
	margin-left: 5px;
	margin-top: 2px;
}
form fieldset {
	border: none;
	margin: 10px 0px;
	padding: 0px;
	clear: both;
}

fieldset.buttons {
	margin-top: 16px;
}
form input.button {
	cursor: pointer;
	outline: none;
	clear: none;
	margin: 0px 0px 0px 20px;
	padding: 0px 6px;
}
fieldset.values {
}
.field {
	padding: 0px 20px 4px;
	float: left;
	clear: both;
	width: 358px;
}
.field .field_mand {
	color: #CD0202;
}
.field_sep {
	display: block;
	line-height: 10px;
	height: 10px;
	width: 100%;
	overflow: hidden;
	clear: both;
}
.free_width {
	width: auto;
}

.aux_text {
	color: #999;
	width:100%;
	display:block;
	float:left;
}

.error {
	border: 1px solid #CD0202;
	background-color: #FFE6E6;
	color: #CD0202;
}
.error_desc {
	display: block;
	float: left;
	clear: both;
	overflow: visible;
	width: 358px;
}

