#Links {
	display: block;
}

#Links div.Category {
	display: block;
}

#Links div.Category a {
	display: inline;
	padding: 0px 10px 0px 10px;
	white-space: expression('nowrap');
}

#Links a {}

#Links p {
	display: block;
	clear: both;
	padding: 5px 5px 5px 5px;
}

#Links p a img {
	margin: 5px 10px 5px 5px;
	float: left;
	border: none;
}

.Form {
	display: block;
	font: normal 12px/19px Georgia, Verdana, Helvetica;
	clear: both;
	width: 100%;
}

.Form br {
	clear: both;
}

.Form label, input, textarea, select, option {
	font: normal 11px Tahoma;
	color: #000;
	margin: 2px 0px 2px 0px;
}

.Form label {
	height: 19px;
	font: normal 12px/19px Georgia, Verdana, Helvetica;
	display: block;
	text-align: right;
	width: 40%;
	width: expression("49.99%");
	float: left;
	padding-right: 250px;
}

.Form label.Paragraph {
	padding-right: 50px;
}

.Form label span {
	width: 200px;
	position: relative;
	height: 19px;
	display: inline-block;
	text-align: right;
	right: -50px;
	display: inline;
	float: none;
}

.Form input {
	display: block;
	float: left;
	width: 50%;
	height: 19px;
}

.Form input.Radio {
	width: 20px;
}

.Form span {
	height: 19px;
	font: normal 12px/19px Georgia, Verdana, Helvetica;
	display: block;
	text-align: center;
	width: 30px;
	float: left;
}

.Form select {
	display: block;
	float: left;
	width: 50%;
	height: 190px;
}

.Form legend, fieldset {
	margin: 5px 0px 5px 0px;
}

.Form textarea {
	font: normal 13px/14px monospace;
	display: block;
	float: left;
	width: 50%;
	height: 200px;
	letter-spacing: 0px;
	word-spacing: 0px;
}

.Form div {
	display: block;
	width: 100%;
	border: 1px solid #000;
}

.Form div div {
	clear: none;
	border: none;
}

.Form div#Params {
	display: block;
	width: 50%;
	float: left;
}

.Form table {
	display: block;
	float: left;
	width: 100%;
}

.Form table td {
	text-align: center;
}

.Form table td img {
	border: none;
}

.Form table input {
	width: 100%;
	display: inline;
}

.Form table span {
	width: auto;
}

.Form button {
	border: 1px solid #000;
	background: transparent;
	font: normal 12px/14px Tahoma;
}