/*-------------------------------------
noFlashStyles.css

author: Andrew Sherman
Date: 03/12/08
Type: stylesheet
Description: Style sheet for swf Fail

--------------------------------------*/

#noFlash {
	width: 278px;
	height: 312px;
	margin: 0 auto;
	margin-top: 100px;
	font-family: arial;
	font-size: 12px;
	background: url(../images/noFlashMsg.png) no-repeat top left;
}


#noFlash p {
	width: 200px;
	margin: 10px;
	margin-left: 45px;
	text-align: center;
	color: #fff;
	
}

#noFlash #first {
		/*margin-top: 150px;*/
		padding-top: 150px;
}

#noFlash a {
	margin-left: 95px;
	color: #E45920;
	text-decoration: none;
	font-weight: bold;
}

#noFlash a:hover {
	text-decoration: underline;
}