.gamecard {
	font-family: verdana, arial, serif;
	font-size: 11px;
	width: 500px;
	height: 280px;
	margin: auto;
	padding: 0px;
	padding-top: 0px;
	margin: 0px;
	line-height: 16px;
	background-image: url('http://crimson-veil.com/images/casino/scratchCards/cv/scratchcardbg.jpg');
	background-repeat: no-repeat;
}

#gameplayid{
	position: relative;
	top: 186px;
	left: 335px;
	padding: 1px;
	width: 100px;
	background-color: black;
	z-index: 0;
}

#id{
	font-weight: bold;
	font-size: smaller;
}

p.subtitle1, p.subtitle2{
	color: black;
	font-weight: bold;
}

#title{
	position: relative;
	top: 0px;
	left: 270px;
	width: 210px;
	background-color: black;
	font-size: 18px;
	font-weight: bolder;
	color: red;
}
#info {
	position: relative;
	top: 20px;
	left: 270px;
	width: 210px;
	background-color: black;
	color: red;
}
#scratchoff {
	position:relative;
	top:0px;
	left:10px;
	z-index:1;
	visibility:visible;
}

#scratchon {
	position:relative;
	top:0px;
	left:0px;
	width:136px;
	height:115px;
	z-index:2;
	visibility:visible;
	background-color:blue;
	filter:alpha(opacity=100)}

#scratchonstyle1, #scratchonstyle2, #scratchonstyle3,
#scratchonstyle4, #scratchonstyle5, #scratchonstyle6,
#scratchonstyle7, #scratchonstyle8, #scratchonstyle9{
	position:absolute;
	width:80px;
	height:55px;
	z-index:2;
	visibility:visible;
	background-color:black;
	filter:alpha(opacity=100)}

#scratchonstyle1_bot, #scratchonstyle2_bot, #scratchonstyle3_bot,
#scratchonstyle4_bot, #scratchonstyle5_bot, #scratchonstyle6_bot,
#scratchonstyle7_bot, #scratchonstyle8_bot, #scratchonstyle9_bot{
	position:absolute;
	width:80px;
	height:55px;
	z-index: 0;
}


#gameplaysurface_top #scratchonstyle1{
		top:5px;
		left:0px;
}
#gameplaysurface_top #scratchonstyle2{
		top:5px;
		left:85px;
}
#gameplaysurface_top #scratchonstyle3 {
	top:5px;
	left:170px;
}

#gameplaysurface_top #scratchonstyle4 {
	top:65px;
	left:0px;
}

#gameplaysurface_top #scratchonstyle5 {
	top:65px;
	left:85px;
}

#gameplaysurface_top #scratchonstyle6 {
	top: 65px;
	left: 170px;
}

#gameplaysurface_top #scratchonstyle7 {
	top:125px;
	left:0px;
}

#gameplaysurface_top #scratchonstyle8 {
	top:125px;
	left:85px;
}

#gameplaysurface_top #scratchonstyle9 {
	top:125px;
	left:170px;
}

div.image1{
	background-image: url('http://crimson-veil.com/images/casino/scratchCards/cv/1760.png');
	background-repeat: no-repeat;

}
div.image2{
	background-image: url('http://crimson-veil.com/images/casino/scratchCards/cv/ast5.png');
	background-repeat: no-repeat;
}
div.image3{
	background-image: url('http://crimson-veil.com/images/casino/scratchCards/cv/bayo.png');
	background-repeat: no-repeat;
}
div.image4{
	background-image: url('http://crimson-veil.com/images/casino/scratchCards/cv/pesh.png');
	background-repeat: no-repeat;
}
div.image5{
	background-image: url('http://crimson-veil.com/images/casino/scratchCards/cv/xwingz.png');
	background-repeat: no-repeat;
}


#gameplaysurface_bottom #scratchonstyle1_bot{
		top:5px;
		left:0px;
}

#gameplaysurface_bottom #scratchonstyle2_bot{
		top:5px;
		left:85px;
}
#gameplaysurface_bottom #scratchonstyle3_bot {
	top:5px;
	left:170px;
}

#gameplaysurface_bottom #scratchonstyle4_bot {
	top:65px;
	left:0px;
}

#gameplaysurface_bottom #scratchonstyle5_bot {
	top:65px;
	left:85px;
}

#gameplaysurface_bottom #scratchonstyle6_bot {
	top:65px;
	left:170px;
}

#gameplaysurface_bottom #scratchonstyle7_bot {
	top:125px;
	left:0px;
}

#gameplaysurface_bottom #scratchonstyle8_bot {
	top:125px;
	left:85px;
}

#gameplaysurface_bottom #scratchonstyle9_bot {
	top:125px;
	left: 170px;

}

#links{
	position: absolute;
	top: 180px;
	width: 328px;
	height: 28px;
	background-color: black;
	z-index: 0;
}

#playagain{
	position: absolute;
}

#claimprize{
	position: absolute;
	left: 92px;
}

#prizes{
	position: absolute;
	left: 192px;
}


.playagainbutton, .claimprizebutton, .prizesbutton			/* form buttons */
{
	font-family: 	arial, verdana, helvetica, sans-serif;
	font-size: 		11px;
	font-weight: 	bold;
	color: 			red;
	background-color: black;
	padding: 		0px;
	cursor: 		hand;
	height: 		20px;
	margin:         3px;
	text-align: middle;
}

.gamemousepointer{cursor: pointer;}
