html, body {
	border: 0;
	margin: 0;
	padding: 0;
}

h1 {
	display: block;
	font-size: 1.4em;
	color: #443833;
	border-bottom: #443833 1px dotted;
	margin: 40px 0 15px 0;
}

h1.quote {
	display: block;
	float: right;
	clear: right;
	font-size: 1.8em;
	font-family: Georgia, Arial, sans-serif;
	color: #443833;
	margin: 40px 0 0 0;
	border: none;
}

small {color: #999; font-size: 0.85em;}

a img {border: none;}

/***** Global Classes *****/
.alignleft {display: block; float: left;}

.alignright {display: block; float: right;}

.aligncenter {
  	display: block;
  	text-align: center;
  	margin: 0 auto;
}

.endOfSection {
  	clear: both;
  	width: 100%;
  	height: 0;
  	line-height: 0;
  	font-size: 0;
  	padding: 0;
  	margin: 0;
  	border: 0;
}

/* the main layout */
#contentForm {
	display: block;

}

#contentForm p{
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;           
	height: 1%;
}

/* and now the form itself */
label {
	display: block;
	float: left;
	clear: left;
	width:290px;
	height:25px;
}
.pole{ font-style:italic; color: red !important;}
input, textarea, select {
	font: normal 100.1%/1.4em Arial,Helvetica,sans-serif;
	color: #1F1F1F;
border: 1px solid #DFDFDF;
	padding: 6px 6px;
	float: left;
	display: block;
	resize:none;

}
.input{width:370px; float:left;}
.textarea{width:370px; float:left;}
.input2{width:290px; float:left;}
.textarea2{width:298px; float:left;}
input:focus, textarea:focus, select:focus {
	border: 1px solid #1A1A1A;
	background-color: #FFFFFF;
}

input.button {
	cursor: pointer;
	float:left;
	border: none;
	background: url(../files/wyslij.jpg) no-repeat;
	width: 74px;
	height: 32px;
}

.fright {
	display: block;
	float: left;
}

.fright label {
	width: 110px;
	float:left;
	margin: 0 !important;
}

.fright input {
	margin-right: 5px !important;
}

span.required{
	font-size: 13px !important;
	color: red !important;
}

.errormsg {
	width:170px;
	color: #FF0000;
	font-style:italic; color: red !important;
	margin-top:5px;
	margin-left:10px;
}


