#DkrContactForm {
    display: block;
    clear: both;
    margin: 0 auto;
    overflow: hidden;
}
    /* 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: 0px 0px 10px 0px;
	border: none;
}
#DkrContactForm .form fieldset.info {
	
}

#DkrContactForm .form fieldset label {
	display: block;
	clear: both;
	background: none;
}
#DkrContactForm .form fieldset input.submit {
	float: right;
}
#DkrContactForm .form fieldset input.reset {
	float: left;
}
#DkrContactForm .form fieldset textarea {
	overflow: auto;
}
#DkrContactForm .form fieldset .field {
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
}
#DkrContactForm .form fieldset .buttons {
	display: block;
	clear: both;
	padding-bottom:30px;
}
/******  dostosowywujemy ponizsze style do wygladu strony */
#DkrContactForm {
display:block;
margin:0 auto;
overflow:hidden;
width:230px;
/* szerokosc formularza = szerokosc prawej kolumny + szerokosc lewych pol + 6px + odstep miedzy kolumnami */
}
#DkrContactForm .form fieldset.info input {
	width: 224px;
/* szerokosc pol w lewej kolumnie */
}
#DkrContactForm .form fieldset.info {
	width: 230;
/* szerokosc lewej kolumny = szerokosc pol + 6px */
}
#DkrContactForm .form fieldset input#subject, #DkrContactForm .form fieldset textarea {
	width: 224px;
/* szerokosc pol w prawej kolumnie */
}
#DkrContactForm .form fieldset textarea {
	height: 94px;
/* wysokosc textarea: )  */
}
#DkrContactForm .form fieldset.message {
	width: 230px;
/* szerokosc prawej kolumny = szerokosc pol + 6px */
}
#DkrContactForm .form fieldset input.submit, #DkrContactForm .form fieldset input.reset {
	width: 96px;
/* buttony */
	height: 20px;
	line-height: 1em;
	background: #fff;

	border: 1px #9C9C9C solid;
	cursor: pointer;
}
#DkrContactForm .form fieldset input, #DkrContactForm .form fieldset textarea {
	background: #FFFFFF none repeat scroll 0 0;
	border: 1px solid #9D9D9D;

	font-family: verdana;
	font-size: 11px;
	margin-bottom: 0;
	padding: 2px;
}
#DkrContactForm .form fieldset label {
	background: none;
/* label */
	font-size: 11px;

}
/************************************************************** 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;
	color: #000 !important;
}

textarea.textareaRequiredState, .textareaRequiredState textarea, 
textarea.textareaMinCharsState, .textareaMinCharsState textarea,
textarea.textareaMaxCharsState, .textareaMaxCharsState textarea {
      background-color:#FF9F9F !important; 
      color: #000 !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;}

/* Stylesheet: Formularz kontaktowy Modified On 2010-09-27 14:33:12 */
