.flowplayer{
	display:block;
	width:640px;
	height:384px; /* 360px + 24px for the controls */
}
			
.flowplayer_error{
	display: block;				
	width: 360px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	background-color: rgb(255, 238, 221);
	color: rgb(210, 16, 51);
	border: 1px dotted rgb(210, 16, 51);
	padding-bottom: 40px;
	padding-top: 40px;
	text-align:center;
}
