@charset "UTF-8";

form.pripre_publish label span {
	display: inline-block;
	width: 12em;
}
form.pripre_publish label select {
	width: 24em;
}
.pripre-submit {
	text-align: right;
}

.pripre-post-item {
    background-color: White; border: 1px solid Gray;
}
.pripre-list {
    border: 1px dashed Black;
    background-color: White;
    min-height: 1em;
    white-space: nowrap;
}
.pripre-clear {
    clear: both;
}
.pripre-drop {
    height: 40%;
    width: 100%;
    left: 0;
    position: absolute;
}
.pripre-before {
    top: 0;
}
.pripre-after {
    bottom: 0;
}
.pripre-hover {
    background-color: Pink;
}
.pripre-post-item {
    margin: -1px;
    padding: 4px;
    cursor: default;
    position: relative;
}
.pripre-post-item .pripre-id {
    display: inline-block;
    width: 3em;
    text-align: right;
    font-weight: bold;
}
.pripre-post-item .pripre-date {
    display: inline-block;
    white-space: nowrap;
    margin: 0 4px;
}
.pripre-post-item .pripre-title {
    display: inline-block;
    width: 24em;
}

div#pripre_preview {
	text-align: center;
}
div#pripre_preview button {
	font-weight: bold;
}
#pripre_image {
	width: 100%;
	height: 100%;
}
#pripre_image_wrapper {
	clear: both;
	border: 1px solid Black;
	display: none;
}

.pripre-dist h1, .pripre-dist h2, .pripre-dist legend, .pripre legend {
	font-weight: bold;
}
.pripre-dist #content {
	margin: 1em;
}
.pripre-dist fieldset, fieldset.pripre {
	padding: .5em;
	border: 2px groove;
	margin: .5em;
}

textarea#pripre_extra_css {
	width: 100%;
	height: 4em;
}