/* --- Forms --- */

div.form {
	margin: 10px 0 10px 0px;
	padding: 5px;
}

div.labels div.form {
	padding: 0 !important;
}

div.form form {
	padding: 0;
	margin: 0;
}

div.form table {
	font: normal 11px Verdana;
	border: 1px solid #CCC;
	margin-bottom: 5px;
}

div.form th {
	width: 200px;
	background-color: #F1F1F1;
	color: #333;
	text-align: left;
}

div.form th,
div.form td {
	padding: 5px;
	vertical-align: top;
}

div.form td {
	width: 350px;
	background-color: #F7F7F7;
}

div.form th {
	width: 200px;
	padding-top: 7px;
}

div.form div.explan {
	padding: 4px 0 4px 0;
	font-size: 10px;
}

div.error {
	margin: 10px 0 10px 0;
	border: 1px solid #C40000;
	background-color: #FFFFEE;
	padding: 10px;
	color: red;
}

table.options {
	border: none !important;
}

table.options td {
	padding: 0 0 0 0 !important;
	margin: 0 !important;
}

table.options td.left {
	width: 25px;
}

table.options td.right {
	width: 300px;
}

/* --- Parts --- */

div.form table.partlist td.image {
	width: 150px !important;
}

div.form table.partlist td.name {
	width: 150px !important;
}

div.form table.partlist td.amount {
	width: 50px !important;
}

div.form table.partlist img {
	border: 1px solid #CCC;
}

/* --- Product labels --- */

div.labels {
	margin: 0px 0 10px 0px;
	padding: 5px;
}

div.labels table {
	width: 500px;
	font: normal 11px Verdana;
	border-collapse: collapse;
}

div.labels table td {
	border: 1px solid #CCC;
}

div.labels table.eq_type {
	margin-top: 5px;
}

div.labels td.eq_img {
	height: 100px;
	width: 100px;
	text-align: center;
}

div.labels td.eq_name {
	padding: 10px;
	background-color: #DCDCDC;
}

div.labels table.products {
	margin: 0px;
}

div.labels table.products td {
	border-top: none !important;
}

div.labels td.product {
	background-color: #F1F1F1;
	padding: 5px;
}

div.labels td.spacer {
	width: 100px;
}

div.labels table.packages {
}

div.labels table.packages td {
	border-top: none !important;
}

div.labels td.spacer2 {
	border: 1px solid #CCC;
	width: 175px;
	xborder: none;
}

div.labels td.package {
	background-color: #F7F7F7;
	padding: 5px;
}

/* --- Inputs --- */

input,
select,
textarea {
	font: normal 11px Verdana;
	color: #000;	
}

input.submit {
	width: 150px;
	height: 25px;
}

.very-short {
	width: 25px;
}

.short {
	width: 50px;
}

.std {
	width: 100px;
}

.medium {
	width: 150px;
}

.large {
	width: 200px;
}

.long {
	width: 300px;
}

.low {
	height: 100px;
}

.high {
	height: 250px;
}