*{
	font-size:13px;
}
body {
    font-family: Times New Roman, Georgia, Serif;
    padding:20px;
    font-size:11px;
    margin:0;
}
h2 {
    font-size:14px;
    font-weight:bold;
    margin:0;
    margin-bottom:15px;
}
.demo-info{
	padding:0 0 12px 0;
}
.demo-tip{
	display:none;
}

.c8,.c8:hover{
	color: #000000;
	border-color: #82b0ff;
	background: #eaf2ff; //#2984a4;
	background: -webkit-linear-gradient(top,#eaf2ff 0,#82b0ff 80%);
	background: -moz-linear-gradient(top,#eaf2ff 0,#82b0ff 80%);
	background: -o-linear-gradient(top,#eaf2ff 0,#82b0ff 80%);
	background: linear-gradient(to bottom,#eaf2ff 0,#82b0ff 80%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eaf2ff,endColorstr=#0080ff,GradientType=0);
}
