/* saved */ /* Start of CMSMS style sheet 'Formularz kontaktowy' */
/* Start of CMSMS style sheet 'kontakt' */
#DkrContactForm {

  width:375px;

  clear:both;
display:block;

overflow:hidden;
padding-bottom:40px;
}

    /* Komunikaty **************************************************************/

    #DkrContactForm #messages {

        display: block;

        clear: both;

        margin: 0;

        padding: 0;

    }



        #DkrContactForm #messages ul {

            list-style: none;

        }



            #DkrContactForm #messages ul li {

                background-image: none;

            }



            #DkrContactForm #messages ul .fieldName {

                font-weight: bold;

            }

    /************************************************************** Komunikaty */





    /* Formularz **************************************************************/

    #DkrContactForm .form {

        display: block;

        clear: both;

        margin: 0;

        padding: 0;

    }



        #DkrContactForm .form fieldset {

            margin: 0;

            padding: 0;

            border: none;

        }



        #DkrContactForm .form fieldset.info {

            float: left;

        }







        #DkrContactForm .form fieldset.message {

            float: left;

        }



            #DkrContactForm .form fieldset label {

                display: block;

                clear: both;

                background: #DDE4EC;

            }





            #DkrContactForm .form fieldset input.submit {

                float: right;
                border:none;

            }



            #DkrContactForm .form fieldset input.reset {

               float: left;

            }







            #DkrContactForm .form fieldset textarea {

                overflow:auto;
                color: #DDE4EC;



            }



            #DkrContactForm .form fieldset .field {

                display: block;

                clear: both;

                margin: 0;

                padding: 0;

                margin-bottom: 8px;

            }

          #DkrContactForm .form fieldset .buttons {

                display: block;

                clear: both;

            }



/******  dostosowywujemy ponizsze style do wygladu strony */



#DkrContactForm {

   
}



#DkrContactForm .form fieldset.info input {

    width: 224px;       /* szerokosc pol w lewej kolumnie */

}



#DkrContactForm .form fieldset.info {

width: 170px;       /* szerokosc lewej kolumny = szerokosc pol + 6px */

}



#DkrContactForm .form fieldset input.subject, #DkrContactForm .form fieldset textarea {

    width: 224px;       /* szerokosc pol w prawej kolumnie */
    float:left;

}



#DkrContactForm .form fieldset textarea {

    height: 94px;       /* wysokosc textarea :) */

}



#DkrContactForm .form fieldset.message {

    width: 230px;       /* szerokoscx prawej kolumny = szerokosx pol + 6px */

}

#DkrContactForm .form fieldset input.submit, #DkrContactForm .form fieldset input.reset {

background: none repeat scroll 0 0;
border:1px solid #000000;
cursor:pointer;
font-weight:bold;
height:20px;
line-height:1em;
width:96px;
color:#F78407;

}



#DkrContactForm .form fieldset input, #DkrContactForm .form fieldset textarea {

    margin-bottom: 0;       /* inputy */

    border: 1px solid #9C9C9C;

    font-size: 95%;

    font-family: trebuchet, sans-serif;

    padding: 2px;

    background:  #4D4D4D;

    color:   #000;
    
    border:0 !important;

width:224px

}



#DkrContactForm .form fieldset label {

    background: none;       /* label */

   

    font-size: 95%;

}



/************************************************************** Formularz */



/* SpryFormValidation.css - version 0.5 - Spry Pre-Release 1.5 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */





.textareaRequiredMsg,

.textareaMinCharsMsg,

.textareaMaxCharsMsg,

.textareaValidMsg {

	display:none;

}

.textareaRequiredState .textareaRequiredMsg,

.textareaMinCharsState .textareaMinCharsMsg,

.textareaMaxCharsState .textareaMaxCharsMsg

{

	display: block;

    clear: both;

    margin-left: 2px;

    padding: 3px;

    padding-right: 0;

	  color: #CC3333;

}



.textareaValidState textarea, textarea.textareaValidState {

	background-color:#B8F5B1 !important;

}



textarea.textareaRequiredState, .textareaRequiredState textarea, 

textarea.textareaMinCharsState, .textareaMinCharsState textarea,

textarea.textareaMaxCharsState, .textareaMaxCharsState textarea {

      background-color:#FF9F9F !important; 

}



.textareaFocusState textarea, textarea.textareaFocusState {

	/* background-color:#FFFFCC; */

}

.textareaFlashState textarea, textarea.textareaFlashState{

	color:red !important;

}

textarea.textareaHintState, .textareaHintState textarea{	/* color: red !important;*/

}



.textfieldRequiredMsg, .textfieldInvalidFormatMsg, .textfieldMinValueMsg, .textfieldMaxValueMsg, .textfieldMinCharsMsg, .textfieldMaxCharsMsg,

.textfieldValidMsg {

	display: none;

}

.textfieldRequiredState .textfieldRequiredMsg, 

.textfieldInvalidFormatState .textfieldInvalidFormatMsg,

.textfieldMinValueState .textfieldMinValueMsg,

.textfieldMaxValueState .textfieldMaxValueMsg,

.textfieldMinCharsState .textfieldMinCharsMsg,

.textfieldMaxCharsState .textfieldMaxCharsMsg

{

    display: block;

    clear: both;

    margin-left: 2px;

    padding: 3px;

    padding-right: 0;

	  color: #CC3333;

}



.textfieldValidState input, input.textfieldValidState {

	background-color: #B8F5B1 !important;

	color: #000 !important;

}



input.textfieldRequiredState, .textfieldRequiredState input, 

input.textfieldInvalidFormatState, .textfieldInvalidFormatState input,

input.textfieldMinValueState, .textfieldMinValueState input, 

input.textfieldMaxValueState, .textfieldMaxValueState input, 

input.textfieldMinCharsState, .textfieldMinCharsState input, 

input.textfieldMaxCharsState, .textfieldMaxCharsState input {

	background-color: #FF9F9F !important;

	color: #000 !important;

}

.textfieldFocusState input, input.textfieldFocusState {

	background-color: #FFFFCC;

}



.textfieldFlashText input, input.textfieldFlashText {

	color: red !important;

}



/* When the widget has the hint message on, the hint text can be styled differently than the user typed text. */

.textfieldHintState input, input.textfieldHintState {

	/*color: red !important;*/

}





.formMessage {width: 100%; text-align: center; font-weight:bold;

padding-top:30px;
}


/* End of 'kontakt' */

/* End of 'Formularz kontaktowy' */

