/* 
глобальный reset - 
основан на Eric Meyer "Reset Reloaded" - http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
*/

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;
	font-size: 100%;
	vertical-align: baseline;
}
body {line-height: 1;}

ol, ul {list-style: none;}
blockquote, q {quotes: none;}

/* стили для :focus! */
:focus {outline: 0;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* Для таблиц все еще надо прописывать 'cellspacing="0"' в коде */
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
td {vertical-align:top;}





hr {height: 1px; border:none}
textarea {vertical-align: top;}

select[size] {vertical-align: top;}
select[size="1"] {vertical-align: middle;}

a, a:link, a:visited, a:hover {text-decoration:underline;}
a:focus,a:active {outline:none;}

sup {position:relative; bottom:0.3em; vertical-align:baseline;}
sub {position:relative; bottom:-0.2em; vertical-align:baseline;}
acronym, abbr {cursor:help;}

font {color: inherit !important; font: inherit !important; } 

input, textarea, select, option {line-height:120%}
 









