/*  CSS of the flash detection reference
 *  ------------------------------------------------------------ */

#flash-content {
	text-align: center;
	height: 100%;
}

#flash-content img {
	border: none;
}

#flash-content #flash-detection-reference {
	width: 310px;
	height: 300px;
	text-align: left;
	margin: auto;
	margin-top: 40px;
}

#flash-content #flash-detection-reference #logo {
	margin-bottom: 30px;
	text-align: center;
	height: 40px;
}

#flash-content #flash-detection-reference h1 {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	margin-bottom: 14px;
}

#flash-content #flash-detection-reference .copytext {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #FFFFFF;
	height:80px;
}

#flash-content #flash-detection-reference #getflash {
	text-align: center;
	margin-top:20px;
	margin-bottom:20px;
	height:40px;
}

#flash-content #flash-detection-reference .line {
	width: auto;
	height: 1px;
	background-color: #FFFFFF;
	margin-bottom: 14px;
}

#flash-content a, a:Active, a:Visited {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

#flash-content a:Hover {
	border-bottom: 1px dotted #FFFFFF;
	color: #FFFFFF;
}

#flash-content #flash-detection-reference #getflash  a, a:Active, a:Visited, a:Hover {
	text-decoration: none;
	border: 0px;
}

