/* Form declarations
----------------------------------------------- */
table.formdummy {
	border-collapse: collapse;
	width: 100%;
}

table.formdummy td {
	padding: 0;
}

table.formdummy td.label {
	width: 90px;
}

table.formdummy td p {
	margin-top: 0;
}

.form h2 {
	font-size: 1em;
}
.form label {
	clear: left;
	display: block;
	float: left;
	width: 90px;
}

.form input {
	border: 1px solid #656565;
	width: 215px;
}

.form label span.txt {
	position: relative;
	font-size: 11px;
}

.form textarea {
	border: 1px solid #656565;
	width: 219px;
	font-size: 1em;
}

.form .even, .form .odd {
	margin-bottom: 6px;
}

.form .static {
	display: block;
	width: 280px;
	float: right;
	border-left: 1px solid #656565;
	padding: 0 0 0 10px;
}

.form .group .required {
	vertical-align: top;
}

.form .requiredtext {
	margin: 0 0 6px 0;
}

/* Form Errors
   -------------------------------------- */
.errors {
	color: #a00;
	margin: 0 0 15px 0;
	padding: 0 0 0 10px;
	background: white url( ../images/error_bg.gif ) right top no-repeat;
	border: 1px solid #a00;
}

.errors * {
	color: #a00;
}

.errors h3 {
	font-size: 13px;
	padding-top: 10px;
}


.ftext_failed,
.fpass_failed,
.fstatic_failed,
.fcombo_failed,
.fradio_failed,
.fcheckbox_failed,
.ftextarea_failed {
	background-color: #fee;
	border: 1px solid #656565;
}

.ftextarea {
	width: 210px;
}

input {
	height: 12px;
	width: 116px;
	padding: 2px;
	border: 1px solid #656565;
}

button {
	margin-top: 0px;
	border: 1px solid #656565;
	padding: 0px 3px 1px 9px;
	height: 18px;
	background: white url( ../images/img_pfeilchen.gif ) no-repeat 5px 0px;
	line-height: 14px;	
	font-size: 11px;
}

button:hover {
	cursor: pointer;
}

.postbuttons a {
	text-decoration: none;
	margin: 10px 0 0 0;
	border: 1px solid #656565;
	padding: 3px 10px 3px 15px;
	height: 16px;
	background: white url( ../images/img_pfeilchen.gif ) no-repeat 5px 2px;
}

.postbuttons a:link,
.postbuttons a:hover,
.postbuttons a:active,
.postbuttons a:visited {
	text-decoration: none;
}
