body{
	font-size:12px;
	font-family: verdana, tahoma, arial,sans-serif;
	margin:0;
	padding:0
}
a {
	text-decoration:none;
	color: #D11F25;
}

div.replayContent {
}

div.replayContainer {
	width: 245px;
	height: 240px;
	float: left; 	
	margin:0 15px 15px 0;
	border-width: 1px;
	border-style:solid;
	border-color:rgba(255,255,255,0.2);
	overflow:hidden;
	background:#fafafa
}
div.replayScreen {
	position: relative;
    display: block;
}
div.replayScreen img{
	width: 100%;
	height: 145px;
	z-index: 9;
}
span.replayButton {
	width: 50px;
	height: 50px;
    background: url(playicon.png) no-repeat center center;
    z-index: 10;
	display: inline-block;
	position:absolute;
	left: 100px;
	top: 50px;
}
div.replayAvatar img{
	width: 60px;
	height: 60px;
	margin: 5px;
}
div.replayInfo{
    height: 50px;
    margin-left: 70px;
    padding: 2px;
    position: relative;
    top: -71px;
    width: auto;
}
div.replayInfo h2{
	font-size: 13px;
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #CCCCCC;
	margin: 3px 0 1px 0 !important;
	padding: 0 0 3px;
	height:45px;
	overflow:hidden;
	line-height: 15px;
}
.replayDate, .replayUsername {
	font-size:15px !important	
}
.replayUsername a{
	color:#047602
}
.replayDate {
	color:#666
}
div.replayIntro {
 height: 65px;
 margin-bottom:5px;
}
div.replayIntro p{
	width: 455px;
	position: relative;
	bottom: 50px;	
}
div.replayIntroLinks{
	margin: 5px;
	width: 340px;
	position: relative;
	bottom: 105px;	
	left: 445px;
}
.replaysPoweredby {
	position: relative;
	bottom: 55px;	
	left: 530px;
}
