/*
UploadiFive
Copyright (c) 2012 Reactive Apps, Ronnie Garcia
*/
.uploadifive-button {
    float: right;
    background-color: #ececec;
    line-height: 24px !important;
    color: #fff;
    font-size: 14px;
    font-family: 'robotomedium';
    text-align: center;
    text-transform: capitalize;
    width: 90px !important;
    /* padding-bottom: 23px; */
    height: 24px !important;
    text-align: center;
    position: relative;
    color: #000000;
    border-radius: 4px;
    font-size: 14px;
    border: 1px solid #ccc;
    font-family: open_sansregular;
    top: 4px;
    left: -4px;
}

.uploadifive-button input{
	cursor:pointer;
}
.abs-up {
    position: absolute;
    top: 10px;
    left: 12px;
    z-index: 10;
}
.uploadifive-queue{
	float:left;
	width:100%;
	height:auto;
	margin-top: 8px;
}
.uploadifive-queue-item {
	background-color: #ececec;
    border-bottom: 1px dotted #D5D5D5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /* margin-top: 2px; */
    padding: 10px;
    font-size: 14px;
    font-family: open_sansregular;
    /* margin-bottom: 8px; */
    width: 92%;
    margin: 0px 0% 5px 1.25%;
    border: 1px solid #ccc;
}
.uploadifive-queue-item .close {
    background: url(uploadifive-cancel.png) 0 0 no-repeat;
    display: block;
    float: right;
    height: 10px;
    text-indent: -9999px;
    width: 16px;
    margin-top: 4px;
}
.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;
}
.file_input_div {
    width: 69.6%;
    float: left;
    border: 1px solid #909090;
}