/* -------------------------------------------------------------- 
   
   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
   
-------------------------------------------------------------- */

label       { font-weight: bold; width: 200px; 	float: left; margin-right: 10px; }
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }

form div {
	clear:both;
	height:auto !important;
	min-height:38px;
}

/* Form fields
-------------------------------------------------------------- */

input.text, input.title, input,
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: 390px; height: 250px; padding:5px; }


/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { padding: 2px ; margin-bottom: 4px; 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; }

.submit 	{ 
	background-color: #fabf57;
	border: 1px solid #f1ac35;
	color: #FFF;
	cursor: pointer;
	margin-right: 5px;
	padding: 3px 10px 3px 10px;
}

strong.zamowBut 	{ 
	background-color: #c91617;
	border: 1px solid #b00b0c;
	color: #FFF;
	cursor: pointer;
	margin-right: 5px;
	margin-bottom: 20px;
	padding: 5px 10px 5px 10px;
}

form div span.required {
	font: bold 1.4em;
	color: #FF0000;
}

form div span.error {
	background-color: #FFFFFF;
	border: none;
	margin: 5px 0px 10px 200px;
	color: #c91617;
	
}

form input.error, textarea.error {
	border: 1px solid #c91617;
}

.help { display: block; margin-top: 0px;  margin-left:  210px; font-size: 80%; }

/* Newsletter
-------------------------------------------------------------- */
form#newsletter div {
	clear:none;
	height: auto;
}

form#newsletter fieldset {
	border: none;
	margin: 10px;
	padding: 0px;
}

form#newsletter label {
	display: none;
}

form#newsletter input#email {
	border: 1px solid #666666;
	font-size: 11px;
	padding: 5px 5px 5px 5px;

}

form#newsletter input.submit {
	font-size: 14px;
	font-weight: bold;
	margin-top: 6px;
	padding: 2px 8px 2px 8px;
	text-align: center;
}


#f_email, #buttons {
	float: left;
}

/* Zamówienie */


form#zamowienie { display:none; margin-top: 8px;}