/* @group form fields */

label {
	font-weight: normal;
}

label.description {
	font-weight: normal; font-size:0.9em;
}

fieldset {
	padding: 0.5em 1em 1em 1em;
	margin: 0 0 1em 0;
	border-top: none;
}

legend {
	font-weight: normal;
	font-size: 1.6em;
	line-height:normal;
	padding:0 5px 5px 5px;
	margin-left:-5px;
}

input[type=text], input[type=password],
input.text, input.title,
textarea, select {
	background-color: #fff;
	border: 1px solid #004473;
}

input[type=text]:focus, input[type=password]:focus,
input.text:focus, input.title:focus,
textarea:focus, select:focus {
	border-color: #000;
}

input.text, input.title, textarea {
	border: 1px solid #004473;
	background:#FFFFFF url(../gfx/forms/input.png) repeat-x bottom left;
}

input[type=text], input[type=password],
input.text, input.title,
textarea, select {
	margin: 0;
}

input.text,
input.title {
	padding: 5px;
}

input.title {
	font-size: 1.5em;
}

textarea, select {
	padding: 3px;
	background:transparent url(../gfx/forms/input.png) repeat-x bottom left;
}

input[type=checkbox], input[type=radio],
input.checkbox, input.radio {
	margin: 0;
	padding: 0;
	position:relative;
	top:-1px;
}

/* @end */

/* @group dl form */

dl.horizontalforms {
	line-height: 2.2em;
	margin: 0;
}

dl.horizontalforms dt {
	float: left;
	clear: left;
	padding: 0;
	margin: 0 10px 0 0;
}

dl.horizontalforms dd {
	padding: 0;
	margin: 0 0 5px 0;
}

dl.verticalforms {
}

dl.verticalforms dt {
	clear: both;
	margin: 0 0 5px 0;
}

dl.verticalforms dd {
	clear: both;
	margin:0 0 5px 0;
}

dl.inlineforms {
	line-height:1.8em;
}

dl.inlineforms dt {
	float: left;
	clear: none;
	margin: 0 10px 0 0;
}

dl.inlineforms dd {
	float: left;
	clear: none;
	margin: 0 10px 0 0;
}

/* @end */

/* @group feedback */

input.incorrect {
	border-color: #FF0000;
}

label.incorrect {
	color: #FF0000;
}

.error,
.notice,
.success {
	padding: 5px 10px 5px 35px;
	margin: 0.5em 0 0.5em 0;
	color: #000000;
	background-repeat: no-repeat;
	background-position: 10px 5px;
}

.error {
	background-color: #FBE3E4;
	background-image: url(../gfx/icons/cross_octagon.png)
}

.notice {
	background-color: #FFF6BF;
	background-image: url(../gfx/icons/exclamation.png)
}

.success {
	background-color: #E6EFC2;
	background-image: url(../gfx/icons/tick.png)
}

.error p, .notice p, .success p {
	padding: 0;
	margin: 0;
}

.error a, .notice a, .success a {
	color: #000000;
}

/* @end */

