body{
	font-family: sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	-webkit-user-select : none;
	-moz-user-select : none;
	-ms-user-select : none;
	-o-user-select : none;
	user-select : none;
}
form{
	margin: 0px;
	padding: 0px;
}

/* Style */
#isakura-loaderbar{
	position: absolute;
	z-index: 999;
	height: 2px;
	top: 0;
	left: 0;
	background-color: #3498db;
}
#isakura-loaderstatus{
	position: absolute;
	z-index: 999;
	bottom: 0;
	right: 0;
	padding: 5px 5px 5px 25px;
	text-align: center;
	background-color: #535353;
	color: #e1e1e1;
	border: 1px solid #282828;
	background-image: url(images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
#isakura-loaderoverlay{
	position: absolute;
	z-index: 998;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #bdc3c7;
	opacity: .5;
	filter: Alpha(Opacity=50);
}
body .full-page{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 100
}
