div.center {
	text-align		: center;
	width			: 100%;
}
div.justify {
	text-align		: justify;
	width			: 100%;
}

div.read-more {
	text-align		: right;
	padding-right		: 5px;
}

div.cage {
	display			: block;
}

div.text {
	
} 
div.text-c {
	color			: #808080;
	background-color	: #F2F2F2;
	padding			: 5px;
} 

div.cage h2 {
	color			: #EA8917;
	font-weight		: bold;
	font-size		: 15px;
	padding			: 0px;
	margin			: 0px;
	
} 

div.cage div.left-img {
	float			: left;
	padding-right		: 10px;
}

div.cage div.right-img {
	float			: right;
	padding-left		: 10px;
}

div.date-posted {
	font-size		: 10px;
}

div.row {	
	width			: 80%;
	padding			: 2px;
	clear			: both;
	vertical-align		: middle;
	display			: block;
	
}
span.label {
	float			: left;
	text-align		: right;
}
span.form {
	width			: 75%;
	float			: right;
	text-align		: left;
}

ul {
	padding			: 0px;
	margin			: 0px;
	margin-left		: 20px;
	list-style-image	: url('../images/arrow.png');
}

input.text {
	width			: 250px;
}
