@charset "UTF-8";

 #trans_k,
 #trans_ks {
 	width: 90%;
 	color: #fff;
 	border: solid #fff 3px;
 	box-shadow: 0 0 10px #fff;
 	-moz-box-shadow: 0 0 10px #fff;
 	-webkit-box-shadow: 0 0 10px #fff;
 	border-radius: 15px;
 	-moz-border-radius: 15px;
 	-webkit-border-radius: 15px;
 	background: url(images/bg_whitener.png) 0 0 repeat;
 	height: 250px;
 	padding: 15px;
 	font-weight: normal !important;
}
 
 #trans_k {
 	font-size: 20pt;
 	font-weight: normal;
 }
 
 #trans_ks {
	letter-spacing: .1em;
 	font-family: "Times", serif;
 	font-size: 15pt;
 }
 
 #trans_link {
 	padding: 0 30px;
 	text-align: right;
 	outline: none;
 }
 
 #trans_link input {
 	width: 75%;
 	color: #fff;
 	border: solid #777 1px;
 	box-shadow: 0 0 5px #777;
 	-moz-box-shadow: 0 0 5px #777;
 	-webkit-box-shadow: 0 0 5px #777;
 	border-radius: 7px;
 	-moz-border-radius: 7px;
 	-webkit-border-radius: 7px;
 	background: none;
 	padding: 5px;
 	outline: 0;
 	font-size: 10px;
 }