	body{
		font-family: "Arial Unicode MS";	/* Font to use */
		font-size:0.7em;
		margin:0px;
		padding:0px;
		height:100%;
		width:100%;
		text-align:center;
		
		
		
	}
	input{
		font-size:10px;
	}
	#mainContainer{
		width:100%;
		margin:0 auto;
		text-align:left;
		height:100%;		
		padding-bottom:30px;
	}
	
	#header{	/* Header at the top of the demo */
		
		height:1px;		
	}	/* Logo image */
	#header img{
		float:left;
	}
	
	
	.dragableBox{	/* The RSS box */
		font-family: "Arial Unicode MS";
		background-color:#FFF;
		margin:5px;
		border-right:2px solid #696969;	/* "Shadow "*/
		border-bottom:2px solid #696969;	/* "Shadow " */
	}
	/* A div inside the rss box - with a blue border */
	.dragableBoxInner{
		border:1px solid #000080;
	}
	.dragableBoxHeader{	/* Header inside RSS box */
		background-color:#DCDCDC;
		height:20px;
		color: #000000;
		font-family: "Arial Unicode MS";
	}
	.dragableBoxHeader span{	/* Text inside header of RSS box */
		line-heigth:20px;
		font-family: "Arial Unicode MS";
	}
	.dragableBoxHeader img,.dragableBoxHeader span{
font-family: "Arial Unicode MS";	/* Text and reload image inside RSS box */
		float:left;
	}
	.boxItemHeader{	/* Title of items inside dragable boxes */
		margin:0px;
		text-decoration:none;
		overflow:hidden;
		font-family: "Arial Unicode MS";
	}	

	.dragableBoxHeader input{	/* text inputs that gets visible when you click on the "edit" link at the top of a rss box */
		font-size:10px;	
	}
	
	.rssNumberOfItems{	/* Number of RSS items in header - the one inside parantheses */
		color:#F00;
	}
	.dragableBoxContent{	/* DIV holding data inside dragable boxes */
		padding:3px;
		clear:both;
	}
	#rectangleDiv{	/* Dotted rectangle indicating where objects will be dropped */
		border:1px dotted #008000;
		margin:5px;
	}
	
	.closeButton{	/* Close button */
		padding:2px;
		border:1px solid #000080;
		line-height:9px;
		height:9px;
		margin:2px;
		color:#000080;
		padding:2px;
		padding-bottom:3px;
	}
	.closeButton_over{	/* Close button - mouse over */
		padding:2px;
		border:1px solid #000080;
		line-height:9px;
		padding:2px;
		padding-bottom:3px;
		margin:2px;	
		background-color:#000080;
		color:#FFF;
	}
	.dragableBoxStatusBar{	/* Status bar at the bottom of rss boxes */
		border-top:3px double #000080;
		height:14px;
		background-color:#DCDCDC;
		padding:2px;
	}
	
	.dragableBoxEditLink{	/* Edit link on top of a box */
		color:#000080;
		text-decoration:none;
		padding-top:1px;
	}
	.dragableBoxEditLink:hover{	/* Edit link - mouse over */
		color:#008000;
		text-decoration:underline;
	}
	form{	/* No borders in forms */
		display:inline;
	}
	
	img{
		border:0px;
		}
