/* 
 * posthasteForm stylesheet
 */
 
.upload_forms .hidden {
	display: none;
}

div#posthasteForm,
div#posthasteFormImg {
    width: 100%;
    margin: 0 0 1em 0;
    padding: 10px;
}
div#posthasteForm #posthasteIntro {padding: 1em 0; margin: 0 0 0.5em; overflow: hidden;}
div#posthasteForm #posthasteIntro img.avatar {margin: 0; padding: 0 8px 0 0;}
div#posthasteForm #posthasteIntro b {font-size: 1.3em; margin-right: 7px;}

div#posthasteForm input#postTitle {display: block; width: 90%;}

div#posthasteForm textarea {display: block;}
div#posthasteForm textarea#postText {
	margin-bottom: 10px;
	width: 90%; 
	height: 10em;
}

div#posthasteForm label,
div#posthasteFormImg label {
	margin: 15px 0 5px 0;
	display: block;
}
div#posthasteForm label#tagsLabel {display: inline;}
div#posthasteForm label#cats {padding-left: 5px; display: inline;}

div#posthasteForm label#postStatusLabel {display: inline;}
div#posthasteForm input#postStatus {margin-left: 5px;}

div#posthasteForm input#submit {margin-left: 15px; }

div#posthasteDraftNotice {font-weight: bold; text-align: center; padding: 5px;}

.ac_results {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    z-index: 10000;
    display: none;
    border: 1px solid #ccc;    
    font-size: 1.1em;    
    background: #fff;
}
.ac_results li {
    margin: 0;
    padding: 2px 4px;
    white-space: nowrap;
    text-align: left;
}
.ac_over {
    cursor: pointer;    
    color: #fff;
    background: #777;
}
.ac_match {    
    text-decoration: underline;
}



/* IMGS */
div#posthasteFormImg #postTitleImg {
	width: 30%;
}
.upload_tab {
	list-style: none;
	margin: 0;
	padding: 8px 0;
}
.upload_tab li {
	display: inline;
	padding: 7px 20px 10px 20px;
	background-color: #93a9d7;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
	text-shadow: 1px 1px 2px #000;
}
.upload_tab li.selected {
	padding: 10px 20px;
	background-color: #F2F6FC;
	color: #000;
	text-shadow: 1px 1px 2px #aaa;
}


