#content form {
	float:left;
	clear:left;
	min-height:300px;
	width:650px;
	}
#content input, #content textarea {
	float:left;
	clear:left;
	width:638px;
	min-height:14px;
	padding:3px 5px;
	border:1px solid #666666;
	font-family:Arial, Helvetica, sans-serif;
	margin:2px 0 20px 0;
	font-size:13px;
	}
#content textarea {
	height:230px;
	}
#content input:hover, #content textarea:hover {
	border:1px solid #000000;
	}
#content input:focus, #content textarea:focus {
	border:1px solid #990000;
	}	
#content label {
	float:left;
	width:650px;
	min-height:10px;
	font-size:11px;
	margin-bottom:3px;
	}
#content button {
	font-size:11px;
	padding:2px;
	float:left;
	clear:left;
	}
#error_msg {
	width:638px;
	min-height:15px;
	padding:3px 5px;
	border:1px solid #990000;
	background:#FFFF99;
	font-size:12px;
	color:#990000;
	text-align:center;
	float:left;
	margin:5px 0 10px 0;
	}
#error_msg.em_off {
	border:none;
	background:none;
	}
#content input.error, #content textarea.error {
	border:1px solid #ff0000;
	}
.bold {font-weight:bold;}
#content #publish {
	width:20px;
	height:20px;
	margin:0px;
	}
#content #tickbox_label {
	clear:none;
	width:450px;
	margin-bottom:15px;
	
	}