﻿#mainbox {border:1px gray dotted;
padding:5px;}
.demotype{
	position:relative;
	margin:5px 5px;
	float: left;
	border: 1px dashed #CCC;
	background-image: url('../images/Demolist.gif');
	background-repeat: no-repeat;
	height: 160px;
	width: 220px;}
.typename {
position:absolute;
left:60px;
top:20px;
font-size:16px;
font-weight:bold;}
.typetext {
padding-top:0px;
position:absolute;
left:26px;
top:42px;
font-size:12px;
width:160px;
height:30px;
line-height:20px;}
.mydemo {	
position:absolute;
height:27px;
width:78px;
left:120px;
top:130px;
background: url('../images/demoplay2.gif') no-repeat;}
.mydemo a {
	display:block;
	height:27px;
    width:78px;}
.mydemo a:hover {
	background:url('../images/demoplay2.gif') no-repeat 0 -27px;}