
/* Ogólne style formularzy */
input {
	border:1px solid #999;
	font-size:12px;
	color:#7d7d7d;
	margin-right:5px;
	padding:0px 2px 0px 2px;
}
textarea {
	width:98%;
	border:1px solid #999;
	font-size:12px;
	color:#7d7d7d;
	margin-right:5px;
	padding:0px 2px 0px 2px;
}
select {
	border:1px solid #999;
	font-size:12px;
	color:#7d7d7d;
	padding:0px;
}
label {
	cursor:pointer;
}
input[type=checkbox] {
	border:0px !important;
	vertical-align:middle;
}
input[type=radio] {
	border:0px !important;
	vertical-align:middle;
}
input[type=text] {
	width:80%;
	border:1px solid #999;
	font-size:12px;
	height:15px;
	color:#7d7d7d;
	margin-right:5px;
	padding:0px 2px 0px 2px;
}
input[type=password] {
	width:80%;
	border:1px solid #999;
	font-size:12px;
	height:15px;
	color:#7d7d7d;
	margin-right:5px;
	padding:1px 2px 1px 2px;
}
input[type=button] {
	text-align:center;
	font-size:12px;
	font-weight:normal;
	color:#444444;
	height:20px;
	padding:0px 4px 0px 4px;
	background:url(../images/button.jpg) repeat-x bottom left #fff;
	border:1px solid #999;
	cursor:pointer;
}
input[type=submit] {
	text-align:center;
	font-size:12px;
	font-weight:normal;
	color:#444444;
	height:20px;
	padding:0px 4px 0px 4px;
	background:url(../images/button.jpg) repeat-x bottom left #fff;
	border:1px solid #999;
	cursor:pointer;
}
input[type=reset] {
	text-align:center;
	font-size:12px;
	font-weight:normal;
	color:#444444;
	height:20px;
	padding:0px 4px 0px 4px;
	background:url(../images/button.jpg) repeat-x bottom left #fff;
	border:1px solid #999;
	cursor:pointer;
}
.noborder {
	border:0px;
}
.bold {
	font-weight:bold;
}






/* Formularz */
.form {
	width:80%;
	margin:auto;
}
.form_description {
	width:20%;
	text-align:right;
	line-height:99%;
	vertical-align:top;
	padding:8px 2px 4px 0px;
}
.form_input {
	font-size:12px;
	height:15px;
	color:#7d7d7d;
	margin-right:5px;
	padding:0px 2px 0px 2px;
}
.fieldset {
	margin:auto;
	border:1px solid #609be4;
	padding:5px;
}
.legend {
	font-size:12px;
	color:#2a4dab;
}
.checkbox {
	background:none;
	border:none;
	vertical-align:middle;
}
.radio {
	background:none;
	border:none;
	vertical-align:middle;
}
.text {
	width:80%;
	border:1px solid #999;
	font-size:12px;
	height:15px !important;
	height:16px;
	color:#7d7d7d;
	margin-right:5px;
	padding:0px 2px 0px 2px;
}
.button {
	text-align:center;
	font-size:12px;
	font-weight:normal;
	color:#444444;
	background:url(../images/button.jpg) repeat-x bottom left #fff;
	cursor:pointer;
}
.button:hover {
	color:#000000;
}
.required {
	font-weight:bold;
	color:#ff0000;
}




.form_right {
	margin-right:0px;
	margin-top:4px;
	margin-bottom:4px;
}


.form_description_site {
	text-align:left;
	line-height:99%;
	vertical-align:top;
	padding:8px 2px 4px 0px;
}
.form_input_site {
	text-align:left;
	vertical-align:top;
	padding:2px;
}


