.newbanner{
	float: left;
	}
.cloudItem{
	border-style: none;
	border-left-style: dotted;
	border-right-style: dotted;
	border-color: red;
	border-width: 1px;
	}
	
.cloudItem1{
	font-size: 120%;
	margin: 10px;
}
	
.cloudItem2{
	font-size: 100%;
	margin: 10px;
}

.cloudItem3{
	font-size: 80%;
	margin: 10px;
}

.cloudItem4{
	font-size: 60%;
	margin: 10px;
}

.cloudItem5{
	font-size: 40%;
	margin: 10px;
}

.whatsnew{
	font-size: 90%;
	/*float:right;*/
	margin-bottom: 40px;
}
.whatsnew ul{
	list-style:none;
	padding: 0;
	margin-left: 20px;
	margin-right: 40px;
}

.whatsnew li{
	margin-top: 20px;
}

.whatsnew h1{
	font-size: 120%;
	font-weight: normal;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 20px;
	text-shadow: gray 2px 2px 4px;
	color: black;
}

.newitem ul{
	margin-top: 5px;
}

.newitem li{
	margin: 0px;
	border: 0px
	margin-left: 15px;
//	font-size: 90%;
	list-style: disc;
}

.whatsnew .note{
	font-size: 80%;
	}

.whatsnew .title{
	
	text-shadow:none;
	font-size: 110%;
	list-style: circle;
}

.whatsnewlink{
	font-size: 90%;
	font-style: italic;
	padding-top: 10px;
}

.whatsnew .description{
	font-size: 100%;
	color:gray;
}

.whatsnew .bug{
	background-image: url("../images/bug.png");
	background-repeat: no-repeat;
	padding-left: 30px;
	}