*{
	margin:0;
	padding:0;
}

a {
    text-decoration: none;
}

input[type="file"] {
    /* background: #6baf04; */
    /* width: 130px; */
    /* height: 25px; */
    border: 0;
    /* border-width: 5px; */
    /* border-color: #000; */
    cursor: pointer;
    margin: 5px;
}

div#MultiploUpload {
    font-family: arial, sans serif;
    margin-top: 50px;
}
div{}
div form fieldset{}

div form fieldset legend{
	font-size:24px;
	font-weight:bold;
	/* color:#0000FF; */
	font-family: arial, sans serif;
}

div form fieldset span{
	display:block;
}

div form fieldset span #submit{
	background: #6baf04;
	width:130px;
	height: 25px;
	border: 0;
	/* border-width:5px; */
	/* border-color:#000; */
	cursor:pointer;
	margin: 5px;
}

div form fieldset span input{
	background:#F2F2F2;
	border:double;
}


#MultiploUpload a{
	text-decoration:none;
	font-size: 16px;
	background:#E7FFCE;
	color:#969696;
}
#MultiploUpload a:hover{
	color:#000;
	background:#B1FF64;
}





#window
{
	position: absolute;
	left: 200px;
	top: 100px;
	width: 400px;
	height: 300px;
	overflow: hidden;
	display: none;
}
#windowTop
{
	height: 30px;
	overflow: 30px;
	background-image: url(../images/window_top_end.png);
	background-position: right top;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	cursor: move;
}
#windowTopContent
{
	margin-right: 13px;
	background-image:url(../images/window_top_start.png);
	background-position:left top;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #6caf00;
}
#windowMin
{
	position: absolute;
	right: 25px;
	top: 10px;
	cursor: pointer;
}
#windowMax
{
	position: absolute;
	right: 25px;
	top: 10px;
	cursor: pointer;
	display: none;
}
#windowClose
{
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
#windowBottom
{
	position: relative;
	height: 270px;
	background-image: url(../images/window_bottom_end.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#windowBottomContent
{
	position: relative;
	height: 270px;
	background-image: url(../images/window_bottom_start.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-right: 13px;
}
#windowResize
{
	position: absolute;
	right: 3px;
	bottom: 5px;
	cursor: se-resize;
}
#windowContent
{
	position:absolute;
	top: 30px;
	left: 10px;
	width: auto;
	height: auto;
	overflow: auto;
	margin-right: 10px;
	border: 1px solid #6caf00;
	height: 255px;
	width: 375px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #fff;
}
#windowContent *
{
	margin: 10px;
}

h1 {
    text-decoration: none;
}
.transferer2
{
	border: 1px solid #6BAF04;
	background-color: #B4F155;
	filter:alpha(opacity=30); 
	-moz-opacity: 0.3; 
	opacity: 0.3;
}