/* CSS Document */
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:512px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #reinitialiserPasswordDiv {
  width:512px; 
  height:200px;
}

.titleTxt, .normalTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.titleTxt {
	font-weight:bold;
	font-size:12px;
}

.btn {
	background-color:#FFBF85;
	border:1 solid #FFBF85;
	padding-bottom: 2px;
}

.btnBack {
	background-color:#DFDFDF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B2B2B2;
}

.err {
	font-size: 10px;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	width:200px;
}

.redHighlight {
	border: 1px solid #CC0000;
}

#confirmMsg {
	color: #2C5A29;
	background-color: #FFFFFF;
	text-align: center;
	padding: 2px;
	border: 1px solid #D0D0BF;
	font-weight:bold;
	display:none;
}

.dialogTitle {
	background-image: url(../images/bt_FF9E53.png);
	background-repeat: repeat-x;
	height: 20px;
	font-weight: bold;
	float:left;
	width:492px;
	text-align:center;
	padding-top:2px;
}

.lt_back {
	background-image: url(../images/lt_FF9E53.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
	width: 9px;
	float:left;
}

.rt_back {
	background-image: url(../images/rt_FF9E53.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 22px;
	width: 9px;
	float:right;
}

.dialogBack{
	background-color:#FFFFFF;
}

.increasePadding {
	padding:3px;
}
