.notify-alert {
  background: #ffdb9b;
  padding: 20px 40px;
  max-width: 420px;
  position: absolute;
  right: 0;
  top: 10px;
  border-radius: 4px;
  border-left: 8px solid #eaeaea;
  overflow: hidden;
  opacity: 0.7; filter: alpha(opacity=70);
  pointer-events: none;
  color: #fff;
}

.notify-alert.alert-success {
  background-color: #4caf50;
}

.notify-alert.alert-info {
  background-color: #2196F3;
}

.notify-alert.alert-warning {
  background-color: #ffad33;
}

.notify-alert.alert-danger {
  background-color: #f55a4e;
}

.notify-alert button[data-notify="dismiss"] {
  margin-left: 5px;
  outline: none !important;
}

#err{
	color: red;
  font-size: 12px;
}
#preview img{
	max-width: 100%;
	border: solid #cdcdcd 1px;
	padding:5px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .2);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .2);
	overflow: hidden;
	width:180px;
	height:180px;
}
#previewnew img{
	max-width: 100%;
	border: solid #cdcdcd 1px;
	padding:5px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .2);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .2);
	overflow: hidden;
	width:800px;
	height:auto;
}
#previewx img{
	max-width: 100%;
	border: solid #cdcdcd 1px;
	padding:5px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .2);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .2);
	overflow: hidden;
}
.fileContainer {
    overflow: hidden;
    position: relative;
}

.fileContainer [type=file] {
    cursor: inherit;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

/* Example stylistic flourishes */

.fileContainer {
    background: #00A65A;
    border-radius: .3em;
    float: left;
    padding: .6em;
    color: #fff;
}

.fileContainer [type=file] {
    cursor: pointer;
}

