form .buttons {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 2px;
}

input.reset {

}

input.select {

}

input[type="text"], input[type="password"], textarea {
	border: 1px solid #ccc;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
}

/* Definition list layout for forms
---------------------------------------- */

fieldset {
}

fieldset legend {
	font-weight: bold;
	font-size: 1.2em;
}

fieldset dl {
	clear: left;
	margin: 10px;
	padding: 5px;
	border: 1px solid #eeeeee;
	background: #fefefe;
	left: 0;
	height: 1%;
	overflow: hidden;
}

fieldset dt {
	float: left;

	font-size: .8em;
	font-weight: normal;

	padding: 5px;
	width: 40%;
	text-align: left;
	display: block;
	color: #000;
	word-wrap: break-word;
}

fieldset dd {
	font-size: .8em;
	margin: 0;
	vertical-align: top;
	color: #000;
	word-wrap: break-word;
}


/* Form elements */
dt label {
	font-weight: bold;
	text-align: left;
}

dd label {
	white-space: nowrap;
	color: #333;
}

dl div.hint {
	float: left;
	clear: both;
	margin-top: 0;
	padding-left: 7px;
	font-size: .75em;
	color: #0066FF;
	width: 36%;
}

dd input, dd textarea {
	margin-right: 3px;
}

dd select {
	width: auto;
	font-size: .9em;
}

dd textarea {
	width: 85%;
}

/* Hover effects */
fieldset dl:hover dt label {
	color: #FF0000;
}

fieldset.fields2 dl:hover dt label {
	color: inherit;
}

fieldset .errors {
	color: #FF0000;
	font-weight: bold;
}


.toggler {
	margin-bottom: 10px;
	padding: 0;
	text-indent: 10px;
	color: #222;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
}

.element {

}

.float-right {

}


