.secret_a {
	background-color:transparent;
	border-right: none;
	border-left: none;
	border-top: none;
	border-bottom: 1px solid Black;
	font-size:14px;
	width:100%;
}

.secret_b {
	background-color:transparent;
	border: 1px solid Black;
	font-size:14px;
	width:100%;
}
.secret_c {
	background-color:transparent;
	border: none;
	color:#009;
	cursor:pointer;
	font-family:georgia;
	font-weight:bold;
	text-decoration:underline;
}

input.secret_f {
	background-color:transparent;
	border-right: none;
	border-left: none;
	border-top: none;
	border-bottom: 1px solid Black;
	font-size:14px;
	text-align:center;
	width:90%;
}
input.secret_o {
	background-color:transparent;
	font-size:14px;
	text-align:center;
	width:60px;
}


