﻿html {
	height: 100%;

}
body {
	height: auto !important;
	height: 100%;
	min-height: 100%;
}


html,body,address,blockquote,q,div,p,pre,h1,h2,h3,h4,h5,h6,hr,	/* блочные элементы */
dd,dl,dt,ul,ol,li, 										/* списки */
abbr,acronym,b,big,br,cite,code,del,dfn,em,i,				/* строчные элементы */
ins,kbd,q,samp,small,span,strong,sub,sup,tt,var,			/* строчные элементы */
img,object,										/* картинки и объекты */
caption,table,tbody,td,tfoot,th,thead,tr,					/* табличные элементы */
input,textarea,select,button,form,fieldset,legend,label,		/* элементы формы */
u,font,s,center,dir,menu,strike,xmp						/* устаревшие элементы */
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 100.01%;
	vertical-align: baseline;
	background: transparent;
	text-align: left;
	text-indent: 0;
	color: black;
	text-decoration: none;
	list-style-type: none;
	font-family: Arial, Sans-Serif;
	list-style: none;
	quotes: none;
}

applet,iframe,embed {
	display: none;
}

body {
	line-height: 1;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}




input,button{
	overflow: visible;
}
input,select,button {
	vertical-align: middle;
}
textarea {
	vertical-align: top;
}
select[size]{
	vertical-align: top;
}
select[size="1"] {
	vertical-align: middle;
}
caption,td,th,tr {
	vertical-align: top;
}

optgroup {
	color: black;
	background: white;
	font-style: normal;
}
optgroup option {
	padding-left: 22px;
}
hr {
	color: black;
	background-color: black;
	height: 1px;
	margin: 7px 0;
}

hr,img,object {
	border: 0;
}



/* делает тег <hr> одинаково выглядящим во всех броузерах (тонкая, серая линия, высотой 1 пиксель и с отступами по 7 пикселей сверху и снизу).*/
hr{
	margin:7px 0;
	height:0;
	color:#ddd;
	background-color:#ddd;
	border:1px solid #ddd;
	border-bottom:none;
}
* html hr{
	margin:0; /* for IE6 */
}
*+html hr{
	margin:0; /* for IE7 */
}