@charset "utf-8";
/* CSS Document */
.btn {
    position:relative;
	padding-bottom: 2px;
	width: 138px;
	height: 24px;
	border-radius: 10px;
	border: 2px solid #bdbbbb;
	background-color: #ffffff;
	margin-top: 5px;
	margin-right:0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
	.btn2 {
    position:relative;
	width: 90px;
	height: 90px;
	border-radius: 10px;
	border: 2px solid #bdbbbb;
	background-color: #ffffff;
	margin-top:7px;
	margin-left:15px;
	margin-right:10px;
    font-weight:200;
	margin-bottom: 7px
}
	.btn3 {
    position:relative;
	width: 50px;
	height: 50px;
	border-radius: 10px;
	border: 2px solid #bdbbbb;
	background-color: #ffffff;
	margin-top:0px;
	margin-left:2px;
	margin-right:2px;
    font-weight:100;
	margin-bottom: 5px
}
.btn4 {
    position:relative;
	padding-bottom: 2px;
	width: 45px;
	height: 24px;
	border-radius: 10px;
	border: 2px solid #bdbbbb;
	background-color: #ffffff;
	margin-top: 5px;
	margin-right:0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.btn5 {
    position:relative;
	padding-bottom: 2px;
	width: 45px;
	height: 24px;
	border-radius: 10px;
	border: 2px solid #bdbbbb;
	background-color: #d7d6d6;
	margin-top: 5px;
	margin-right:0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.btn6 {
    position:relative;
	width: 100px;
	height: 40px;
	border-radius: 10px;
	border: 2px solid #bdbbbb;
	background-color: #ffffff;
	margin-top: 0px;
	margin-right:5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.btn7 {
    position:relative;
	padding-bottom: 2px;
	width: 138px;
	height: 24px;
	border-radius: 10px;
	border: 2px solid #bdbbbb;
	background-color: #ffffff;
	margin-top: 0px;
	margin-right:0px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.btn8 {
    position:relative;
	width: 100px;
	height: 35px;
	border-radius: 10px;
	border: 2px solid #bdbbbb;
	background-color: #ffffff;
	margin-top: 0px;
	margin-right:5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.notification {
	font-family: ArialNovaCond; src: url('ArialNovaCond.ttf');
    position:absolute;
    right:0px;
    top:0px;
    background-color:#e74360;
    line-height:18px;
    width:20px;
    height:20px;
	font-size: 12px;
    border-radius:44px;
    color: #ffffff;
    border: 2px solid #bdbbbb;
	text-align: center;
}
.notification2 {
    position:absolute;
    right:-10px;
    top:-5px;
    background-color:transparent;
    line-height:38px;
    width:40px;
    height:40px;
	font-size: 18px;
    border-radius:0px;
    color: #ffffff;
    border: 0px solid #bdbbbb;
	text-align: center;
}