/* ------------------------------------------------------------------------------------
 * formular.css :: FORMULAR -
 *
 * Skin: default
 * Author: Bastian Schröder <bs@chemanet.de>
 * Version: 2007-12-07
 * ------------------------------------------------------------------------------------ */

body div#contentframe div.abstract {
	margin: 5px 0 25px 0;
}

/* ---------------------------------------- form -------------------------------------- */
body div#contentframe form {
	width: 680px;
	margin: 25px 0;
	padding: 25px;
	border: 1px solid #b2b2b2;
}
body div#contentframe form h3 {
	margin-bottom: 25px;
}
body div#contentframe form label {
	display: block;
	min-height: 30px;
	margin-bottom: 10px;
	padding: 5px;
}
body div#contentframe form label.require {
	color: red;
}
body div#contentframe form fieldset {
	padding: 5px;
}
body div#contentframe form button {
	margin-top: 10px;
}

/* input type="text" */
body div#contentframe form label.input span,
body div#contentframe form label.date span,
body div#contentframe form label.select span,
body div#contentframe form label.radio span {
	display: block;
	float: left;
	width: 120px;
	margin: 2px 5px 0 0;
}
body div#contentframe form label.input input,
body div#contentframe form label.select select {
	padding: 2px;
	width: 485px;
}

/* input type="date" */
body div#contentframe form label.date input {
	float: left;
	padding: 2px;
	width: 465px;
}
body div#contentframe form label.date a.calendar {
float: left;
	display: block;
	width: 15px;
	height: 17px;
	margin-left: 5px;
	background: url(../img/calendar.png) no-repeat
}
body div#contentframe form label.date a.calendar span {
	display: none;
}

/* input type="checkbox" */
body div#contentframe form label.checkbox input {
	float: left;
	margin-left: 105px;
}
body div#contentframe form label.checkbox span {
	display: block;
	margin-left: 122px;
	width: 489px;
}

/* input type="radio" */
body div#contentframe form label.radio input {
	margin: 0 10px;
}

/* textarea */
body div#contentframe form label.text span {
	display: block;
	float: left;
	width: 120px;
	margin: 2px 5px 0 0;
}
body div#contentframe form label.text textarea {
	padding: 2px;
	width: 485px;
	height: 95px;
	font-size: 1em;
	font-weight: normal;
}

/* new form element spacer */
body div#contentframe form div.new_formEl {
	display: none;
	padding: 10px;
	font-weight: bold;
	background: rgb(239,237,222);
	text-align: center;
	cursor: pointer;
}

/* ------------------------------------- adminbar ------------------------------------- */
body div#contentframe form .new_formEl {
	padding: 1px;
	border: 1px dotted #b2b2b2;
	cursor: pointer;
}
body div#contentframe form .new_formEl:hover {
	background-color: #B6BDD2;
	border: 1px solid #0A246A;
}

/* fieldset admin */
body div#contentframe form fieldset a.delete {
	margin-right: 0;
}
body div#contentframe form div.admin_fieldset {
	height: 16px;
	margin: 0 7px 10px 0;
	text-align: right;
}
body div#contentframe form div.admin_fieldset a {
	float: right;
	display: block;
	width: 16px;
	height: 16px;
	margin: 2px 0 0 2px;
	border: 0;
}
body div#contentframe form div.admin_fieldset a span {
	display: none;
}
body div#contentframe form div.admin_fieldset a.move_up {
	background: url(../img/up.png) no-repeat;
}
body div#contentframe form div.admin_fieldset a.move_down {
	background: url(../img/down.png) no-repeat;
}
body div#contentframe form div.admin_fieldset a.fdelete {
	background: url(../img/delete.png) no-repeat;
}
