/* remember to define focus styles! */
/****reset***/
html,body{ width:100%;overflow:hidden;background-color:transparent;}
html,body,div,ul,li,form {  margin:0;padding:0;font-size:12px;font-family:Arial,"ËÎÌå";}
a img{border:0px;}
a{outline: none; text-decoration:none;}.clear{clear:both; line-height:0; font-size:0; height:0;}
/****resetend***/

:focus { outline: 0; }
.imageupload-content
{
     height:auto;
     width:100%;
}
.imageupload div.flash {
	width: 200px;
	margin: 0px 5px;
	border-color: #D9E4FF;
	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;

}
.imageupload-progressWrapper {
	width: 200px;
    margin-top:5px;
	overflow: hidden;
}

.imageupload-progressContainer
{
    margin: 0px;
    padding: 4px;
    border: solid 1px #E8E8E8;
    overflow: hidden;
    font-family: ËÎÌå;
    font-size: 12px;
}
/* Message */
.imageupload-message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	overflow: hidden;
}
/* Error */
.imageupload-error {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.imageupload-current
{
    border: solid 1px #DDF0DD;
    background-color: #FFCC00;
    color: #FF0000;
}

/* Complete */
.imageupload-complete
{
    /*border: solid 1px #CEE2F2;*/
    display:none;
}

.imageupload-progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.imageupload-progressBarInProgress,
.imageupload-progressBarComplete,
.imageupload-progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.imageupload-progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.imageupload-progressBarError {
	width: 100%;
    background-color:Red;
	visibility: hidden;
}

.imageupload-progressBarStatus {
	margin-top: 2px;
	width: 200px;
	font-size: 12px;
	font-family: ËÎÌå;
	text-align: left;
	white-space: nowrap;
}

.imageupload a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

.imageupload a.progressCancel:hover {
	background-position: 0px 0px;
}
/* -- SWFUpload Object Styles ------------------------------- */
.imageupload-swfupload {
	vertical-align: top;
}

.imageupload-progress
{
    margin: 2px 0px;
}
.imageupload-image
{
    width:auto;
    height:auto;
    overflow:hidden;
    zoom:1;
}
.imageupload-image-li
{
    display:inline;
    height:auto;
    width:auto;
    float:left;
    text-align:center;
    width:130px;
    height:145px;
}
.small-image .imageupload-image-li
{
    width:60px;
    height: 70px;
}
.small-image .imageupload-image-li table
{
    width: 100%;
}

.imageupload-image-li>table
{
    padding:0px;
    margin:0px;
}
.imageupload-image-imgbox
{
    border: 1px solid #ddd;
    width:108px;
    height:108px;
    padding:3px;
}
.small-image .imageupload-image-imgbox {
    width:30px;
    height:30px;
}
.imageupload-image-age
{
    color:#D4D0C8;
    max-height:100px;
    max-width:100px;
}
.small-image .imageupload-image-age {
    max-height:30px;
    max-width:30px;
}
.imageupload-image-a
{
   text-decoration:none;
}
.imageupload-image-title
{
    height:16px;
    width:100%;
    margin-top:6px;
    overflow:hidden;
    display:block;
}