div.message {
	width: 400px;
	margin: auto;
	font-weight: bold;
}

#community_appointment_input {
	display: block;
}

div.preformersOnline {
	width: 750px;
}

div.performerBox {
	float: left;
	width: 125px;
	height: 200px;
	text-align: center;
	margin: 17px auto auto auto;
}

img.performersImage {
	border: 1px solid #CCCCCC;
}

div.performerName,
div.onlineNow {
	color: #FFF;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 4px auto;
}

p.description { 
	margin: 5px auto;
}


#community_appointment_input {
	margin-top: 17px;
}
