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

form fieldset {
	margin: 0px;
	border-color: #a6bd00;
}

form fieldset legend {
	margin-bottom: 31px;
	padding: 12px 0px 22px;
	width: 291px;
	height: 35px;

	color: #fff;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;

	background-image: url("../img/register_legend.png");
	background-repeat: no-repeat;
	background-position: top center;
}

/* Hack dla FF, który raczy ignorowac width i height dla <legend /> */
#legend, x:-moz-any-link {
	padding: 8px 40px;
}

form fieldset strong {
	display: block;

	margin-bottom: 1em;
	padding: 5px;
	width: 20em;

	color: #fff;
	text-transform: uppercase;

	background-color: #a6bd00;
}

form fieldset div {
	margin-right: 20px;
	width: 300px;
}

form fieldset input[type=checkbox] {
	float: left;
}

form fieldset label {
	color: #004471;
}

form fieldset input, form fieldset select {
	color: #33361c;

	background-color: #cdda70;
}

form fieldset span {
	color: #004471;
	font-size: 1em;
	font-weight: normal;
}

form .submit input {
	border: none;
	width: 101px;
	height: 28px;

	color: #01446f;
	font-weight: bold;

	background-color: #d5dfe9;
	background-image: url("../img/add_price_submit.png");
	background-repeat: no-repeat;
	background-position: center center;
}

#moreInfo strong {
	width: 30em;
}

#moreInfo p {
	float: left;
}

#moreInfo a {
	display: block;
	float: left;

	border: none;
	padding-top: 9px;
	width: 215px;
	height: 23px;

	color: #01446f;
	font-weight: bold;
	
	text-align: center;
	vertical-align: middle;

	background-color: #d5dfe9;
	background-image: url("../img/register_more.png");
	background-repeat: no-repeat;
	background-position: center center;
}

#more fieldset, #accept fieldset {
	border-top: none;
	margin-top: 0;
}

#accept fieldset label {
	width: 500px;
}


