.someDiv
{
    margin-left: 300px;
    margin-top: 30px;
    border: 1px solid Silver;
    height: 300px;
}
#File1
{
    float: left;
}
.customFile
{
    width: 219px;
    margin-left: -225px;
    cursor: default;
    height: 21px;
    z-index: 2;
    filter: alpha(opacity: 0);
    position: relative;
    opacity: 0;
    float: left;
}
.fakeButton
{
    z-index: 1;
    position: relative;
    width: 85px;
    height: 21px;
    background: url(./images/button.gif) no-repeat left top;
    float: left;
}

.delButton
{
    z-index: 1;
    position: relative;
    width: 80px;
    height: 20px;
	margin-top: 3px;
    background: url(./images/button_del.gif) no-repeat left top;
    float: right;
}

.delButton:hover
{
	background-position: left -21px;
}

.del_room_button
{
    z-index: 1;
    position: relative;
    width: 80px;
    height: 20px;
	margin-top: 3px;
	margin-left: 2px;
    background: url(./images/button_del.gif) no-repeat left top;
    float: left;
	cursor: default;
}

.del_room_button:hover
{
	background-position: left -21px;
}

.del_button_small
{
    z-index: 1;
    position: relative;
    width: 20px;
    height: 20px;
	margin-top: 3px;
	margin-left: 2px;
    background: url(./images/button_del_sm.gif) no-repeat left top;
    float: left;
	cursor: pointer;
}

.blocker
{
    position: relative;
    z-index: 3;
    width: 150px;
    height: 21px;
    background: url(./images/transparent.gif);
    float: left;
    margin-left: -240px;
   
}
.FileName
{
    background: url(./images/icons.png) no-repeat;
    float: left;
    height: 15px;
    font-family: Verdana;
    font-size: 8pt;
    color: Gray;
    margin-left: 5px;
    margin-top: 2px;
    padding-top: 1px;
    padding-left: 19px;
    padding-right: 7px;
}
.minus
{
    cursor: pointer;
    margin-left: 5px;
    width: 16px;
    height: 16px;
    background: url(./images/plusminus.gif) no-repeat left -16px;
    float: left;
    margin-top: 3px;
}
.wrapper
{
    float: left;
    width: 100%;
    display: block;
    margin: 3px;
}