﻿/*© d8pusher 2008*/
/* v1.0 | 20080212  by Eric A. and Kathryn S. Meyer http://meyerweb.com/eric/tools/css/reset/*/
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, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form, label,
table, caption, tbody, tfoot, thead, tr, th, td, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	list-style-type: none;
	list-style-image: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*YUI*/
address,caption,cite,code,dfn,em,strong,th,var,h1,h2,h3,h4,h5,h6 {font-style:normal; font-weight:normal;} /*сбросить стандартные шрифты*/
caption,th {text-align:left;}/*по левому краю*/
abbr,acronym { font-variant: normal;}/**/
input, textarea {margin: 0;	padding: 0;}/**/
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}/*для совместимых со стандартами браузеров (не ИЕ :) заставляет наследовать свойства шрифта элементов форм от родителя*/
input,textarea,select{*font-size:100%;}/*100% ширина полей в ИЕ*/