@CHARSET "ISO-8859-1";

a {
	color: #00E;
}

p {
	font-size: 14px;
}

#panel {
	float: right;
}
#panel a {
	margin-right: 6px;
	
}

.button {
	background: #ccc;
}

.roundborder {
	-moz-border-radius-topleft : 5px;
	-moz-border-radius-topright : 5px;
	-moz-border-radius-bottomleft : 5px;
	-moz-border-radius-bottomright : 5px;
	-webkit-border-top-left-radius : 5px;
    -webkit-border-top-right-radius : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -webkit-border-bottom-right-radius : 5px;
}

#swfupload-control p {
	margin:10px 5px;
	font-size:0.9em;
}

#log {
	border: 1px solid #555;
	margin:0;
	padding:0;
	width:500px;
	height: 130px;
	overflow: auto;
	margin-bottom: 5px;
}
#log li {
	list-style-position:inside;
	margin:2px;
	border:1px solid #ccc;
	padding:10px;
	font-size:12px; 
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	background:#fff;
	position:relative;
}
#log li .progressbar {
	border:1px solid #333;
	height:5px;
	background:#fff;
}
#log li .progress {
	background:#999;
	width:0%;
	height:5px;
}
#log li p {
	margin:0;
	line-height:18px;
}
#log li.success {
	border:1px solid #339933;
	background:#ccf9b9;
}

#log li.error {
	border:1px solid red;
	background: red;
}

#log li span.cancel {
	position:absolute;
	top:5px;
	right:5px;
	width:20px;
	height:20px; 
	background:url('../js/swfupload/cancel.png') no-repeat;
	cursor:pointer;
}


#button2 {
	margin: 4px;
	color: #000;
	text-decoration: none;
	padding: 1px;
	padding-left: 20px;
	background:url('../js/swfupload/SmallSpyGlassWithTransperancy_17x18.png') no-repeat;
	height: 17px;
	width: 180px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
}

#log.ajax {
	list-style: none;
	list-style-image: none;
	margin-top: 4px;
	height: 80px;
}

#log.ajax li .progressbar {
	border: 1px solid #ccc;
	width: 220px;
	height: 19px;
}

#log.ajax li .loading {
	background:url('../images/ajax-loader.gif');
	width: 220px;
	height: 19px;
}

#button2:hover {
	text-decoration: underline;
	background-position: 0 -34px;
}
#button2:active {
	text-decoration: underline;
	background-position: 0 -17px;
}
