@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px;
	height:100%;
}
#header{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size:12px;
	padding-bottom:5px;
}
.breakSm{
	height:5px;
}
.breakMd{
	height:10px;
}
#logo{
	margin-bottom:38px;
}
#main{
	margin-top:30px;
	font-size:11px;
	min-height:100%:
	position:relative;
}
#resultArea{
	margin-top:46px;
}
#textArea{
	width:500px;
	line-height:16px;
}
#inputArea{
	margin-top:30px;
}
#recent{
	color:#333333;
	line-height:15px;
}
#recent a{
	color:#333333;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#recent a:hover{
	color:#999999;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#txH{
	margin-top:60px;
	font-size:42px;
	margin-bottom:30px;
}
#txWin{
	font-weight:bold;
	color:#333333;
	margin:0px;
	padding:0px;
}
#txLose{
	font-weight:bold;
	color:#666666;
}
#txNumLose{
	font-weight:bold;
	color:#666666;
}
#txNumWin{
	font-weight:bold;
	color:#333333;
	margin:0px;
	padding:0px;
}
#footer{
	position:absolute;
	bottom:0;
	margin-bottom:6px;
	margin-top:60px;
	font-size:10px;
}
#copyright{
	margin-top:14px;
	font-size:10px;
}
#ratio{
	margin-top:30px;
	color:#333333;
	margin-bottom:10px;
}
.smallNote{
width:300px;
margin:40px;
font-size:10px;
color:#BBBBBB;

}
