div#mainHull {
	position: absolute;
	top: 142px;
	left: 200px;
	width: 800px;
	text-align: justify;
}

table#catalog p {
	margin: 0px;
}

input, textarea, select {
	font: 12px/16px  Verdana, Arial, Geneva, sans-serif;
	width: 80%;
	border-color: #d4d4d4;
	border-width: 1px;
	border-style: solid;
	background: white;
	color: #999999;
}

table.formular {
	table-layout: fixed;
	font: 12px/25px  Verdana, Arial, Geneva, sans-serif;
}

table.formular .td1 {
	width: 140px;
}

table.formular .td2 {
	width: 350px;
}

table.confirm {
	table-layout: fixed;
	font: 12px/16px  Verdana, Arial, Geneva, sans-serif;
	width: 600px;
}

table.confirm .td1 {
	width: 140px;
}

table.confirm .td2 {
	width: 350px;
}

table.confirm td.space {
	height: 10px;
}

table#catalog {
	table-layout: fixed;
	font: 12px/16px  Verdana, Arial, Geneva, sans-serif;
	margin: 10px 0px 20px 0px;
}

table#catalog tr.lightGray {
	background-color: #ebebeb;
}

table#catalog .td1 {
	width: 50px;
}

table#catalog .td2 {
	width: 390px;
}

table#catalog .td3 {
	width: 120px;
}

table#catalog .td4 {
	width: 120px;
}

table#catalog .td5 {
	width: 120px;
}

table#catalog td.space {
	height: 10px;
}

table#catalog td.line {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	background-color: #d4d4d4;
}

span.check input{
	width: 15px;
	height: 15px;
	border-color: #e8e8e8;
	border-width: 1px;
	border-style: solid;
}

span.selectCat {
	color: #e4312c;
}

div.special {
	text-align: left;
	width: 600px;
}


