@font-face {
    font-family: 'boblicregular';
    src: url('fonts/boblic-webfont.eot');
    src: url('fonts/boblic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/boblic-webfont.woff') format('woff'),
         url('fonts/boblic-webfont.ttf') format('truetype'),
         url('fonts/boblic-webfont.svg#boblicregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MistralNormal';
    src: url('fonts/mistralnormal.eot');
    src: url('fonts/mistralnormal.eot') format('embedded-opentype'),
         url('fonts/mistralnormal.woff') format('woff'),
         url('fonts/mistralnormal.ttf') format('truetype'),
         url('fonts/mistralnormal.svg#MistralNormal') format('svg');
}

@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/opensans-regular-webfont.eot');
    src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-regular-webfont.woff') format('woff'),
         url('fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansitalic';
    src: url('fonts/opensans-italic-webfont.eot');
    src: url('fonts/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-italic-webfont.woff') format('woff'),
         url('fonts/opensans-italic-webfont.ttf') format('truetype'),
         url('fonts/opensans-italic-webfont.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	color: #000;
	font-size: 16px;
	font-family: "Courier New", Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, monospace;
}

span.letter {
	font-family: 'boblicregular';
	font-size: 31px;
}

table.alphabet {
	text-align: left;
}

.jutooltip {
	
}

table.alphabet td.slova {
	color: #000;
	font-size: 16px;
	font-family: "Courier New", Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, monospace;
}

form.form-validate img[style="float: right;"], form.form-validat img[style="float: right"], form.form-validat img[align="right"] {
	margin: 3px 0 3px 15px;
}

form.form-validat img[style="float: left;"], form.form-validat img[style="float: left"], form.form-validat img[align="left"] {
	margin: 3px 15px 3px 0;
}

form.form-validat img {
	border: 1px solid rgba(0, 0, 1, 0.16);
}