.cb{
	clear: both;
}
img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.Hid{
	display:none;
}
.error{
	color: #900;
	margin: 10px;
	border: 1px solid #F33;
	text-align: center;
	padding: 10px;
	background-color: #FFCACA;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}
.ok{
	color: #030;
	text-align: center;
	margin: 10px;
	border: 1px solid #090;
	padding: 10px;
	background-color: #B7FFB7;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}
.input {
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	border: 1px solid #CCCCCC;
	color: #666666;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.ImgMain {
	margin: 5px;
width:150px;
}

#overlay{
	opacity : 0.4;
	position: fixed;
	top: 0;
	left: 0;
	background-color: black;
	width: 100%;
	height: 100%;
	z-index: 5000;
	display: none;
	right: 0px;
	bottom: 0px;
}
#MainUpImg {
	margin: auto;
	height: 600px;
	width: 800px;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #FFF;
	z-index: 5001;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	display: none;
}

#MainUpImg .btnClose {
	float: right;
	cursor: pointer;
}

#MainUpImg #MainUpImgTopBar {
	height: 50px;
}
#MainUpImg #MainUpImgTopBar #btnUpload {
	width: 100px;
	text-align: center;
	float: left;
	margin-right: 10px;
}
#MainUpImg #MainUpImgTopBar #Progressbar {
	height: 19px;
	width: 270px;
	background-image: url(images/loader.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: right;
	float: left;
	margin-right: 10px;
	display: none;
}
#MainUpImg #MainUpImgTopBar #FromUpload {
	display: none;
}
#MainUpImg #MainUpImgAll {
	float: left;
	border: 1px solid #CCC;
	overflow: scroll;
	bottom: 10px;
	position: absolute;
	left: 10px;
	top: 60px;
	right: 210px;
}
#MainUpImg #MainUpImgAll .ListImg {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 5px;
	margin-left: 5px;
}
#MainUpImg #MainUpImgAll .ListImg .ShowImg {
	height: 150px;
	width: 150px;
	border: 5px solid #CCCCCC;
	cursor: pointer;
}
#MainUpImg #MainUpImgAll .ListImg .SelectImg{
	border-top-color: #1E8CBE;
	border-right-color: #1E8CBE;
	border-bottom-color: #1E8CBE;
	border-left-color: #1E8CBE;
}
#MainUpImg #MainUpImgAll .BoxListImgAll {
	position: relative;
	height: 100%;
	width: 100%;
}
#MainUpImg #MainUpImgAll .TitleNoPic {
	color: #999;
	text-align: center;
}
#MainUpImg #MainUpImgAll .NumPage {
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: center;
	font-size: 16px;
	color: #FFF;
	clear: both;
}
#MainUpImg #MainUpImgAll .NumPage span{
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	margin-right: 5px;
	margin-left: 5px;
}
#MainUpImg #MainUpImgAll .NumPage a{
	font-weight: normal;
	color: #FFF;
	text-decoration: underline;
	margin-right: 5px;
	margin-left: 5px;
}
#MainUpImg #MainUpImgAll #LoadListImg{
	text-align: center;
	clear: both;
	display: none;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 50px;
	margin-left: 10px;
}


#MainUpImg #MainUpImgOption {
	float: right;
	width: 200px;
	background-color: #F1F1F1;
	border: 1px solid #CCC;
}
#MainUpImg #MainUpImgOption #TmpImg {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

#MainUpImg #MainUpImgOption #TmpImg img {
	height: 150px;
	width: 150px;
	margin: auto;
	border: 3px solid #CCC;
}
#MainUpImg #MainUpImgOption #TmpName {
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	font-size: 12px;
	word-wrap:break-word;
}
#MainUpImg #MainUpImgOption #TmpSize {
	text-align: center;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	font-size: 12px;
}
#MainUpImg #MainUpImgOption #TmpDel {
	text-align: center;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	font-size: 12px;
	color: #F00;
	float: right;
	width: 70px;
	cursor: pointer;
}
#MainUpImg #MainUpImgOption #btnSelect {
	width: 80px;
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#MainUpImg #MainUpImgOption .txtOption {
	display: none;
}
#Progressbar {
    color: #fff;
    text-align: right;
    height: 25px;
    width: 0;
    background-color: #0ba1b5; 
    border-radius: 3px; 
}

.mrtop10 { margin-top:10px; }


