body {
font-family: Arial;
font-size: 12px;
line-height: 18px;
color: #6B696B;	
}

#preloader {
position: absolute;
margin-top: 10px;
display: block;
width: 100%;
border: 1px solid #6B696B;
padding: 20px;
float: left;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;	
min-height: 355px;
z-index: 5;
background: url(ajax_loader.gif);
background-position: center center;
background-repeat: no-repeat;
background-color: white;
}


#ajax {
margin-top: 10px;
display: block;
width: 100%;
border: 1px solid #6B696B;
padding: 20px;
float: left;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;	
min-height: 355px;
position: relative;
}

h3 {
margin-top: 120px;
text-align: center;
font-size: 22px;	
color: black;
}

.small {
margin-top: 20px;
display: block;
float: left;
width: 100%;
text-align: center;
font-size: 16px;	
}

form {

}

legend {
display: block;
float: left;
margin-top: 10px;
margin-bottom: 10px;
font-size: 16px;
background-color: white;
width: 100%;
font-size: 16px;
}

label {
display: block;
float: left;
width: 100%;	
}

.field {
width: 100%;
float: left;
position: relative;
}

.left {
float: left;
width: 300px;
padding-top:15px;
}

.right {
float: left;
width: 360px;
margin-left: 20px;
padding-top:15px;
}

input[type=text] {
width: 100%;
border: none;
outline: none;
border: 1px solid #6B696B;
height: 26px;
float: left;	
padding-left: 10px;
display: block;
color: #6B696B;	
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

label.error {
position: absolute;
top: 0;
right: 0;
color: red;	
width: 100%;
text-align: right;
}

input[type=text].error, textarea.error {
border-color: red;	
}

textarea {
display: block;
width: 100%;
height: 201px;
border: none;
outline: none;
border: 1px solid #6B696B;
float: left;	
padding: 10px;
resize: none;
color: #6B696B;	
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

input[type=submit] {
padding-left: 15px;
padding-right: 15px;
float: right;
margin-top: 20px;
border: none;
outline: none;
border: 1px solid #6B696B;
height: 34px;
display: block;
background-color: #B5140C;
color: white;
font-weight: bold;
font-size: 14px;
cursor: pointer;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

input[type=submit]:hover {
background-color: #D33A34;	
}

input:focus, textarea:focus {
-webkit-box-shadow: inset 0px 0px 3px 0px rgba(50, 50, 50, 0.55);
-moz-box-shadow:    inset 0px 0px 3px 0px rgba(50, 50, 50, 0.55);
box-shadow:         inset 0px 0px 3px 0px rgba(50, 50, 50, 0.55);
-webkit-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;	
}
/* checkbox przy formularzu */
.checkbox-zgoda {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    text-transform: none;
    cursor: pointer;
    margin-top:10px;
}

.checkbox-zgoda ul li {
    margin-left: 15px;
    margin-top: 4px;
}

.checkbox-zgoda input[type="checkbox"] { margin: 0px 1px 0px 0px; }
.checkbox-zgoda.required { color:red; }

.promoform{
	float: left; 
	width: 25%;
}

/* RWD */

@media (max-width: 699px) {
    .left,
    .right {
        width: 100%;
        margin-left: 0;
        float: none;
    }
	.promoform{
		width:100%;
	}
}