/********/
/* FORM */
/********/

form {
	margin-top: -20px;
}

form .xhtml {
	clear: both;
	padding-top: 10px;
	margin-bottom: -15px;
}

form h3 {
	padding-top: 15px;
	margin-bottom: 0px;
}

label, input, textarea, select, .display_none label,.display_none input,.display_none textarea,.display_none select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 2px 0px 2px 22px;
	width: 265px;
	font-size: 13px;
}

textarea {
	height: 50px;
	width: 255px;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

label {
	float: left;
	clear: left;
	font-weight: bold;
}

select, textarea, input {
	float: left;
}

select {
	border: 1px solid #CCCCCC;
	font-size: 16px;
	padding: 2px;
	width: 267px;
}

input {
	text-indent: 5px;
}

input[type="text"], input[type="password"] {
	font-size: 16px;
	height: 24px;
	border: 1px solid #CCCCCC;
}

dd {
	margin-left: 288px;
}

dd label {
	width: auto;
	margin-top: -15px;
	margin-bottom: 15px;
}

dd input {
	width: auto;
	margin: 2px 7px 2px 0px;
}

input[type="submit"], input[type="button"]{
	clear: left;
	margin-left: 308px;
	margin-bottom: 20px;
	font-weight: bold;
	width: 202px;
	text-indent: 0px;
}

input[type="file"]{
	margin: 0px 0px 0px 15px;
}

.hiddenInput {
	display: block;
	margin-bottom: -20px;
}

.inlineFormElement {
	float: none;
	margin: 0px;
}

/* focused input */
.focusInput {
	background-color: #fef5f5;
}

/* fix radio group */
.radio {
	margin-left: 310px;
	margin-top: -20px;
	margin-bottom: 25px;
}

.radio input[type="radio"] {
	margin-left: 0px;
	margin-right: 10px;
	width: auto;
}

/************/
/* MESSAGES */
/************/

p.notice {
	border: 1px solid #FFBA1C;
	padding: 5px;
	margin: 30px 22px 0px 22px;
	background: #FCF3BA;
	color: #514721;
}

ul.errors {
	float: left;
	clear: both;
	width: auto;
	margin: 5px 0px 20px 22px;
	padding: 0px 0px 0px 5px;
	border: 1px solid #BF2323;
	background-color: #FFDFDF;
	color: #BF2323;
}

ul.errors li {
	display: block;
	list-style-type: none;
	background: url(../assets/images/icons/error.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 3px 3px 3px 25px;
}

.sidebar ul.errors {
	width: 195px;
}