form.place-ad {
	margin: 0 auto;
	width: 300px;
}

form.place-ad label, div.category {
	display: block;
	padding-bottom: 0.25em;
	margin-bottom: 0.25em;
}

form.place-ad label input {
	display: block;
	width: 300px;
}


form.place-ad label textarea {
	display: block;
	width: 300px;
	height: 150px;
}

div.category label {
	padding: 0;
	float: left;
	width: 50%;
}
form div.category label input {
	display: inline;
	width: auto;
}


td.thumb {
	text-align:center;
	font: 13px/3 Trebuchet MS,sans-serif;
	font-weight:bold;
}
td.thumb img {
	display: block;
}
td.thumb a {
	text-decoration: none;
	color:#253844;
}
