/*
UploadiFive
Copyright (c) 2012 Reactive Apps, Ronnie Garcia
*/

.uploadifive-button {
  font-weight: 400;
  border: 2px dashed #aaa;
  border-radius: 5px;
  background: #eee;
}

.uploadfive-button-default{
	display:inline-block;
    border-radius: 4px;
    height: 34px !important;
    line-height: 34px !important;
    background: #262626;
    border: 1px solid #000;
    border-width: 1px 1px 2px 1px;
    box-sizing: border-box;
    font-size: 1em;
    color: #fff;
    vertical-align: middle;
    cursor: pointer;
    padding: 0 1em;
}
  
/* ¸ð¹ÙÀÏ*/
@media all and (max-width:768px), (max-width:600px), (max-width:414px){
	.uploadifive-button {
		line-height:100px !important;
		height:100px !important;

	}
}

.uploadifive-queue-item {
	background-color: #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 13px;
	margin-top: 3px;
	padding: 15px;
}
.uploadifive-queue-item .close {
	background: url('uploadifive-cancel.png') 0 0 no-repeat;
	display: block;
	float: right;
	height: 16px;
	text-indent: -9999px;
	width: 16px;
}
.uploadifive-queue-item .progress {
	border: 1px solid #D0D0D0;
	height: 3px;
	margin-top: 5px;
	width: 100%;
}
.uploadifive-queue-item .progress-bar {
	background-color: #0072BC;
	height: 3px;
	width: 0;
}
