
form {
	width: 100%;
}

form .row {
	margin-bottom: 1.5em;
	padding: 6px 0 11px;
}

form .row .row {
	margin-bottom: 0;
}


/* FIELDSET / LEGEND  */

.fieldset {
	margin-bottom: 1em;
	padding-top: 1em;
	padding-right: 10px;
	padding-bottom: 1em;
	padding-left: 10px;
	border-top: 1px solid #eee;
	float: left;
	width: 95%;
}

.fieldset + .fieldset {
	border-top-width: 0;
	padding-top: 0;
}

.row + .fieldset {
	margin-top: 2em;
} 

legend {
	display: block;
	font-size: 1.3847em;		/* 16px */
	line-height: 1.2222;		/* 22px */ 
	color: #978e00;
	top: -2px;
	padding-bottom: 0.5em;
}

.fontface legend {
	font-family: SansationRegular;
	top: 0;
}


/* LABEL */

label {
	display: block;
	line-height: 1.3;
	width: 100px;
	float: left;
	padding-top: 0.25em;
	margin-bottom: 0.5em;
	color: #333;
}

.top-aligned-labels label {
	width: 100%;
}

.top-aligned-labels .group label {
	width: 100px;
}


/* FIELDS */

.field {
	margin-left: 20px;
	float: left;
	display: inline;
}

.top-aligned-labels .field {
	width: 320px;
	margin-left: 0;
}


/* INPUT-FELDER */

/* Schrift f�r textarea zun�chst resetten */

textarea {
	font-family: Verdana, "GillSans", sans-serif;
	font-size: 1em;
}

input.text, 
input.password,
input.url,
select, 
textarea { 
	border: 1px solid #bbb;
	background: #fefefe;
	width: 220px;
	font-size: 0.8461em;
	color: #333;
}

/* HELPTEXTE */

.helptext {
	float: left;
	width: 100px;
	display: inline;
	margin-left: 20px;
	font-size: 0.8461em;	/* 11px */
	color: #555;
}

.top-aligned-labels .helptext {
	width: 200px;
}



/* SUBMIT / CANCEL */

form .groupname-submit {
	border-bottom-width: 0;
}

.groupname-submit label {
	display: none;
}

.groupname-submit .field {
	margin-left: 0;
}

.groupname-submit .button {
	float: left;
	margin-right: 1em;
	font-size: 1em;		/* 16px */
}



/* BUTTONS */

.button {
	border: 1px solid #bbb;
	text-shadow: 1px 1px 1px #fff;
	font-weight: bold;
	color: #932382;
	padding: 4px 6px 6px 6px;
	text-align: center;
	background-color: #f5f5f5;
	text-decoration: none;
}

.button:hover,
.button:focus {
	border-color: #932382;
	cursor: pointer;
	text-decoration: none;
}

.button:active {
	position: relative;
	top: 1px;
}


/* spezielle Buttons */

.small-button {
	font-size: 0.7692em;
	line-height: 1.1;
	padding: 3px 5px 5px;
}

.large-button {
	display: block;
	padding: 5px 6px 6px 6px;
	margin-bottom: 11px;
}

.round-button {
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	background: url(../img/psd/action-button-bg.png) repeat-x left bottom;
}

.square-button {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	background: url(../img/modal-box-head-bg.png) no-repeat left bottom;
}

.active-state-button {
	background: #f3f3f5;
	border-color: #bbb;
	text-shadow: none;
	color: #000;
	font-weight: normal;
}

.active-state-button:hover,
.active-state-button:focus {
	cursor: auto;
	border-color: #bbb;
}

.active-state-button:active {
	top: 0;
}


/* Button Bar */

.button-bar {
	float: left;
	width: 100%;
}

.button-bar li,
.button-bar .button {
	float: left;
	margin-right: 6px;
}


/* Newsletter subscription fixes */

.groupname-newsletter_registration_form_subscriptions .field label {
	width: 340px;
}