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

/* forms */
form {
	margin: 0px;
	padding: 0px;
}
form.login {
	border:2px solid #D58A39;
}
form p {
	margin: 0px 0px 12px 0px;
	padding: 0px 20px;
}
form table {
	width: 100%;
	padding-left: 10px;
	table-layout: fixed;
}
form table td {
	padding: 1px 2px;
}
form label,
form legend,
form input,
form button,
form select,
form textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	color: #000;
}
form label {
	font-weight: bold;
	display: block;
	color: #0B0A06;
	width: 100%;
}
form legend {
	font-weight: bold;
	padding: 10px 0px 4px 10px;
	display: block;
	color: #FFD670;
	width: 100%;
}
form input,
form button,
form select,
form textarea,
form button {
	margin: 4px 0px 0px 0px;
	color: #0B0A06;
	clear: both;
}
form input.text {
	border: solid 1px #0B0A06;
	height: 14px;
	line-height: 14px;
	padding: 2px;
	width: 632px;
}
form input.desc {
	height: 14px;
	line-height: 14px;
	padding: 2px;
	width: 599px;
	background: #EEE;
	border: 1px ridge #999;
}
form input.date {
	border: solid 1px #0B0A06;
	height: 14px;
	line-height: 14px;
	padding: 2px;
	width: 80px;
	text-align: center;
}
form input.short {
	width: 100px;
}
form input.medium {
	width: 180px;
}
form input.longer {
	width: 460px;
	#width: 429px;
}
/*
form input.hidden {
	margin: 0px;
	padding: 0px;
	border: none;
}
*/
form select {
	border: solid 1px #0B0A06;
	height: 20px;
}
form textarea {
	border: solid 1px #0B0A06;
	width: 350px;
	height: 200px;
	line-height: 15px;
	resize: none;
	overflow: auto;
}
form input.file {
	border: solid 1px #0B0A06;
	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;
	margin: 1px 0px;
}
form label.checkbox {
	display: inline;
	font-weight: normal;
	cursor: pointer;
	vertical-align: text-bottom;
	width: auto;
	margin: 3px 0 0 4px;
}
form div.checkbox_group {
	border: 1px solid;
	display: block;
	float: left;
	padding: 6px 12px 9px;
	margin-top: 4px;
}

form fieldset {
	border: none;
	margin: 10px 0px;
	padding: 0px;
	clear: both;
}

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

.aux_text {
	color: #A9A9A9;
}

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

#text_box form table {
	background: transparent;
	border: 0 none;
	color: #0B0A06;
}
#text_box form table td {
	border: 1px solid #D58A39;
}
#text_box form table a,
#text_box form table a:link,
#text_box form table a:visited {
	color: #D58A39;
}

.uploader_wrapper {
	border: 1px solid #0B0A06;
	display: block;
	float: left;
	width: 620px;
	padding: 4px 8px;
}

#uploader-list {
	padding: 0;
	list-style: none;
	margin: 0;
}

#uploader-list .file-invalid {
	cursor: pointer;
	color: #514721;
	padding-left: 48px;
	line-height: 24px;
	background: url(../images/error.png) no-repeat 24px 5px;
	margin-bottom: 1px;
}
#uploader-list .file-invalid span {
	background-color: #fff6bf;
	padding: 1px;
}

#uploader-list .file {
	line-height: 2em;
	padding-left: 22px;
	background: url(../images/attach.png) no-repeat 1px 50%;
}

#uploader-list .file span,
#uploader-list .file a {
	padding: 0 4px;
}
#uploader-list .file a.file-command {
	background: transparent url(../images/b_drop.png) no-repeat scroll left top;
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	padding: 0;
	vertical-align: text-top;
}
#uploader-list .file.file-deleted {
	text-decoration: line-through;
}
#uploader-list .file.file-deleted a {
	background: transparent;
	cursor: default;
	text-decoration: none;
}
#uploader-list .file.file-deleted a:hover {
	text-decoration: none;
}

#uploader-list .file .file-size {
	color: #666;
}

#uploader-list .file .file-error {
	color: #8a1f11;
}

#uploader-list .file .file-progress {
	width: 125px;
	height: 12px;
	vertical-align: middle;
	background-image: url(../images/progress.gif);
}

#uploader-list .file-sep {
	padding: 4px;
}
#uploader-list .file-sep hr {
	padding: 0;
	margin: 0 0 2px;;
}

