 /*	|=======================================================| **
**	| Project         : JeaBsy Web                          | **
**	| Created By      : Jeffrey Benistant                   | **
**	| Date            : May 2011                            | **
**	| Email           : Jeffrey@24design.nl                 | **
**	|=======================================================| */

/****************************************************************************************************/
/* CSS */
.OCD_button {
	cursor:	pointer;
	float:	left;
	height:	50px;
	width:	160px;
	background: #FAE6B6;
	border:	#999 1px solid;
	text-align:	center;
	margin-left:	30px;
	margin-top:	20px;
	line-height:	20px;
	padding:	15px 0px;
}
.OCD_button:hover {
	background: #F9C791;
}
.uptime {
	float: right;
	margin-right: 25px;
}