
	#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: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
