/*********************TOOL*************************/
/******BOAT******/
.cell{
	float:left;
	position:relative;
}.row{
	float:left;
	position:relative;
	width:100%;
	clear:both;
}.col{
	float:left;
	position:relative;
	height:100%;
}.wrap{
	float:left;
	height:100%;
	position:relative;
	width:100%;
	clear:both;
}
/******BLOCK*****/
.block{
	display:block;
	position:relative;
	list-style:none;
}.inlineBlock{
	display:inline-block;
	position:relative;
	vertical-align:middle;
	list-style:none;
	*display:inline;
	*zoom:1;
}.toplineBlock{
	display:inline-block;
	position:relative;
	vertical-align:top;
	list-style:none;
	*display:inline;
	*zoom:1;
}.baselineBlock{
	display:inline-block;
	position:relative;
	vertical-align:bottom;
	list-style:none;
	*display:inline;
	*zoom:1;
}.center{
	margin:auto;
	position:relative;
}
/*********position********/
.abs{
	position:absolute;
}.fix{
	position:fixed;
}.abs.grid_7,.fix.grid_7{
	top:0; left:0;
}.abs.grid_9,.fix.grid_9{
	top:0; right:0;
}.abs.grid_1,.fix.grid_1{
	bottom:0; left:0;
}.abs.grid_3,.fix.grid_3{
	bottom:0; right:0;
}
/*********OTHERS**********/
.slert{
	color:#B53C03;
	font-weight:bold;
}a.mask{
	position:absolute;
	top:0;left:0;
	width:100%;height:100%;
	background:url('img/transparent.png') repeat;
	z-index:9999;
	text-indent:-9999px;
}.oneline {
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
}#windowLoader{
	width:100%;
	height:100%;
	background-color:white;
	z-index:99999;
}body,body *{
    -webkit-text-size-adjust:none;
}
/**********FORM***********/
input[type=radio].noStyle,input[type=checkbox].noStyle{
	width:13px;
	height:13px;
	padding:0;
	margin:0;
}input[type=text].noStyle,input[type=email].noStyle,textarea.noStyle,select.noStyle,button.noStyle{
	border:0;
	outline:0;
	padding:0;
	margin:0;
	background-color:transparent;
	font-family: Arial;
	font-size:13px;
	line-height:28px;
}textarea{
	resize:none;
}button,.chgVerify{
	cursor:pointer;
}input[type=file]{
	background:0;
	border:0;
	outline:0;
}input[type=file]::-ms-value,input[type=file]::-ms-browse{
	border:0;
	outline:0;
	background-color:white;
	padding:0;
}
/*****************End TOOL****************/