
/**********************************

Name: eb_validation Styles

**********************************/

label.error {
	background: url("jqueryvalidation/error_16.png") no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 16px;
/*     margin: 2px 0 0 -16px; */
    margin: 2px 0 0 5px; 
    vertical-align: top;
    width: 16px;
}

.error-tooltip{
    display:none;
    position: absolute;
    z-index:2000;
    white-space:nowrap;
}

.error-tooltip span {
	background-color: #FFFFCB;
	color: #BE1E36;
	border: 1px solid #FF9900;
	height: 24px;
	line-height: 24px;
	padding: 0 15px;
	display: inline-block;
}

.error-tooltip-right {
	background: url("jqueryvalidation/error-right-bg.png") no-repeat;
	height: 26px;
	margin-left: 5px;
}

.error-tooltip-right b{
	display:none;
}
.error-tooltip-right span{
	border-left: 0;
	margin-left: 7px;
}

.error-tooltip-left {
	background: url("jqueryvalidation/error-left-bg.png") right no-repeat;
	height: 26px;
	margin-left: 5px;
}

.error-tooltip-left b{
	display:none;
}
.error-tooltip-left span{
	border-right: 0;
	margin-right: 7px;
}

.error-tooltip-bottom {
	margin-top: 2px;
}

.error-tooltip-bottom b {
	background: url("jqueryvalidation/error-bottom-bg.png") no-repeat;
	display: block;
	height: 7px;
	position: absolute;
	width: 12px;
}
.error-tooltip-bottom span{
	margin-top: 6px;
    padding: 0 15px
}

/**
 * customizable validation
**/
.error-right {
	background: url("jqueryvalidation/error-right-bg.png") no-repeat;
	display: inline-block;
	height: 26px;
	margin-left: 5px;
    position: absolute;
    white-space:nowrap;
    z-index:2000;
}

.error-right label {
	background-color: #FFFFCB;
	color: #BE1E36;
	border: 1px solid #FF9900;
	border-left: 0;
	height: 24px;
	line-height: 24px;
	padding: 0 15px;
	display: inline-block;
	margin-left: 7px;
}

.error-bottom {
	margin-top: 2px;
    position: absolute;
    z-index:2000;
    white-space: nowrap;
}

.error-bottom b {
	background: url("jqueryvalidation/error-bottom-bg.png") no-repeat;
	display: block;
	height: 7px;
	left: 20px;
	position: absolute;
	top: 0;
	width: 12px;
}

.error-bottom label {
	background-color: #FFFFCB;
	color: #BE1E36;
	border: 1px solid #FF9900;
	height: 24px;
	line-height: 24px;
	padding: 0 15px;
	display: inline-block;
	margin-top: 6px;
}

.error-top {
	margin-top: 2px;
    position: relative;
    z-index:2000;
    white-space: nowrap;
}

.error-top b {
	background: url("jqueryvalidation/error-top-bg.png") no-repeat;
	display: block;
	height: 7px;
	left: 20px;
	position: absolute;
	bottom: -6px;
	width: 12px;
}

.error-top label {
	background-color: #FFFFCB;
	color: #BE1E36;
	border: 1px solid #FF9900;
	height: 24px;
	line-height: 24px;
	padding: 0 15px;
	display: inline-block;
	margin-top: 6px;
}


input,textarea,select{
/* 	margin-right:18px !important; */
}
.ui-state-default:focus, .ui-widget-content .ui-state-default:focus, .ui-widget-header .ui-state-default:focus{ border: 1px solid #4F9AFF;background: #fff }
input:focus,textarea:focus,select:focus { border: 1px solid #4F9AFF; }
#addOrgsDialog input:focus,#addOrgsDialog textarea:focus, #addOrgsDialog select:focus { border: 1px solid #4F9AFF; }
input.error, textarea.error,select.error { border: 1px solid #BE2134; }

