/*********************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;
}.clr{
	clear:both;
}
/******BLOCK*****/
.block{
	display:block;
	position:relative;
	list-style:none !important;
}.inlineBlock{
	display:inline-block;
	position:relative;
	vertical-align:middle;
	list-style:none !important;
	*display:inline;
	*zoom:1;
}.toplineBlock{
	display:inline-block;
	position:relative;
	vertical-align:top;
	list-style:none !important;
	*display:inline;
	*zoom:1;
}.baselineBlock{
	display:inline-block;
	position:relative;
	vertical-align:bottom;
	list-style:none !important;
	*display:inline;
	*zoom:1;
}.center{
	margin:auto;
	position:relative;
}
/*********position********/
.abs{
	position:absolute;
}.fix{
	position:fixed;
}.abs.d8,.fix.d8{
	top:0;
}.abs.d4,.fix.d4{
	left:0;
}.abs.d2,.fix.d2{
	bottom:0;
}.abs.d6,.fix.d6{
	right:0;
}
/*********OTHERS**********/
.slert{
	color:#3EB734;
	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;
}*{
    -webkit-text-size-adjust:none;
}.txt4Disabilities{
	text-indent:-9999px;
}
/**********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;
}textarea{
	resize:none;
}button,.chgVerify{
	cursor:pointer;
}
/*****************End TOOL****************/