/***************
 * SPINSYSTEM - Spinmedias (c)
 *
 * CSS definitions
 *
 * Last author : Xav
 *
 *****/
* {
	margin:0;
	padding:0;
	font-style: normal;
	list-style: none;
	outline: none;
	text-decoration: none;
	background: transparent;
	font: small/150% "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
}
#flashcontent
{
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}
.bad_version_block
{
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	width: 300px;
	text-align: left;
	padding: 5px 20px 20px 20px;
	background: white;
	border: 1px solid #ccc;
}
