/* CSS Document */


/* iBox -----------------------------------------*/

#ibox_w{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:100;
	width: 100%;
	height: 100%;
	background-color: #980001;
	margin:0;
	padding:0;
	filter:alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
}

#ibox_progress {	
	margin:0;padding:0;
	position: absolute;
	z-index:105;
}

#ibox_wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:1000;
	padding:10px;
	border:1px solid #CCC;
	width:300px;
	height:300px;
	background-color:#999999;
	padding-bottom:30px;
	margin:0;
	overflow: hidden;
}

#ibox_content {
	background-color:#FFFFFF;
	width:100%;
	height:100%;
	margin-bottom:5px;
	position:relative;
	top:0px;
	left:0px;
	border:1px solid #000;
	padding:2px;
}

#ibox_footer_wrapper {
	position:relative;padding:0;margin:0;top:0px;left:0px;
}

fieldset { 
  	border-top: 1px solid #efefef;
  	border-left: 1px solid #efefef;
  	border-bottom: 1px solid #ccc;
  	border-right: 1px solid #ccc;
  	padding: 1em 1em 1em 1.5em;
	width:668px;
} 

fieldset:hover {
  	border: 1px solid #3A789D;
}

input {
	border: 1px solid #555;
	font-size:8pt;
    height: 20px;
}

input.txt {
	width: 200px;
}
form label{
	float:left;
	width: 94%;
}
input.required, textarea.required {
	border: 1px solid #00A8E6;
}

