body{
	font-family:arial;
}
.preview{
	width:200px;
	border:solid 1px #dedede;
	padding:10px;
}
#preview {
	color:#cc0000;
	font-size:12px
}
.thumbnail{
	width:80px;
	border:solid 1px #dedede;
	padding:10px;
}
#thumbnail {
	color:#cc0000;
	font-size:12px
}
.upload_container {
	border:8px solid #F6F6F6;
	padding:10px;
}

.upload_button {
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    background: #f2f2f2 url('../../img/user/addfile.png') no-repeat 12px 9px;
    color: green;
    border: 1px solid #ccc;
    height: 30px;
    cursor: default;
    width: 130px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
}

.browse_text {
	padding:10px; 
	padding-top:18px;
	float:left;
	font-family: helvetica, arial, 'lucida grande', sans-serif; 
	font-size:12px; 
	color:black; 
	align="left";
}
.file_input_container{
	padding:10px;
	float:center; font-family: 
	helvetica, arial, 'lucida grande', sans-serif; 
	font-size:12px;
	color:black; 
	width:200px;" align="left";
}
.file_input{
	opacity:0;
	-moz-opacity:0;
	filter:alpha(opacity:0);
	z-index:9999;
	width:90px;
	padding:5px;
	cursor:default;
}