	.dragableBox{	/* The RSS box */
		background-color:#FFF;
		margin:1px;

	}
	/* A div inside the rss box - with a blue border */
	.dragableBoxInner{
		border:1px solid #71c4eb;
	}
	.dragableBoxHeader{	/* Header inside RSS box */
		background-color:#71c4eb;
		height:20px;
		color: #ffffff;
                font: bold;
	}
	.dragableBoxHeader span{	/* Text inside header of RSS box */
		line-heigth:20px;
	}
	.dragableBoxHeader img,.dragableBoxHeader span{	/* Text and reload image inside RSS box */
		float:left;
	}
	.boxItemHeader{	/* Title of items inside dragable boxes */
		margin:0px;
		color:#333;
		text-decoration:none;
		overflow:hidden;
	}	
	.boxItemHeader:hover{	/* Title of items inside dragable boxes - mouseover*/
		margin:0px;
		color:#F00;
		
	}
	.dragableBoxHeader input{	/* text inputs that gets visible when you click on the "edit" link at the top of a rss box */
		font-size:0.9em;	
	}
	
	.rssNumberOfItems{	/* Number of RSS items in header - the one inside parantheses */
		color:#F00;
	}
	.dragableBoxContent{	/* DIV holding data inside dragable boxes */
		padding:1px;
		clear:both;
	}
	#rectangleDiv{	/* Dotted rectangle indicating where objects will be dropped */
		border:1px;
		
	}
	
	.closeButton{	/* Close button */
		padding:2px;
		border:1px solid #ffffff;
		line-height:9px;
		height:9px;
		margin:2px;
		color:#ffffff;
		padding:2px;
		padding-bottom:3px;
	}
	.closeButton_over{	/* Close button - mouse over */
		padding:2px;
		border:1px solid #000000;
		line-height:9px;
		padding:2px;
		padding-bottom:3px;
		margin:2px;	
		background-color:#000000;
		color:#000000;
	}

	.dragableBoxEditLink{	/* Edit link on top of a box */
		color:#317082;
		text-decoration:none;
		padding-top:1px;
	}
	.dragableBoxEditLink:hover{	/* Edit link - mouse over */
		color:red;
		text-decoration:underline;
	}
	form{	/* No borders in forms */
		display:inline;
	}

	img{
		border:0px;
		}