.unicode_wrap {
	/*text-align:center;*/
	margin: 0 auto;
	}
.unicode_roman {
	text-align: left;
	color:#999;
	width:90%;
	margin: 0 auto;
	}
.unicode_cap {
	width:195px;
	line-height: 25px;
	font-size:14px;
	color: #F5F5F5;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding-left: 10px;
	border-left: 1px solid #99C75A;
	border-top: 1px solid #99C75A;
	border-right: 1px solid #99C75A;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
    text-shadow: 0px 1px 2px #2b5609;
	}
.unicode_cap_1 {
	width:251px;
	line-height: 25px;
	font-size:14px;
	text-align:left;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	border-left: 1px solid #99C75A;
	border-top: 1px solid #99C75A;
	border-right: 1px solid #99C75A;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	}
.textarea_unicode {
	width:97.988%;
	height: 120px;
	outline: none;
	border: 1px solid #cccccc;
	padding: 5px;
	font-size:14px;
	font-family: "Courier New",Courier;
	background-image: url("../images/bg.png");
	background-repeat:repeat;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	
	}
.unicode-marquee{
	background-image: url("../images/bg.png");
	padding-left:5px;
	padding-right:5px;
	}
#converter {
    color: #FCFCFC;
	font-size:14px;
	-moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius:1px;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    text-decoration: none;
    cursor:default;
    border:none;
    outline:0;
    text-shadow: 0px 1px 2px #2b5609;
    background-color: transparent;
}
#converter:hover {
	width: 100%;
	height: 100%; 
    border: none;
    background:#38b45e;
	text-decoration: none; 
}