#postbox {
    border: 2px solid #FF0000;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 20px;
    margin-left: 15px;
    padding:0 10px;
    width: 490px;
}

#postbox h3 {
font-size:19px;
color:#132448;
}

#postbox h3 a {
font-size:19px;
color:#132448;
text-decoration:none;
}

#postbox h3 a:hover {
font-size:19px;
color:#FF0000;
text-decoration:none;
}

.post{
	color:#bb6b6a;
}

.timebox {
	width:100px;
	border: 1px solid #CCCCCC;
	font-weight: bold;
    text-align: center;
	float: right;
	margin-top: 18px;
	margin-left:5px;
    padding: 3px 10px;
	background: none repeat scroll 0 0 #EFEFEF;
}

