#FileUpload div.block {
    display: block;
    float: left;
    margin-top: 10px;
    text-align: left;
}

#FileUpload a.add {
    display: block;
    float: left;
    background: url("./images/add.gif") no-repeat;
    height: 22px;
    text-indent: 20px;
    font-weight: bold;
    padding-top: 2px;
    cursor: pointer;
    margin-left: 8px;
	text-decoration: none;
}

#FileUpload a.remove {
    display: block;
    float: left;
    background: url("./images/remove_icon.gif") no-repeat;
    height: 22px;
    width: 22px;
    text-indent: 20px;
    font-weight: bold;
    padding-top: 2px;
    cursor: pointer;
    margin-left: 8px;
	text-decoration: none;
}

#FileUpload div.box {
	display: block;
	float: left;
        margin-top : 2px;
        margin-left : 98px;
	width: 100%;
}

#FileUpload div.form {
	display: block;
	float: left;
	width: 100%;
	padding: 10px;
}

#FileUpload div.title {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #000000;
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 16px;
}

#FileUpload div.property {
	display: block;
	float: left;
	width: 80px;
	text-align: right;
	/*font-weight: bold; */
	padding: 6px;
}

#FileUpload div #imageinput{
	height: 60px;
	clear: both;
	padding-left: 92px;
}

#FileUpload .fileUpload-label{
	float: left;
	padding-left: 40px;
	clear: both;
	width: 100%;
}

.fileinput-button input{
	-moz-transform: none !important;
	right: auto !important;
	top: auto !important;
	float: left !important;
}