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

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: 250px;
}

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;
}

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;
}

table.lots td {
	width: 70px;
}

table.lots {
	margin: 15px 0px 15px 0px;
}

table.lots .space {
	height: 5px;
	line-height: 5px;
}

.red {
	color: #e4312c;
}



