/* FORMS */

.formBox .box-middle .box-content {
	padding: 0 5px;
}

.form h2.headLine {
	margin: 0;
	height: 34px;

	border: 0;
	background: transparent url(/images/heading34_grey_left.gif) no-repeat;
}

.form h2.headLine .title {
	padding: 6px 0 0 12px;
	height: 28px;

	background: transparent url(/images/heading34_grey_right.gif) no-repeat right;
	font-size: 18px;
	font-weight: bold;
}

.form {
	padding: 2px;
	margin: 0 auto;
}

.form .form-element-row input[readonly=readonly],
.form .form-element-row textarea[readonly=readonly] {
	border: 0;
	background-color: transparent;
}

.form .form-errors {
	padding: 10px;

	background-color: #ff0000;
	color: #ffffff;
	font-weight: bold;
}

.form ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.form li {
	padding: 0;
	margin: 0;
}

.form .content {
	padding: 10px 0 0 10px;
}

.form .submitButtons {
	padding: 10px;
	line-height: 20px;
}

.form .submitButtons button {
	margin: 5px;
}

.form h3.displaygroup-label {
	background: url(../images/subcontent_title_928.gif) no-repeat;
	height: 19px;
	color: #464646;
	padding: 3px 0 17px 10px;
	margin: 3px 0 0 10px;
}

.form table.displaygroup {
	width: 100%;
	margin: auto;
	/* margin: 0 auto 13px 15%; */
}

.form table.displaygroup.submitButtons td {
	text-align: center;
}

.form table.displaygroup td.left-td,
.form table.displaygroup td.right-td {
	padding: 10px 0 0px 10px;
	font-size: 12px;
	vertical-align: top;
}

.form table.displaygroup td .actions .anchor-button-medium {
	float: left;
}

.form table.displaygroup .left-td,
.form table.displaygroup .left-td-desc {
	text-align: right;
	vertical-align: middle;
	padding-top: 8px;
	width: 200px;
}

.form table.displaygroup .left-td-desc,
.form table.displaygroup .right-td-desc {
	height: 10px;
	padding-top: 0px;
}

.form table.displaygroup .right-td {
 	text-align: left;
 	/*width: 400px;*/
}

.form table.displaygroup .left-td label {
	display: block;
	padding-bottom: 4px;
}

.form table.displaygroup input {
	width: 262px;
	height: 19px;
	padding-top: 1px;
	border: 1px solid #c1c6ca;
}

.form table.displaygroup input.file {
	height: 24px;
}

.form table.displaygroup textarea {
	width: 262px;
	height: 140px;
	border: 1px solid #c1c6ca;
}

.form table.displaygroup select {
	width: 262px;
	height: 21px;
	padding-top: 1px;
	border: 1px solid #c1c6ca;
}

.form table.displaygroup span.info {
	display: block;
	font-size: 12px;
	color: #555555;
	width: 264px;
	padding-top: 3px;
	text-align: left;
}

.form table.displaygroup ul.form-errors {
	display: block;
	width: 264px;
	padding-top: 3px;

	background-color: #ffffff;
	font-size: 12px;
	color: #ff0000;
}

.form table.displaygroup img {
	border: 1px solid #c1c6ca;
	display: block;
}

.form table.displaygroup .checkbox {
	width: auto;
	display: block;
	float: left;
}

.form table.displaygroup strong.delete-picture {
	color: #5b9732;
	font-weight: normal;
	display: block;
	float: left;
	padding: 6px 0 0 3px;
	font-size: 11px;
}

table.exttext-table {
	width: 100%;
	margin: auto;
}

table.exttext-table td.before {
	padding-left:0;
	width:0px;
}

table.exttext-table td.input {
	width:100%;
	text-align:right;
}

.form button {
	color: #000000;
}
