#content #side form textarea {
	width: 180px;
}

#content #side form input.checkbox {
	display: block;
	width: 30px;
	margin-left: 0;
	width: auto;
	padding: 0;
	clear: both;
	cursor: pointer;
}

#content #side form label.checkbox {
	float: left;
	display: block;
	margin-left: 10px;
	width: 146px;
	clear: none;
	font-size: 100%;
	line-height: 1.2em;
}

#content #side form input.clickable {
	float: none;
	width: auto;
	height: auto;
	margin: 0;
	padding: 2px 4px;

	background-image: none;
	background-color: #D4D0C8;

	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #808080;
	border-right: 2px solid #808080;

	cursor: pointer;

	text-indent: 0;
}