#quick_post_form {
	border: 1px solid #9f9f9f;
	padding: 15px;
	margin: 5px 0px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#quick_post_title {
	width: 93%;
	height: 20px;
	border: 1px solid #9f9f9f;
	margin: 5px 0 10px 0;
}

#quick_post_content {
	width:93%;
	height: 200px;
	border: 1px solid #9f9f9f;
	margin: 5px 0 10px 0;
}

#quick_post_cat {
	width:96%;
}

.quick_post_label {
}

.quick_post_rb {
}

#quick_post_new_cat {
	width: 93%;
	height: 20px;
	border: 1px solid #9f9f9f;
	margin: 5px 0 10px 0;
}

#quick_post_submit {
}

.quick_post_option_form {
	text-align: right;
}

.quick_post_option {
	margin-bottom: 5px;
	width: 55%;
}

.quick_post_droplist {
	width: 40%;
}

.quick_post_option_label {
	float: left;
}

.quick_post_option_header{
	text-align: left;
}


