@CHARSET "UTF-8";


/*********** addUser.xhtml style ------ START -------- *******************/
#addUserForm{
/* 	border: 0px none; */
}

#addUserForm .ui-wizard-step-title{
	font-size:18px;
	margin:0 5 0 20;
	padding:0.4em;
	float:left;
	text-align: left;
	border:0px none;
	min-width: 120px;
	width: auto;
	height: 31px;
	border: 1px solid gray;
}

.errorMessage{color:red;padding-left:0.5px !important;}
    	

#addUserForm .ui-wizard .progress{
	float:right;
	margin-top: -39px;
	margin-right: 5px;
	opacity: 1;
	border: none;
	background-color: #D8D8D8;
}

#addUserForm .ui-panel-titlebar{
	height: 22px;
}

#addUserForm .ui-widget-content {
	/* border: 0px none; */
}


#addUserForm  table td .lable {
	text-align: right;
}

#addUserForm  table td .label {
	text-align: right;
	width:30%;	
}

 .errorMessage{color:red;padding-left:0.5px !important;}

/*********** addUser.xhtml style ------- END -------- *******************/