#shop {
	top: 2em;
	margin: 0px 0px 0px 0px;
}

#shop td {
	padding: 0px 0px 0px 0px;
	border: 1px solid #000066;
	width: 13em;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, San Serif;
}

#shop td.Vacant {
	background-image: url(../images/DSigna1.gif);
	background-position: center;
	background-repeat: no-repeat;
	color: white;
}

.product {
	position: relative;
	margin: 0px;
	padding: 0px;
}

.producttext {
	text-align: center;
	margin: 0px;
	width: 100%;
}

/* ----  Form Definition ---- */

form {
	margin: 0px;
	width: auto;
	text-align: center;
}
label {
	display:block;
	text-align: center;
	width:10em;
	cursor: hand;
}
*html fieldset {
	background:transparent;
}
fieldset {
	margin: 1em 0;
	padding: 1em;
	background: #f8f8f8;
	border: 1px solid #eaeaea;
	color: #000;
}
legend {
	font-weight: bold;
	color: #000;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	width: 375px;
	height: 100px;
	font-size: 11px;
	border: 1px solid #24408f;
}

