@font-face { font-family: Open-Sans; src: url('../fonty/OpenSans-Regular.ttf'); }
@font-face { font-family: Open-Sans; src: url('../fonty/OpenSans-Italic.ttf'); font-style:italic; }
@font-face { font-family: Open-Sans; src: url('../fonty/OpenSans-Bold.ttf'); font-weight:bold; }
@font-face { font-family: Open-Sans; src: url('../fonty/OpenSans-BoldItalic.ttf'); font-weight:bold; font-style:italic; }
* {font-family:Open-Sans, Geneva, Arial, Helvetica, sans-serif !important; font-size:12px;}
#insert, #cancel, input.button, .updateButton {
	font-weight:normal;
	border:1px solid #444;
	background-color:#ddd;
	border-radius:3px;
	width:auto; height:auto;
	min-width:40px;
	max-height:20px;
	padding:0 4px;
	cursor:default;
	transition: background-color 0.3s ease;
	background-image:none}
#insert:hover {background-color:#dfd}
#cancel:hover {background-color:#fdd; float:right}
#charmap #codeN {font-size:10px; font-family:Open-Sans, Geneva, Arial,Helvetica,sans-serif; text-align:center}