	form{	/* No borders in forms */
		display:inline;
	}
	
	.dragableBox{	/* The RSS box */
		
		background-color:#FFF;
		margin:5px;
		border-right:2px solid #AAA;	/* "Shadow "*/
		border-bottom:2px solid #AAA;	/* "Shadow " */
	}
	/* A div inside the rss box - with a blue border */
	.dragableBoxInner{
		border:1px solid #317082;
	}
	.dragableBoxHeader{	/* Header inside RSS box */
		background-color:#E2EBED;
		height:20px;
		font-weight:bold;
		color: #317082;
	}
	.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 */
		font-weight:bold;
		margin:0px;
		color:#000;
		text-decoration:none;
		overflow:hidden;
	}	
	.boxItemHeader:hover{	/* Title of items inside dragable boxes - mouseover*/
		font-weight:bold;
		margin:0px;
		color:#F00;
		text-decoration:underline;
	}
	.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 */
		clear:both;
	}
	#rectangleDiv{	/* Dotted rectangle indicating where objects will be dropped */
		border:1px dotted red;
		margin:5px;
	}
	
	a.closeButton{	/* Close button */
		height:8px;
		width:8px;
		display:block;
		color:#317082;
		position:absolute;
		top:4px;
		left:185px;
		background:url(../images/close_out.gif) no-repeat;
	}
	a:hover.closeButton{
		background:url(../images/close_over.gif) no-repeat;
	}
	.dragableBoxStatusBar{	/* Status bar at the bottom of rss boxes */
		border-top:3px double #317082;
		height:14px;
		background-color:#E2EBED;
		padding:2px;
	}
	
	.dragableBoxEditLink{	/* Edit link on top of a box */
		/*color:#317082;
		text-decoration:none;
		padding-top:1px;*/
		height:8px;
		width:8px;
		position:absolute;
		top:4px;
		left:173px;
		background:url(../images/edit_out.gif) no-repeat;
	}
	.dragableBoxEditLink:hover{	/* Edit link - mouse over */
		/*color:red;
		text-decoration:underline;*/
		background:url(../images/edit_over.gif) no-repeat;
	}
	
	/**************************************************************************/
div.rss_box{
	width:238px;
	overflow:hidden;
	float:left;
}

div.rss_box div.rss_box_top{
	height:13px;
	width:238px;
	background:url(../images/rss_box_top.gif) no-repeat;
}

div.rss_box div.rss_box_dn{
	height:15px;
	width:238px;
	background:url(../images/rss_box_dn.gif) no-repeat;
}

div.rss_box div.rss_box_main{
	width:243px;
	padding:0 15px 0 0;
	background:url(../images/rss_box_main.gif) repeat-y;
}

div.rss_box div.rss_box_main div.rss_box_tick{
	width:197px;
	height:15px;
	padding:1px 13px 0 0;
	position:relative;
	overflow:hidden;
	background:url(../images/rss_box_tick.gif) no-repeat;
}

div.rss_box div.rss_box_main div.rss_box_tick div.rss_box_title{
	height:15px;
	padding:0 0 0 10px;
	overflow:hidden;
	float:left;
	font:bolder 10px Arial, Helvetica, sans-serif;
	color:#303335;
}

div.rss_box div.rss_box_main div.rss_box_tick div.rss_box_title marquee{
	height:15px;
	/*width:157px;*/
	overflow:hidden;
	font:bolder 10px Arial, Helvetica, sans-serif;
	color:#303335;
}

div.rss_box div.rss_box_main div.rss_box_tick div.refresh{
	width:8px;
	height:9px;
	/*float:right;*/
	/*margin:2px 0 0 0;*/
	position:absolute;
	top:3px;
	left:197px;
	cursor:pointer;
	background:url(../images/refresh_out.gif) no-repeat;
}

div.rss_box div.rss_box_main div.rss_box_tick div:hover.refresh{
	background:url(../images/refresh_over.gif) no-repeat;
}

div.rss_box div.rss_box_main div.rss_box_tick div.rss_box_edit{
	width:223px;
	overflow:hidden;
	clear:both;
	/*float:left;*/
}

div.rss_box div.rss_box_main div.rss_box_tick div.rss_box_edit form{
	padding:0;
	margin:5px 0 0 0;
	display:block;
	width:223px;
	overflow:hidden;
}

div.rss_box div.rss_box_main div.rss_box_tick div.rss_box_edit form div.line{
	width:200px;
	height:16px;
	padding:4px 0 0 7px;
	font:bold 10px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:left;
}

div.rss_box div.rss_box_main div.rss_box_tick div.rss_box_edit form div.line div.label{
	font:bold 10px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	width:50px;
	height:14px;
	margin:0 10px 0 0;
	text-align:right;
	float:left;
	overflow:hidden;
}

div.rss_box div.rss_box_main div.rss_box_tick div.rss_box_edit form div.line input.max{
	height:14px;
	width:135px;
	border:none;
	float:left;
	margin:0;
	padding:0 0 0 2px;
	font:10px Arial, Helvetica, sans-serif;
}

div.rss_box div.rss_box_main div.rss_box_tick div.rss_box_edit form div.line input.min{
	height:14px;
	width:28px;
	border:none;
	float:left;
	margin:0;
	padding:0 0 0 2px;
	font:10px Arial, Helvetica, sans-serif;
	color:#303335;
}

div.rss_box div.rss_box_main div.rss_box_tick div.rss_box_edit form div.line input.save{
	float:right;
	cursor:pointer;
}

div.rss_box div.rss_box_main a.rss{
	display:block;
	width:198px;
	overflow:hidden;
	padding:5px 0 0 25px;
	font:10px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	background:url(../images/puce_black.gif) 15px 8px no-repeat;
}

div.rss_box div.rss_box_main a.rss:hover{
	color:#303335;
	background:url(../images/puce_white.gif) 15px 8px no-repeat;
}

a.rss{
	display:block;
	width:198px;
	overflow:hidden;
	padding:5px 0 0 25px;
	font:10px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	background:url(../images/puce_black.gif) 15px 8px no-repeat;
}

a.rss:hover{
	color:#303335;
	background:url(../images/puce_white.gif) 15px 8px no-repeat;
}