/* -------------------------------------------------------------- 
   
   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   
   Usage:
   * For text fields, use class .title or .text
   
-------------------------------------------------------------- */
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }
/* Form fields
-------------------------------------------------------------- */
.zero { margin: 0px; height: auto !important; height: 25px; min-height:25px;}
form { display: inline; padding: 0px; margin: 0px; }
input.radioIn { border: none; background-color: #2a0600; width: 30px; margin-right: 10px; }
input.text, input.title,
textarea, select {
  margin:0.5em 0;
  border:1px solid #bbb;
}
input.text:focus, input.title:focus,
textarea:focus, select:focus {
  border:1px solid #666;
}
input.text, 
input.title   { width: 300px; padding:5px; }
input.title   { font-size:1.5em; }
textarea      { width: 160px; height: 150px; padding:5px; }
/* Success, notice and error boxes
-------------------------------------------------------------- */
.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }

label {
	float:left;
	margin:1px 10px 0px 0;
	padding:2px 3px 0px 3px;
	text-align:left;
	width:130px;
}

input.radioIn { border: none; width: 30px; }

input, select {
	border: 1px solid #856133;
	background-color: #552d15;
	color: #FFF;
	float:left;
	font-size: 12px;
	height: 16px;
	margin:2px;
	padding:1px 4px;
	width:130px;
}

textarea {
	border:1px solid #cccccc;
	color: #666;
	float:left;
	font-size: 12px;
	margin:2px;
	padding:1px 2px;
	width:230px;
}

textarea.uwagi {
	border: 1px solid #856133;
	background-color: #552d15;
	color: #333;
	float:left;
	font-size: 12px;
	margin:2px 2px 2px 80px;
	padding:1px 4px;
	width:500px;
}


input.submit, input.reset {
	display: block;
	background-image: url(../img/butR.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #b6a35a;
	border: none;
	margin: 0;
	float: left;
	font-size: 12px;
	height: 20px;
	color:#450b00;
	text-decoration:none;
	text-align: center;
	cursor: pointer;
	width: auto;
	padding: 0px 6px 0px 3px;
}

.submit {
	background-image: url(../img/butL.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left:3px;
	height: 20px;
	margin-top: 2px;
}

input.submit2 {
	display: block;
	background-image: url(../img/butR2.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #86692d;
	border: none;
	margin: 0;
	float: left;
	font-size: 12px;
	height: 20px;
	color:#d5c67c;
	text-decoration:none;
	text-align: center;
	cursor: pointer;
	width: auto;
	padding: 0px 6px 0px 3px;
}

.submit2 {
	background-image: url(../img/butL2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left:3px;
	height: 20px;
}


#buttons { margin: 0px; padding: 0px 70px 0px 0px; }


/*--- formularz mailowy ---*/

.formularz-mailowy form {
	display: table;
	margin: 25px 0px 0px 30px;
	
}
.formularz-mailowy form input.email,.formularz-mailowy input.name,.formularz-mailowy textarea {
	background-color: #fff;
	font-size: 12px;
	float: right;
	margin: 5px 0px;
	padding: 2px;
	width: 260px;
}
.formularz-mailowy form textarea {
	height: 150px;
	font-size: 11px;
}
.formularz-mailowy div#buttons{
	display: block;
	float: right;
	margin-top: 10px;
	height: 30px;
	width: 250px;
}
.formularz-mailowy label {
	display: block;
	font-weight: bold;
	font-size: 11px;
	float: left;
	margin-top: 5px;
	margin-right: 30px;
	text-align: left;
	width: 40px;
}
.formularz-mailowy input.submit {
	display: block;
	background-color: #003399;
	margin-right: 5px;
	height: 20px;
	float: right;
	font-size: 12px;
	font-weight: bold;
	color:#fff;
	border: 0;
	text-decoration:none;
	text-align: center;
	cursor: pointer;
	padding-bottom: 2px;
	width: 85px;
}
.formularz-mailowy input.reset {
	display: block;
	background-color: #a5a5a5;
	margin-right: 5px;
	height: 20px;
	float: right;
	font-size: 12px;
	font-weight: bold;
	color:#fff;
	border: 0;
	margin-right: 1px;
	text-decoration:none;
	text-align: center;
	padding-bottom: 2px;
	cursor: pointer;
	width: 85px;
}

