

img 
{
	border: 0px;
}



.modalBackground
{
	opacity: 0.7;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	filter: alpha(opacity=70);
    background-color: gray;
}







											/* File uploader with custom Browse button */

.file-uploader
{
	width: 187px;
	height: 30px;
	overflow: hidden;
}

.file-uploader .browse-button-container
{
	height: 25px;
	padding-left: 130px;
}

.file-uploader .browse-button-container img
{
	margin-top: 3px;
}

.file-uploader .file-upload-container
{
	height: 25px;
	position: relative;
	top: -25px;
	opacity: 0.0;
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	filter: alpha(opacity=0);
}

.file-uploader .file-upload-container input[type=file]
{
	margin-top: 3px;
    font-size: 8px;
    height: 24px;
    width: 185px;
}
* html .file-uploader .file-upload-container input
{
	margin-top: 0px;
    font-size: 8px;
    height: 24px;
    width: 185px;
}


.file-uploader .input-text-container
{
	height: 25px;
	width: 135px;
	position: relative;
	top: -50px;
}

.file-uploader .input-text-container input[type=text]
{
	width: 125px;
}
* html .file-uploader .input-text-container input
{
	width: 125px;
}

