@CHARSET "UTF-8";

body {
	font: 12px Tahoma;
}

img {
	border: 0;
}

#window {
	width: 18px;
	height: 18px;
}

#submit {
	width: 18px;
	height: 18px;
}

#edit {
	width: 18px;
	height: 18px;
}

#remove {
	width: 18px;
	height: 18px;
}

#submit {
	width: 75px;
	height: 25px;
}

td.errors {
	color: red;
}

#tooltip {
	height: 30px;
	width: 400px;
	font: 10px Tahoma;
}

#se1 {
	width: 75px;
}
table.order
{
	width: 100%;
}
table.order th {
	color: #545454;
	background-color: #b0c2f6;
	/*border: 1px;
	border-style: solid;*/
}

table.order td {
	width: 50px;
	text-align: center;
}

table.order td.button img.edit {
	
}

table.order td.button img.remove {
	
}

table.order input {
	width: 40px;
}

table.order textarea#remark {
	width: 150px;
	height: 16px;
}

table.order tr.input td {
	border-width: 2px;
	border-style: solid none solid none;
	border-color: #b0c2f6;
}

input.textbox {
	width: 40px;
}

img.remove, img.Edit, img#add, img#selected_window
{
	cursor: pointer;
}
