.appbaseform-elements {
		width:400px;
}
#import_record_process {
	background :#DDD;
	padding:5px 15px 20px;
	width:400px;
	margin:20px 0;
	display:none;
	box-shadow: 0px 0px 5px #888888;
}
.percentagebar {
	display:inline-block;
	width:100%;
	height:15px;
	background:#ccc;
	position:relative;
	margin:5px 0 20px 0;
}
.actualprocess {
	display:inline-block;
	width:0%;
	height:15px;
	background:#019183;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
}
.progress_container {
	display:block;
	width:100%;
	font-size:17px;
}
.percentage_container {
	font-size:17px;
	font-weight:bold;
	display:inline;
}
.totalpostcount {text-align :right;
	float:right;
	display:block;
}
.methi-container h2{
	font-size: 1.8em;
}
.methi-mainform{
	background:#fff;
	width:60%;
	box-shadow: 0px 0px 5px #888888;
	margin-top:30px; 	
}
.methi-mainform h3{
	border-bottom:1px solid #E1E1E1;
	padding:10px;
}
.methi-mainform p{
	padding:0 10px;
}
.methi-mainform #methiauth tr.form-row
{
	display:block; 
	padding:10px 10px 15px;
}
.indexpostbutton
{
	border-radius:3px;
	background: #337ab7;
	color:#fff;
	padding:4px 8px;
	border:1px solid #2e6da4;
	cursor:pointer;
	margin-left: 5px; 
}
.indexpostbutton:hover { 
	background-color: #286090;
    border-color: #204d74;
    color: #fff; 
}




