.uploadDialog {
    width: 375px;
    height: 170px;
    padding-left: 15px;
    padding-top: 10px;
    padding-right: 10px;
    background-image: url('/media/images/annotator/newupload/new_iteration_bubble.png');
    background-repeat: no-repeat;
    display: none;
    z-index: 7;
}

#newVersionUpload {
	margin:0px; padding:0px; /* FIX IE BULLSHIT */
}

#fileUploadContainer {
    position: relative;
    height: 30px;
    width: 300px;
	margin-top: 5px;
}

.transparent {
	-moz-opacity:0;
	filter: alpha(opacity: 0);
	opacity: 0;
}

#projectFile {
    position: absolute;
    left: 0;
    top: 0;
    width: 340px;
    z-index: 8;
    margin: 0;
}

#replacementForm {
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 370px
}

#fakeFile {
	width: 231px;
	color: rgb(154, 154, 154);	
	background-color: rgb(250, 250, 250);
	border: 1px solid rgb(142, 142, 142);
}

#newVersionComments {
    width: 350px;
    height: 60px;
	color: rgb(154, 154, 154);	
	background-color: rgb(250, 250, 250);
	border: 1px solid rgb(142, 142, 142);	
	overflow-y: auto;
}

#newVersionButtonsContainer {
	width: auto;
	height: auto;
	margin: 5px;
	margin-right: 25px;
}

#submitButton {
    float: right;
    width: 97px;
    height: 26px;
	margin-right: 10px;	
    background-image: url("/media/images/annotator/newupload/upload_button.png");
    background-repeat: no-repeat;
}

#cancelButton {
    float: right;
    width: 97px;
    height: 26px;
    background-image: url("/media/images/annotator/newupload/cancel_button.png");
    background-repeat: no-repeat;
}
