/* @override http://v2.pixelpost.org/css/admin.css */

h2{
	font: bold 20px/20px "Trebuchet MS", "Lucida Grande", Lucida, sans-serif;
	color: #000;
	margin-bottom: 5px;
	margin-top: 0;
	margin-right: 165px;
}

fieldset {
	border: 1px solid #ccc;
	margin-bottom: 20px;
	padding: 10px;
}

legend{
	font: bold 14px/20px "Trebuchet MS", "Lucida Grande", Lucida, sans-serif;
	color: #829e2f;
}
label{
	font: bold 14px/20px "Trebuchet MS", "Lucida Grande", Lucida, sans-serif;
	color: #646567;
}
input,select{
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
}
textarea{
	font: 12px/20px Verdana, "Lucida Grande", Lucida, sans-serif;
	width: 100%;
}
#title,#tags,#link_name,#link_url{
	width: 80%;
}
#oid,#version{
	width: 55px;
}
p em{
	color: #aaa;
}

.error {
	background-color: #ffd3d3;
}
label.error{
	background-color: transparent;
	color: #f33;
	font-weight: bold;
	font-style: italic;
}

.delete:link,.delete:visited {
	color: #f33;
}

#preview {
	width: 90%;
	margin: 0px;
}
