@CHARSET "ISO-8859-1";

.lonely_boot {
	background-color:#F9F9F9;
	border:1px solid #CCCCB2;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	margin:0 0 15px;
	padding:10px;
}

.lonely_boot table {
	color: 	#666;
	line-height: 1.6em;
}
.lonely_boot table td.name {
	width: 180px;	
}
.lonely_boot table td.message {
	background-color:#FCFCFC;
	border:1px solid #E9E9E9;
	border-radius:1px;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-collapse: separate;
	padding:0 10px 10px 10px;
	width: 420px;
}
.lonely_boot table td strong {
	color:#231f20;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: underline;
}
form#lonely_boot_next {
	float: right;
	margin-bottom: 10px;
}
form#lonely_boot_previous {
	float: left;
	margin-bottom: 10px;
}
form#lonely_boot_post_new {
	margin: 0 0 10px 495px;
}
#content .form_block {
	background-color:#FCFCFC;
	border:1px solid #E9E9E9;
	border-radius:1px;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
}
input#lonely_boot_post_message {
	float: right;
}
