Edit in JSFiddle

<div class="cursor5">cursor:Wait</div>
.cursor5{
		color:#600;
		font-size:16px;
	width:115px;
	height:30px;
	line-height:30px;
	text-align:center;
	border:1px solid #000;
	margin:3px;
	cursor:wait;
	}