/* CSS Document */

#cpaneldemo{
	float:left;
	width: 320px;
	height: 200px;
	margin: 0 10px 15px 0;
	padding: 0;
	border: #CCC 1px solid;
	background-color:#F4F4F4;
}
#cpaneldemo h1{
	width: 320px;
	margin: 0; 
	padding: 3px 0 3px 0;
	background-color: #666;
	color: #FFF;
	font-size:16px;
}
#cpaneldemo a{
	display: block;
	margin: 10px 0 0 0;
	font-size:14px;
	font-weight:bold;
	width: 320px;
	height: 30px;
	background-image:url(../images/global/redbullet2.gif);
	background-repeat:no-repeat;
	background-position: 80px 0;
	text-align:center;
}

#cpaneldemo p{
	font-size:11px;
	font-style:italic;
	padding: 5px;
}
#screenshot{
	float:right;
	width: 350px;
	text-align:center;
	clear:both;
}
#logininfo{
	padding: 0 0 0 75px;
	font-size:14px;
	margin-top: 0;
}

#features{ 
	list-style:none; 
	margin-left: 0;
	padding-left:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#features li{
	background-image: url(../images/global/green-check.gif);
	background-repeat:no-repeat;
	background-position: 0 3px;
	padding: 7px 0 0 20px;
}

	