/* CSS Document */
#add_services { list-style-image: none; padding: 0 10px; }
#add_services li { padding: 4px 0 8px 24px; border-top: 1px #bbb solid; }
#add_services li input { margin-left: -24px; width: auto; }

#add_descriptions p { padding: 0; }

#ibox_w{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:100;
	width: 100%;
	height: 100%;
	background-color: #000;
	margin:0;
	padding:0;
	filter:alpha(opacity=55);
	-moz-opacity: 0.60;
	opacity: 0.60;
}

#ibox_progress {
	margin:0;padding:0;
	position: absolute;
	z-index:105;
}

#ibox_wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:1000;
	border:8px solid #09c;
	background: #09c;
	width:300px;
	height:250px;
	margin:0;
}

#ibox_content {
	width:716px;
	height:218px;
	position:relative;
	top:0px;
	left:0px;
	background: #fff;
	padding:8px 12px 0;
	text-align: left;
	overflow: auto;
}

#ibox_close_a {
	padding-top: 3px;
	float: right;
	color: #fff;
	font-weight: bold;
}
#ibox_close_a:hover{
	color: #fff;
}