/* ---------- Main ---------- */

p {
	clear:both;
	}


/* ---------- Forms ---------- */

label {
	display:block;
	margin-top:4px;
	color:gray;
	}
input, textarea {
	display:block;
	margin:2px 0;
	}
textarea {
	width:650px;
	height:100px;
	}


/* ---------- IDs ---------- */

div#possibilities {
	border-top:1px dotted #CC0000;
	padding-top:10px;
	margin-top:25px;
	}

form#form_pages_selid textarea, form#form_pages_selid input#form_pages_captid {
	width:650px;
	height:380px;
	}
form#form_pages_selid input#form_pages_captid {
	height:36px;
	font-size:20px;
	}
form#form_pages_selid textarea#form_pages_draftid {
	height:120px;
	}


/* ---------- Classes ---------- */

p.alertbox {
	font-weight:bold;
	color:#f00;
	}
p.putdown {
	padding-top:25px;
	}
p.rev {
	margin:10px 0;
	}
.smallett {
	font-size:9pt;
	}

table.statable td {
	padding:4px;
	border:1px dashed silver;
	}
table.atable td {
	padding:8px 20px 8px 1px;
	}

div.infoblock p {
	margin:5px 0;
	}

div#text p img {
	clear:both;
	float:none;
	}

span.user {
	color:gray;
	}

div#blogfooter {
	clear:both;
	}