#posts { 
  background: none repeat scroll 0 0 #000000;
    border: 1px solid #222222;
    float: right;
    width: 700px;
 }


#add-post-form, #edit-post-form {

background:none repeat scroll 0 0 #333333;
border:3px solid #000000;
width:700px;
}



#add-post-form div.inner-form, #edit-post-form div.inner-form {

	padding:10px;	

}



#add-post-form #title, #edit-post-form #title {

	width:500px;

}



.post {
border:1px solid #730101;
color:#EFEFEF;
font-family:Helvetica,sans-serif;
font-size:12px;
margin:5px;
overflow:hidden;
padding:5px;
}


.post h3 {

	font-size:18px;

	font-weight:bold;

}
