	.overlay_blue {
	line-height: 28px;
	background: #33ADDB url(../images/hmleftbg.gif) repeat-x;
	color: #FFFFFF;
	padding: 0 5px 0 5px;
	}

	.overlay_blue a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	background-color: inherit;
	}

	.overlay_articles {
	border: 1px solid #eee;
	padding: 8px;	
	margin: 0 0 10px 0;
	background-color:#FFFFFF;
	}

	.overlay_articles:hover {
	border: 1px solid #ccc;
	}

	.overlay_articles textarea{
	overflow:auto;
	width:95%;
	}

	#box a {
	color: #33ADDB;
	background-color: inherit;
	}

	#box a:hover {
	color: #575757;
	background-color: inherit;
	}


	#box{
	padding:10px;
	border:2px solid #eee;
	font: 11px Arial, sans-serif;
	background: #fff;
	color: #454545;
	text-align:left;
	width: 40%;
        z-index: 100;
	}

	#boxcontent {
	overflow:auto;
	}
	
	#box input,#box textarea,#box select {
	border: 1px solid #b2b2b2;
	background: #f4f4f4;
	margin: 1px;
	padding: 3px;
	}

	#box input:focus,#box textarea:focus,#box select:focus {
	background: #fff;
	border: 1px solid #686868;
	}

	#closeButton{
	position:absolute;
	top:-5px;
	right:-5px;
	cursor:pointer;
	}

	#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
