﻿/* Used to hide the check box for turning on and off Ajax */
.master_ajax_selector_div
{
	position:absolute; 
	top:50%;
	left:50%;
	z-index:-1;
	text-align:center;
}

/* ACCESSILE LABEL CLASS (use to hide elements without screen readers skipping them) */
.hide
{
    position: absolute;
    left: -10000px;
}

.clearbothandcenter
{
    clear:both;
    float:none;
    height: 60px;
}

#errordiv
{
	text-align: center;
	background-color: #a3a6b8; /*#ff0000;*/
	color: #000000;
	font-size: small;
	border-style:none;
}