@charset "windows-1251";
/* CSS Document */

/* Reset */
* { border: 0px; margin: 0; padding: 0; }

html, body { height: 100%; }

body{ color: #484847; font-family: "Trebuchet MS", Verdana; font-size: 14px; }

a { color: #0c8ecb; text-decoration: underline; }
a:hover { color: #fe4091; text-decoration: underline; }

hr { background-color:#C9D0D4; height: 1px; border-width:0px; /* убрать рамки вокруг элемента */ }

h1, h2, h3, h4, h5, h6 { font-weight: normal; padding-bottom: 7px; }

h2 { padding-bottom:12px; }
h3 { font-weight:bold; }

table { border: none; border-collapse: collapse; }
table td { border: 1px solid #C9D0D4; border-collapse: collapse; padding: 5px; vertical-align: top; text-align:left; }

p { padding-bottom: 20px; }

img { margin: 4px; margin-left: 0px; }

input, textarea, button, select { border: 1px solid #b4c2d6; margin: 3px 0px; padding: 2px; }
input { color: #484847; font-family: "Trebuchet MS", Verdana; font-size: 14px; /*margin-bottom:20px;*/ }
input[type="submit"] { background-color:#F4F5FA; }
label { margin: 3px 0px; }

ul { list-style: square; }
ul li, ol li { padding-bottom: 5px; }
ul ul { padding-left: 10px; }
ul, ol { list-style-position: inside; padding-bottom: 10px; padding-top: 5px; }

.clear { clear: both; height:1px; font-size:1px; line-height:1px; }
