/*
	$Id: edit.css 60 2008-04-11 18:49:36Z cnadolle $
	For edit functions
*/

#messagediv {
	position: fixed;
	width: 100%;
	height:  100%;
	z-index: 9000;
	
}

#messagediv .trans {
	position: absolute;
	width: 100%;
	height:  100%;
	background-color: #999;
	opacity: .8;
	filter:alpha(opacity=80);
	z-index: 9001;
	
}

#messagediv .errdiv {
	position: absolute;
	width: 50%;
	height: 50%;
	left: 25%;
	top:  25%;
	background-color: #660000;
	z-index: 9002;
	border: 4px solid red;
}
#messagediv .textinerr {
	color:  white;
	font-size: 2em;
	font-weight: bold;
	line-height: 1.5em;
	margin: 2em;
}

#messagediv .textinerr input {
	width: 4em;
	position: relative;
	top:  4em;
}

hr { width: 100%; }


#uploaddiv {
	display: none;
	padding: 2em;
	border: 1px solid #dfdfdf;
}

th { text-align: left; padding-bottom: 0.8em;}
