@charset "utf-8";
/* CSS Document */
.crossmaid {
    background: url("../images/cross.png") center center no-repeat;
    position: absolute;
    left: 665px;
    bottom: 60px;
    width: 70px;
    height: 117px;
    border: 0px solid #000000;
}
.crossmaid2 {
    background: url("../images/cross2.png") center center no-repeat;
    position: absolute;
	cursor: pointer;
    left: 543px;
    bottom: 134px;
    width: 101px;
    height: 13px;
    border: 0px;
}
.crossmaid3 {
    background: url("../images/cross3.png") center center no-repeat;
    position: absolute;
    left: 680px;
    bottom: 80px;
    width: 80px;
    height: 125px;
    border: 0px solid #000000;
}
.crossmaid4 {
    background: url("../images/cross4.png") center center no-repeat;
    position: absolute;
    left: 420px;
    bottom: 56px;
    width: 201px;
    height: 36px;
    border: 0px solid #000000;
}
.crossmaid5 {
    background: url("../images/cross4.png") center center no-repeat;
    position: absolute;
    left: 426px;
    bottom: 18px;
    width: 148px;
    height: 42px;
    border: 0px solid #000000;
}
.crossmaid6 {
    background: url("../images/cross.png") center center no-repeat;
    position: absolute;
    left: 665px;
    bottom: 80px;
    width: 70px;
    height: 117px;
    border: 0px solid #000000;
}
.crossmaid7 {
    background: url("../images/cross2.png") center center no-repeat;
    position: absolute;
	cursor: pointer;
    left: 543px;
    bottom: 154px;
    width: 101px;
    height: 13px;
    border: 0px;
}
.btn {
    position:relative;
	width: 270px;
	height: 38px;
	border-radius: 10px;
	border: 2px solid #bdbbbb;
	background-color: #ffffff;
	margin-top: 5px;
	margin-right:0px;
	margin-bottom: 5px;
	margin-left: 0;
}
	.btn2 {
    position:relative;
	width: 60px;
	height: 80px;
	border-radius: 10px;
	border: 2px solid #bdbbbb;
	background-color: #d7d6d6;
	margin-top:7px;
	margin-left:0px;
	margin-right:0px;
    font-weight:200;
	margin-bottom: 7px
}
	.btn3 {
    position:relative;
	width: 60px;
	height: 80px;
	border-radius: 10px;
	border: 2px solid #bdbbbb;
	background-color: #ffffff;
	margin-top:7px;
	margin-left:0px;
	margin-right:0px;
    font-weight:200;
	margin-bottom: 7px
}
.btn4 {
    position:relative;
	width: 256px;
	height: 38px;
	border-radius: 10px;
	border: 2px solid #bdbbbb;
	background-color: #ffffff;
	margin-top: 5px;
	margin-right:5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.notification {
    position:absolute;
    right:0px;
    top:0px;
    background-color:#e74360;
    line-height:30px;
    width:34px;
    height:34px;
    border-radius:34px;
    color: #ffffff;
    border: 2px solid #bdbbbb;
	text-align: center;
}
.notification2 {
    position:absolute;
    right:-11px;
    top:-7px;
    background-color:#f0efef;
    line-height:30px;
    width:30px;
    height:30px;
    border-radius:30px;
    color: #ffffff;
    border: 2px solid #bdbbbb;
	text-align: center;
}