#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#969393;
  display:none;
}

.window {
  position:absolute;
  left:0;
  top:0;
  width:350px;
  height:150px;
  display:none;
  z-index:9999;
  padding:20px;
  margin-top:100px;
}

.note-box {
    width:300px;
	height:200px;
	color:#818181;
  	background: #FFFFFF;
  	border: 2px solid #ccc;
  	padding:10px;
  	font-family: Georgia;
  	font-size: 12px;
  		-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  		-moz-border-radius: 10px;
  		-webkit-border-radius: 10px;
}

a {
	color:#000;
	text-decoration:none;
}

a:hover{
	color:#fff;
	text-decoration:underline;
}

input.text{ 
	border:#000 1px solid;
	font-size: 15px;
	width:230px;
	padding-left:5px;
	margin-top:-15px;
}

.highlight-1, .highlight-2, .highlight-3 { font-size: 14px;color: #000000; -moz-border-radius : 4px; -webkit-border-radius : 4px; padding : 5px 10px;}
.highlight-1 { background : #fce9e9;border : 1px #eac7c7 solid;	}
.highlight-2 {background : #fcfae9;border : 1px #e9e6c7 solid;	}
.highlight-3 {background : #edfce9;border : 1px #cceac4 solid;}

.bouton{

}
.fail {
	background-color: #FFECE6;
	border: 1px solid #FF936F;
	color: #842100;
	background-image: url(delete00.png);
	background-repeat: no-repeat;
	padding:5px;
	padding-left:30px;
}

.close{
	margin:0 0 0 275px;
	line-height:130px;
}

