/* CSS Document */

#ibox_w{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:4000;
	width: 100%;
	height: 100%;	
	background-color: #000000;
	margin:0;
	padding:0;
}

#ibox_progress {	
	margin:0;padding:0;
	position: absolute;
	z-index:105;
}

#ibox_wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:5000;
	padding:0px 0px 0px 0px;
	border:1px solid #CCC;
	width:300px;
	height:335px;
	background-color:#222222;
	padding-bottom:10px;
	margin:0;
}

#ibox_content {
	background-color:#222222;
	color: #FFFFFF;
	position:relative;
	top:0px;
	left:0px;
	border:0;
	padding: 0px 10px 10px 10px;
}

#ibox_footer_wrapper {
	position:relative;padding:0;margin:0;top:0px;left:0px;
}

#ibox_footer{
	margin: 0px 10px 5px 15px;
	padding: 10px 0px 5px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #8DC63F;
	border-bottom: 1px #8DC63F solid;
}

#ibox_bottom{
	height: 0px;	
}

/*===================  Fixed height for message section ===================*/
#alertContent h1{
	height: 54px;
}

#alertMessage{
	height: 110px;
}

/*=================== Buttons ===================*/
#buttonSection{
	height: 40px;
}

.optionalButton{
	float:left; 
	width: 120px;
}

#rightButton{
	text-align: right;
}

#closeButton{
	padding: 3px 0px 0px 510px;
}

#closeButton a{
	text-decoration: none;
}

#ibox_close { padding: 5px 5px 0px 0px; }
