/*
needed to style some forms on te public side just like the admin side
but without interfering with other minor forms on the public side bars
*/

.pubform form {
	margin-bottom:20px;
}

.pubform form div {
border-bottom:1px solid #eee;
padding:11px 0;
}

* html .pubform form div {
height:30px;
}

.pubform form div.simple {
	padding:0;
	border:none;
}

.pubform form label{
display:block;
float:left;
width:130px;
}

.pubform form select {
width: 320px;
}

.pubform select#year, 
.pubform select.year,
.pubform select#month, 
.pubform select.month,
.pubform select#day,
.pubform select.day{
width: 100px;
}

.pubform form .cat {
width:204px;
}

.pubform form input{
width:310px;
}

.pubform form #id_summary {
width:420px;
height:60px;
}

.pubform form #id_body {
width: 100%;
height: 400px;
}

.pubform form #gallery {
width:420px;
height:120px;
}

.pubform form #submit,
.pubform form .submit {
margin-left:130px;
height:30px;
width:100px;
}

.pubform input[type=submit]{
margin-left: 150px;
}

.pubform form fieldset {
	padding: 10px;
}

.pubform fieldset .submit{
	margin-left:10px;
}

.pubform #catlist {
	list-style:none;
	margin-bottom:10px;
}

.pubform #catlist li{
	list-style:none;
	width:400px;
	padding:5px;
	margin-bottom:5px;
	background:#eee;
	position:relative;
}

.pubform #catlist .subcat li {
	background:#FBFBFB none repeat scroll 0 0;
	width:300px;
}

.pubform #catlist li small{
	position:absolute;
	top:8px;
	right:0px;
	width:80px;
}