/* Global Additiosn */
.buttons {
	padding: 18px 0;
}

/* ----- SIZES ----- */

.third {
    width:32% !important;
}

.half {
    width:48% !important;
}

.full {
    width:100% !important;
}

input.small, select.small {
    width:25%;
}

input.medium, select.medium {
    width:50%;
}

input.large, select.large, textarea.textarea {
    width:100%;
}

textarea.small {
    height:5.5em;
}

textarea.medium {
    height:10em;
}

textarea.large {
    height:20em;
}

/* ----- REQUIRED ----- */

form .req {
    float:none;
    color:red;
    font-weight:bold;
}

/* Upload Queues */
.browsebtn {
	width: 260px;
    height: 60px;
    background: url(../img/btn_browse_photos.jpg) no-repeat;
    text-indent: -900px;
    display: block;
    margin-bottom: 1.5em;
}
.uploadbtn {
	display: none;
}

.progress {
	font-style: italic;
}

.photo-upload-queue li.fileUploading {
	background-color: #FFF6BF;
}

.photo-upload-queue li.uploadCompleted {
	background-color: #E6EFC2;
}

.photo-upload-queue li.uploadCompleted .progress, .photo-upload-queue li.uploadCompleted .cancelbtn {
	display: none;
}

.photo-upload-queue li.alreadyUploaded {
	background: none;
    padding-left: 0;
}

.photo-upload-queue
{
    list-style:				none;
}
.photo-upload-queue li
{
    background:				url(../img/icons/photo_upload.png) no-repeat 5px 5px;
    padding:				5px 0 5px 27px;
    margin-bottom: 1px;
}

.photo-upload-queue .queue-file
{
    font-weight:			bold;
}

.photo-upload-queue .queue-size
{
    color:					#aaa;
    margin-left:			1em;
    font-size:				0.9em;
}

.photo-upload-queue .queue-loader
{
    position:				relative;
    margin:					3px 15px;
    font-size:				0.9em;
    background-color:		#ddd;
    color:					#fff;
    border:					1px inset #ddd;
}
.photo-upload-queue .queue-subloader
{
    text-align:				center;
    position:				absolute;
    background-color:		#81B466;
    height:					100%;
    width:					0%;
    left:					0;
    top:					0;
}

.photo-upload-queue .cancelbtn
{
    width:					16px;
    height:					16px;
    background:				url(../img/icons/delete.png) no-repeat 0 0;
    text-decoration:		none;
    border:					none;
    float:					right;
}