/*back-end styles*/

input[type=text], input[type=password]{
	width:100% !important;
	padding:7px !important;
	line-height: 1.5;
	cursor:pointer;
	margin:0 auto !important;
}

.hint{
	font-size:12px !important;
	font-style:italic;
}

#processing{
	position:fixed;
	z-index:10000;
	display:none;
	
}

.caption{
	margin:20px 0 20px 0;
	text-align:center;
}

.info{
	margin:0 auto;
	left:0;
	right:0;
	width:90%;
	height:auto;
	border:1px solid #f0f0f0;
	background:#fafafa;
	color:#333;
	border-radius:3px;
	text-align:left;
	padding:24px;
}


.hid{
	display:none;
}

#processing img{
	width:auto;
	max-height:120px;
	display:block;
	margin:0 auto;
	border:none;
}


#processing div.status-holder{
	width:100%;
	height:12px;
	text-align:left;
	border:1px solid #ccc;
	background:#eee;
}

#processing div.status-holder > div.status-bar{
	width:0px;
	height:10px;
	background:black;
}

a.log-link{
	float:right;
	width:54px;
	margin:0;
	cursor:pointer;
}

div.change-log{
	display:none;
	width:calc(100% - 99px);
	margin:0;
	padding:10px 18px;
	overflow: hidden;
	overflow-y: auto;
	border:1px solid #ccc;
}