/* saved */ /* Start of CMSMS style sheet 'kontakt' */
#DkrContactForm { 
	display: block;  
	clear: both;  
	margin-left: 20px; 
	padding: 0;
}



   /* Komunikaty
**************************************************************/
#DkrContactForm #messages {  
	display: block;  
	clear: both; 
	margin: 0;  
	padding: 0;  
}
#DkrContactForm #messages ul {  
	list-style: none;  
}
#DrContactForm #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-right: 40px; 
	border: none; 
	width: 160px; 
}
#DkrContactForm .form fieldset.info {  
	float: left;  
}
#DkrContactForm .form fieldset.info .field { 
	width: 160px;  
}
#DkrContactForm .form fieldset.message {  
	width: 250px;  
}
#DkrContactForm .form fieldset label {  
	display: block; 
	clear: both;  
}
#DkrContactForm .form fieldset input, textarea { 
	margin-bottom: 0;  
	width: 160px;
}
#DkrContactForm .form fieldset input.submit {  	
	float: right; 
}
#DkrContactForm .form fieldset input.reset {  
	float: left; 
}
#DkrContactForm .form fieldset input#subject { 
	width: 246px;  
}
#DkrContactForm .form fieldset input.submit { 
	margin: 15px 25px 0 0;  
	float: right;  
	cursor: pointer;  
	width: 96px !important;  
	height: 30px; 
}
#DkrContactForm .form fieldset input.reset {  
	margin: 15px 15px 0 10px;  
	float: left; 
	cursor: pointer;  
	width: 96px !important; 
	height: 30px;  
}
#DkrContactForm .form fieldset textarea {  
	width: 246px;
}
#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 'kontakt' */

