/* @override http://yamani-web.local:8888/cd/style.css */

body{
	font-size: 13px;
	font-family: sans-serif;
	text-align: center;
}

h1{
	font-size: 14px;
	text-align: center;
}
a{
	color: #ABC;
}
a:hover{
	color: #123;
}

#wrap{
	margin: 0 auto;
	width: 220px;
	text-align: left;
}

.disp{
	position: relative;
	height: 100px;
	font-family: Verdana;
}
#number{
	float: left;
	border: none;
	border: 1px solid #DDD;
	margin: 0;
	padding: 0 0 0 10px;
	width: 150px;
	height: 45px;
	font-size: 40px;
	text-align: left;
}
#cd{
	float: right;
	height: 45px;
	width: 40px;
	border: 1px solid #FDD;
	font-size: 40px;
	line-height: 45px;
	color: #DD0000;
	text-align: center;
}

#msg{
	position: absolute;
	top: 60px;
	width: 210px;
	font-size: 10px;
	color: #DD0000;
	text-align: center;
}

#buttons{
	display: block;
	margin: 0 auto 20px auto;
}
#buttons input{
	width: 50px;
	height: 50px;
	font-size: 15px;
}

.note{
	font-size: 11px;
}
.ad{
	margin: 0 0 20px 0;
	text-align: center;
}

#footer{
	margin: 20px 0 0 0;
	font-size: 10px;
	text-align: center;
}