﻿.imageuploadercontainer
{
	width: 330px;
	height: 160px;
	padding: 10px;
}

.imageuploaderleft
{
	width: 77px;
	height: 22px;
	float: left;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-left: 3px;
}

.imageuploaderright
{
	width: 250px;
	height: 25px;
	float: left;
	margin-bottom: 5px;
}

.imageuploaderlist
{
	width: 330px;
	height: 106px;
	margin: auto auto 5px auto;
	overflow: auto;
	font-size: x-small;
	border: solid 1px #000000;
	clear: both;
}

.imageuploaderlistitem
{
	padding: 5px 3px 0px 3px;
	margin: 0px 0px 2px 0px;
	height: 20px;
}

.imageuploaderlist input
{
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #B1C5C3;
	float: right;
	margin-top: -17px;
}

.imageuploadermessage
{
	width: 255px;
	height: 20px;
	text-align: left;
	float: left;
	font-size: x-small;
	color: Red;
	padding-top: 5px;
	padding-left: 5px;
	font-weight: bold;
	overflow: hidden;
}

.imageuploaderbutton
{
	width: 70px;
	height: 25px;
	text-align: right;
	float: left;
	overflow: hidden;
}


