@charset "utf-8";

@media screen {
	
	form.contactForm {margin: 10px  0 20px 0px; }
		form.contactForm table {}
			form.contactForm table tr {}
				form.contactForm table tr td {padding: 4px 0px; font-size: 14px}
				form.contactForm table tr td.info {color: #A7A9AC}
					form.contactForm table tr td input[type=text], form.contactForm table tr td textarea {background: #fff;border: 1px solid #A7A9AC; /* border: none;*/ padding: 4px 0}
					
					form.contactForm table tr td input.submitButton {
						background: none; 
						margin-top: 5px; margin-right: 0; 
						font-family: Arial, Helvetica, sans-serif; 
						color: #999; 
						font-size: 13px;
						border: 2px solid #ccc;
						padding: 0;
						cursor: pointer;
						-moz-border-radius: 5px; /* FF1+ */
  						-webkit-border-radius: 5px; /* Saf3-4, iOS 1+, Android 1.5+ */
          				border-radius: 5px;
						/*border: 0; width: 69px; height: 22px; background: url(img/button_wyslij1.gif) top left no-repeat;*/
					}
						form.contactForm table tr td input.submitButton:hover {margin-left: 1px; margin-top:6px}
					
					
					form.contactForm table tr td input.submitButtonEn {border: 1; width: 69px; height: 22px; 
					background: url(img/button_wyslij1_en.gif) top left no-repeat; cursor: pointer}
					

}

@media print {
	form.contactForm {display: none}
}
