@CHARSET "UTF-8";

@font-face {
	font-family: 'RibbonscriptRegular';
	src: url('../fonts/ribbon_script_0-webfont.eot');
	src: local('☺'), url('../fonts/ribbon_script_0-webfont.woff') format('../fonts/woff'), url('../fonts/ribbon_script_0-webfont.ttf') format('truetype'), url('../fonts/ribbon_script_0-webfont.svg#webfont1j4YLj6Y') format('svg');
	font-weight: normal;
	font-style: normal;
	font-size:50px;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

html {
    font-size: 100.01%;
}

body {
    line-height: 1;
    background: #fff;
    color: #000;
    text-align: left;
}

* {
    font-family: 'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
ol {
	padding-left:2em;
}
:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
}

a {
    color: #287fc3;
    text-decoration: underline;
}

a:hover {
	text-decoration:none;
}

input[type = "text"], input[type = "password"] {
    font-size: 100%;
    padding: 0;
}

textarea {
    font: 100% Verdana, Geneva, sans-serif;
    padding: 0;
}

img {
	border:none;
}

* html .formText {
	font-size: 100%;
	padding: 0;
}

* html input {
	z-index: expression(
		runtimeStyle.zIndex = 1,
		type == "text" ? (className += " formText") : 0,
		type == "password" ? (className += " formText") : 0
	)
} 

.tac {
	text-align:center;
}

.png {
	_behavior: url(/static/themes/belogorie/css/pngfix.htc);
}

