/* saved */ /* Start of CMSMS style sheet 'Varsovia meble' */
#DkrContactForm { display: block; clear: both;  margin: 0 0 0 50px; padding: 0; overflow: hidden;}
#DkrContactForm span {display:none; }
   /* Komunikaty**************************************************************/
   #DkrContactForm #messages {  display: block;  clear: both; margin: 0;  padding: 0;  }
       #DkrContactForm #messages ul {  list-style: none;  clear: both;}
           #DkrContactForm #messages ul li {  background-image:none;  clear: both;}
           #DkrContactForm #messages ul .fieldName {  font-weight:bold;  clear: both;}
   /**************************************************************Komunikaty */

   /* Formularz**************************************************************/
   #DkrContactForm .form {  overflow: hidden; display: block;  clear: both;  margin:0;  padding: 0;  }
       #DkrContactForm .form fieldset {  overflow: hidden; margin: 0;  padding: 0; border: none; }
       #DkrContactForm .form fieldset.info {  float: left;   }
           #DkrContactForm .form fieldset.info .field, input { width: 160px;  }
       #DkrContactForm .form fieldset.message {float:left;  margin-left:10px; width: 200px;  }
           #DkrContactForm .form fieldset label {  display: block; clear: both;  }
           #DkrContactForm .form fieldset input, textarea { margin-bottom: 0;  }
           #DkrContactForm .form fieldset input.submit {  float:right; }
           #DkrContactForm .form fieldset input.reset {  float:left;  }
                       #DkrContactForm .form fieldset input#subject { width: 200px;  }
            #DkrContactForm .form fieldset input.reset {cursor:pointer; float:left; height:20px; margin:7px 5px 10pt 0px; width:96px !important;}
            #DkrContactForm .form fieldset input.submit {cursor:pointer; float:right; height:20px; margin:7px 0px 10pt 0pt; width:96px !important;}
           #DkrContactForm .form fieldset textarea {  width: 200px; }
           #DkrContactForm .form fieldset .field {display: block;clear: both; margin: 0; padding: 0; margin-bottom: 5px;}
           #DkrContactForm .form fieldset .buttons {display: block;clear: both;}

   /**************************************************************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 'Varsovia meble' */

