#order table{	width: 100%;
	border-collapse: collapse;
}

#order table thead td{	background: #E9E9E9;
	padding: 5px;
	font-weight: bold;
	text-align: center;
}

#order tbody tr td{	padding: 5px;
	border: 1px dashed #E9E9E9;
}

#order tr td.center{	text-align: center;
}

#order tr td.right{
	text-align: right;
}

#order tbody tr.tr1 td{	background: #EAFFE1;
}

#order tbody tr.tr2 td{
	background: #EAFFE1;
}

#order tbody tr td a:hover{	text-decoration: underline;}

#order input[type='submit']{
	font-weight: bold;
	width: 230px;
	height: 30px;
}

#order td a.drop{	display: block;
	width: 16px;
	height: 16px;
	background: url(../media/delete.png);
	text-indent: -9000px;
}

#order .red{	color: red;
}

#contactForm{	width: 600px;
	border: 1px solid #008040;
	margin: 0 auto;
	display: none;
}

#contactForm input, #contactForm textarea{	width: 250px;
}

#contactForm textarea{	height: 80px;

}

#contactForm table td{	width: 50%;
	line-height: 26px;
}
