.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0px;
	height: 0px;
}

#ajaxtop {
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 10px;
}

#popup {
	z-index: 10000;
	display: none; 
	text-align: center; 
	border-top: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	border-bottom: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb; 
	background: #ffffff; 
	width: 960px; 
	padding: 10px;
}

.popupBottom {
	background: #eeeeee;
	border-top: 1px solid #d7d7d7;
	margin-top: 10px;
}

.uploadProcess {
	display: inline;
	margin-left: 10px;
	background: #ffffff;
}

a.imageupload {
	color: #ffffff;
	padding: 5px 10px 5px 10px;
	font: 12px Arial, Georgia, Tahoma, Verdana;
	border: 1px solid #cccccc;
	text-decoration: none;
	float: left;
	display: block;
	width: 130px;
	margin-bottom: 5px;
	background: #a4a4a4;
}

span.imageupload_inactive {
	color: #cccccc;
	padding: 5px 10px 5px 10px;
	font: 12px Arial, Georgia, Tahoma, Verdana;
	border: 1px solid #cccccc;
	text-decoration: none;
	float: left;
	display: block;
	width: 130px;
	margin-bottom: 5px;
	background: #a4a4a4;
}

button {
	font: 12px Arial, Georgia, Tahoma, Verdana;
	color: #333333;
	background: #eeeeee url('../images/bg_asidenav.gif') 0 0 repeat-x;
	padding: 3px 10px 3px 10px;
	border-top: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	display: inline;
	float: left;
	margin: 0 5px 0 0;
}

button:hover {
	background: #012a4f;
	color: #ffffff;
}

button img {
	vertical-align: middle;
	margin-right: 3px;
}

.imgareaselect-border1 {
	background: url('../images/border-anim-v.gif') repeat-y left top;
}

.imgareaselect-border2 {
	background: url('../images/border-anim-h.gif') repeat-x left top;
}

.imgareaselect-border3 {
	background: url('../images/border-anim-v.gif') repeat-y right top;
}

.imgareaselect-border4 {
	background: url('../images/border-anim-h.gif') repeat-x left bottom;
}

.imgareaselect-border1, .imgareaselect-border2,
.imgareaselect-border3, .imgareaselect-border4 {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.imgareaselect-handle {
	background-color: #ffffff;
	border: solid 1px #000000;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.imgareaselect-outer {
	background-color: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.imgareaselect-selection {
}
