html {
    height: 100%;
}

body {
    min-height: 100%;
	margin-top: 0px;
	font-family: Verdana; 
	font-size: 10pt;
}

* html body {
    height: 100%;        /* замена min-height:100% для IE6 */
}

body {
    position: relative;  /* абсолютно позиционируемые элементы
                           будут располагаться относительно body */
}

#footer{
	clear: both;
    font-size: 8pt;
    color: #A1A1A1;
    text-align: center;
    font-family: Verdana;
    width: 100%;
    margin-top:40px;
}

input{
	font-size: 14pt;
}

h1{
	font-size: 14pt;
}

a, a:visited{
	color: #757575;
}

#error{
	margin: 5px;
	padding: 5px;
	border: 1px solid #FF0000;
	background-color: #FFEAEA;
	text-align: center;
	font-size: 12pt;
}

.accordion h3 {
	background-color: #e9e7e7;
	padding: 5px;
	margin: 0;
	font-size: 10pt;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
}
.accordion h3:hover {
	background-color: #e3e2e2;
}
.accordion h3.active {
	background-position: right 5px;
}

