/* ===========================================
* FORMS
*
* Author          : Jacek Kołodziej (kolodziejj@gmail.com)
* Creation date   : 10/09/2008
* Site            : centrumpaliw.pl
* License         : http://centrumpaliw.pl/
*
* ======================================== */

#content form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 80%;
}
#content fieldset {
	border-width: 1px;
	border-style: solid;
	padding: 16px 20px;
}
#content fieldset legend {
	font-weight: bold;
}
#content fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0;
}
#content fieldset fieldset legend {
	font-weight: normal;
	margin-left: 20px;
}
#content fieldset fieldset div {
	margin: 0 20px;
}
#content form fieldset div {
	margin-bottom: 1em;
	vertical-align: text-top;
}
#content form div.input {
	color: #444;
}
#content form div.required {
	color: #333;
	font-weight: bold;
}
#content form div.submit {
	border: 0;
	clear: both;
}
#content label {
	float: left;
	display: block;

	padding-right: 10px;
	width: 100px;
}
#content select {
	vertical-align: text-bottom;
}
#content select[multiple=multiple] {
	width: 100%;
}
#content option {
	padding: 0 3px;
}
