body{
	background:url(bg.jpg);
}

.input-field{
	padding-bottom:10px;	
}

.collection{
	overflow:visible;	
}

#post_list .list-actions-part{
	position:absolute;
	top:10px;
	bottom:10px;
	right:0px;
	width:140px;
	padding-left:10px;
	border-left:1px solid #CCC;
}

#post_list li .post-body{
	margin-top:20px;	
}

#post_list li .post-body img{
	max-width:300px;
	max-height:200px;	
}

.pagination{
	text-align:center;	
}

.data{
	display:none;	
}

.topmsg{
	margin:10px;
	padding:20px;
}

.list-title{
	margin-left:-10px;
	padding:10px 0px 5px 0px;
	font-weight:bold;
}

.modal{
	height:auto;
	overflow:hidden;	
}

.modal .modal-content{
	height:360px;
	margin:2px;
	overflow:auto;
}

.modal .modal-footer{
	margin:0px;
	padding:5px 12px 8px 5px;
	background:none;
}

.modal .modal-footer .btn{
	margin-left:10px;
}

.btn-flat:hover{
	color:#63F;
}