@charset "UTF-8";
.backgroundimagelogin {
	background: url(../img/background_login_bw.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.divuploadfileimage {
	border: 1px dashed #C5D6DE;
	border-radius: 5px;
	padding: 10px;
}
.divuploadfilemusic {
	border: 1px dashed #C5D6DE;
	border-radius: 5px;
	padding: 10px;
}
.iframepdfview {
	border: none;
	overflow: auto;
	width: 100%;
	height: 600px;
}
.iframepdfsmallview {
	border: none;
	overflow: auto;
	width: 100%;
	height: 400px;
}
.butttonsmalldownload {
	min-width: 70px;
}