.errorMessage{
	color:red;
	margin-left:20px;
}

#layer1 {
       position: absolute;
       visibility: hidden;
       width: 250px;
       height: 100px;
       left: 20px;
       top: 300px;
       background-color: #ccc;
       border: 5px solid #f29400;
       padding: 10px;
       z-index: 100;
}

#layer2 {
       position: absolute;
       visibility: hidden;
       width: 250px;
       height: 100px;
       left: 20px;
       top: 300px;
       background-color: #ccc;
       border: 5px solid #f29400;
       padding: 10px;
       z-index: 100;
}

#close {
       float: right;
}
