p {
	font-family:Verdana;
	font-size:10px;
	color:#333333;
	font-weight:normal;
	font-style:normal;
	margin:0px;
	padding:0px;
}
table {
	font-family:Verdana;
	font-size:10px;
	color:#333333;
	font-weight:normal;
	font-style:normal;
	margin:0px;
	padding:0px;
}
div {
	font-family:Verdana;
	font-size:10px;
	color:#333333;
	font-weight:normal;
	font-style:normal;
	margin:0px;
	padding:0px;
}
li {
	font-family:Verdana;
	font-size:10px;
	color:#333333;
	font-weight:normal;
	font-style:normal;
	margin:0px;
	padding:0px;
}
.normal {
	font-family:Verdana;
	font-size:10px;
	color:#333333;
	font-weight:normal;
	font-style:normal;
	margin:0px;
	padding:0px;
}
.h1 {
	font-family:Verdana;
	font-size:10pt;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
	margin:0px 0px 14px 0px;
	padding:0px;
}
.h2 {
	font-family:Verdana;
	font-size:8pt;
	color:#666666;
	font-weight:bold;
	margin:0px 0px 2px 0px;
	padding:0px;
}
.h3 {
	font-family:Verdana;
	font-size:8pt;
	color:#666666;
	font-weight:bold;
	font-style:italic;
	margin:0px 0px 2px 0px;
	padding:0px;
}
.h4 {
	font-family:Verdana;
	font-size:11px;
	color:#666666;
	font-weight:bold;
	font-style:italic;
	margin:4px 0px 0px 0px;
	padding:0px;
}
.h5 {
	font-family:Arial,Verdana;
	font-size:11px;
	color:#666666;
	font-weight:bold;
	font-style:italic;
	margin:4px 0px 0px 0px;
	padding:0px;
}
.h6 {
	font-family:Verdana;
	font-size:11px;
	color:#666666;
	font-weight:bold;
	letter-spacing:1px;
	margin:4px 0px 0px 0px;
	padding:0px;
}
/* === Îôîðìëåíèå êíîïêè === */
button.submit {
	background-color: #ccccff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ccccff), to(#8f8fff));
	background: -webkit-linear-gradient(top, #ccccff, #8f8fff);
	background: -moz-linear-gradient(top, #ccccff, #8f8fff);
	background: -ms-linear-gradient(top, #ccccff, #8f8fff);
	background: -o-linear-gradient(top, #ccccff, #8f8fff);
	background: linear-gradient(top, #ccccff, #8f8fff);
	border: 1px solid #8f91ff;
	border-bottom: 1px solid #8f992b;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	box-shadow: inset 0 1px 0 0 #9fd574;
	-webkit-box-shadow: 0 1px 0 0 #9fd574 inset ;
	-moz-box-shadow: 0 1px 0 0 #9fd574 inset;
	-ms-box-shadow: 0 1px 0 0 #9fd574 inset;
	-o-box-shadow: 0 1px 0 0 #9fd574 inset;
	color: black;
	padding: 6px 20px;
	text-align: center;
}
button.submit:hover {
	opacity:.85;
	cursor: pointer; 
}
button.submit:active {
	border: 1px solid #20911e;
	box-shadow: 0 0 10px 5px #356b0b inset; 
	-webkit-box-shadow:0 0 10px 5px #356b0b inset ;
	-moz-box-shadow: 0 0 10px 5px #356b0b inset;
	-ms-box-shadow: 0 0 10px 5px #356b0b inset;
	-o-box-shadow: 0 0 10px 5px #356b0b inset;
	
}
