#order_form table tr{
  background: #e0dcdd;
}

#order_form table tr:hover {
  background: #ff9b25;
}

#order_form table td, #order_form table th {
  height: 25 px;
  text-align: center;
}

#order_button  {
	cursor: pointer;
	color: #ff9b25;
	font-size: 16pt;
	font-family: Verdana;
	color: grey;
	margin-left: 15px;
	clear: both;
	text-decoration: underline;
}

#order_message {
	width: 706px;
	margin: 10px 0 10px 15px;
}

#pismo {
	padding-bottom: 10px;
}

#order_form {
	height: 700px;
}