/* Countdown plugin stylesheet*/
#cd{padding: 0 5px 15px 10px;
width: 300px;
 border:2px solid #aaa;
  background-color:#fff;
	border-radius:4px;
	-moz-border-radius:5px; /* Firefox 3.6 and earlier */
}
#heading{
	
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	color: #FF0000;
	text-align: left;
	font-weight: bold;
	
}
#creater{
padding-top: 10px;
text-align: right;
color: #cccccc;
font-size: 9px;
/*display: none;*/ /*Remove the"/*"If you don't want to link to me*/
}
#creater a{
color: #cccccc;

}