
#contact p, label, legend {
    font: 1.5em "Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
}
#contact h1 {
    color: #333333;
    font-family: "Helvetica Neue",helvetica,sans-serif;
    font-size: 24px;
    margin: 10px 0;
}
#contact hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #D9D9D9;
    border-image: none;
    border-style: none none solid;
    border-width: 1px;
    color: inherit;
    height: 0;
    margin: 6px 0;
    padding: 0;
}
#contact {
    background-color: #FFFFFF;
    border: 1px solid #CBCBCB;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(50, 50, 50, 0.1);
    display: block;
    font-family: Tahoma;
    margin: 0 auto;
    padding: 5px;
    width: 800px;
}
mark.validate {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 16px;
    margin: 7px 0 0 10px;
    width: 16px;
}
mark.valid {
    background: url("../img/success.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
}
mark.error {
    background: url("../img/error.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
}
#contact label {
    clear: both;
    display: inline-block;
    float: left;
    font-size: 13px;
    font-weight: normal;
    height: 1em;
    line-height: 1em;
    margin: 5px 15px 5px 0;
    padding: 4px 0 0;
    position: static;
    text-align: left;
    top: 0;
    width: 88px;
}
#contact label small {
    color: #919191;
    font-size: 0.75em;
}
#contact label.verify {
    margin: 2px 10px 2px 0;
    padding: 0;
    text-align: right;
    width: 145px;
}
#contact label.verify img {
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    padding: 1px;
}
#contact input, #contact textarea, #contact select {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(81, 203, 238, 0);
    color: #666666;
    font: 12px Tahoma;
    margin: 2px 0;
    padding: 5px;
    transition: all 0.25s ease-in-out 0s;
    vertical-align: top;
    width: 200px;
}
#contact select {
    margin: 2px 0;
    width: 370px;
}
#contact input#verify {
    width: 55px;
}
#contact textarea {
    height: 150px;
    width: 550px;
}
#contact input:focus, #contact textarea:focus, #contact select:focus {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-shadow: 0 0 5px #51CBEE;
    color: #333333;
    outline: medium none;
    position: relative;
    transform: scale(1.05);
    transition: all 0.25s ease-in-out 0s;
    z-index: 5;
}
#contact input.error, #contact textarea.error, #contact select.error {
    background: none repeat scroll 0 0 #FEF3F3;
    border: 1px solid #FAABAB;
    box-shadow: 0 0 5px rgba(204, 0, 0, 0.5);
}
#contact input.submit {
    background: none repeat scroll 0 0 #000000;
    border: 1px solid #282828;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    cursor: pointer;
    font-size: 15px;
    padding: 5px 6px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    width: auto;
}
#contact input.submit:hover {
    background: none repeat scroll 0 0 #282828 !important;
    transition: none 0s ease 0s;
}
#contact input.submit:active, #contact input.submit:focus {
    top: 1px;
}
#contact input[type="submit"][disabled] {
    background: none repeat scroll 0 0 #888888;
}
#contact fieldset {
    border: 1px solid #EEEEEE;
    margin: 0 0 12px;
    padding: 15px 10px;
    text-align: left;
}
#contact legend {
    border: 1px solid #EEEEEE;
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0 !important;
    padding: 0 10px;
}
#contact input[type="checkbox"] {
	-webkit-appearance: checkbox;
    margin-top: 11px;
    outline: medium none;
    width: 20px;
}
#contact span.required {
    color: #FF0000;
    font-size: 13px;
}
#message {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    margin: 1em 0;
    padding: 0;
}
.error_message {
    background: url("../img/error.gif") no-repeat scroll 10px center #FBE3E4;
    border: 1px solid #FBC2C4;
    color: #8A1F11;
    display: block;
    height: 22px;
    line-height: 22px;
    padding: 3px 10px 3px 35px;
}
.loader {
    padding: 0 10px;
}
#contact #success_page h1 {
    background: url("../img/success.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
    padding-left: 22px;
}
#contact input[type="radio"] {
    margin-top: 0;
    width: 20px;
}
#contact .radio {
    width: 100%;
}
acronym {
    border-bottom: 1px dotted #CCCCCC;
}
.pole {
    float: left;
    width: 350px;
}
.dane {
    color: #444444;
    float: left;
    font-family: Tahoma;
    font-size: 13px;
    line-height: 20px;
    width: 170px;
}
.kontakt_dane {
    border: 1px solid #CBCBCB;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(50, 50, 50, 0.1);
    height: 279px;
    margin: 0 auto 10px;
    padding: 5px 15px;
    width: 780px;
}
