.post .base fieldset {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px;
	}

.post .base legend {
	font-size: 1.4em;
	padding: 2px;
	}

.post form.base p {
	width: 300px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px;
	height: 1%;
	}

.post .base label {
	font-weight: bold;
	float: left;
	width: 150px;
	}

.post .base input[type="text"] {
	width: 180px;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.9em;
	}

.post .base textarea {
	width: 250px;
	height: 150px;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.9em;
	}

.base textarea:focus, input:focus {
	border: 2px solid #ccc;
	}