@charset "utf-8";
/* Style for invalid input */
.invalidInput{
	border:1px solid #F00;
	background-color: #FFECE6;
}

/* Style for valid input */
.validInput{
	border: 1px dotted #FF0000;
}
table#form_zamow {
	text-align: left;
}
table#form_zamow td {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
table#form_zamow td.opisform {
	width: 30%;
	text-align: right;
}
table#form_zamow td.opisform span {
	color: #CC0000;
	font-size: 14px;
	font-weight: bold;
}
option,textarea,input,select {
	font: 11px "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS";
	color: #666666;
}
#input1,#input2,#input3,#textarea1,#select1{
	width: 200px;
	padding: 3px;
}
#input4,#input5,#input6 { width: 75px;padding: 3px;}
input.wyslij {
	padding: 0px;
	height: 32px;
	width: 100px;
	text-align: center;
	font: bold 11px/32px "Trebuchet MS", Arial;
	color: #CCCCCC;
	letter-spacing: 2px;
	background: #990000 url(../images/wyslij.jpg) no-repeat center center;
	border-style: none;
	display: block;
}