@charset "utf-8";
/* CSS Document */
.btn {
    position:relative;
	width: 131px;
	height: 24px;
	border-radius: 10px;
	border: 2px solid #bdbbbb;
	background-color: #ffffff;
	margin-top: 5px;
	margin-right:0px;
	margin-bottom: 5px;
	margin-left: 3px;
}
	.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
}
.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;
}
