#uploadForm {
		background:#FFF;
		padding:10px;
		}
#uploadForm label {
	margin:2px; 
	/*font-size:1em; 
	font-weight:bold;*/
	}
.InputBox{
	padding:5px; 
	border:#F0F0F0 1px solid; 
	border-radius:4px; 
	background-color:#FFF;}
#progress-bar {
	background-color: #12CC1A;
	height:20px;
	color: #FFFFFF;
	width:0%;
	-webkit-transition: width .3s;
	-moz-transition: width .3s;
	transition: width .3s;
	}
.cellname 
{
	padding:4px;
	width:70%;
	border: 1px solid silver;
	border-radius:8px;
	margin-right:8px;
}
.celldata 
{
	width:100%; 
	font-family:helvetica; 
	font-weight:bold;
	padding:0px;
	border: 0px!important;
}
.cellstream 
{
	width:30%; 
	font-family:helvetica; 
	font-weight:bold;
	padding:0px;
	border: 0px!important;
}
.cellvu
{
	min-width:120px; 
	min-height:160px;
	padding:0px;
	border: 0px!important;
}
.cellcontrols
{
	min-width:100px; 
	max-width:100px;
}

.cellmessage
{
	 color:red; 
	 text-align:center; 
	 font-size:1.2em;
}
.btnSubmit{
	background-color:#09f;
	border:0;
	margin-top: -4px;
	margin-bottom: -4px;
	padding:10px 40px;
	color:#FFF;
	border:#F0F0F0 1px solid; 
	border-radius:8px;
	outline:none;
	}
.btnSubmit:hover{
	background-color:#05f;
	}
.btnSubmitDisabled{
	background-color:#ccc;
	border:0;
	margin-top: -4px;
	margin-bottom: -4px;
	padding:10px 38px;
	color:#FFF;
	border:#F0F0F0 1px solid; 
	border-radius:8px;
	display:none;
	outline:none;
	}
#progress-div {
	border:#0FA015 1px solid;
	/* padding: 4px 4px; */
	margin:30px 0px;
	border-radius:8px;
	text-align:center;
	}
#targetLayer{
	width:100%;
	text-align:center;
}