﻿html, body{
	margin:0px;
	padding:0px;
	background-color: #ffffff;
  //width:100%;
  height:100%;
}

form{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}

p, ol{
	font: normal 11px Tahoma;
	color:#aaaaaa;
	margin:5px 0px 0px 0px;
	text-align:center;
}
	p a{
		color:#497091;
		text-decoration: none;
	}

	p a:hover{
		color:#015ba7;
		text-decoration: underline;
	}	

h1{
  font:bold 18px Tahoma;
  margin:0px 0px 10px 0px;
  color:#2884c6;
  text-align: center;
  padding:0px;
}

h2{
	font:bold 12px Tahoma;
	color:#1f6cb5;
}

ol{
	margin:0px;
	padding:0px;
}

ol li{
	padding:0px;
	margin: 1em 0px 1em 2em;
	list-style-position: outside;
	color:#000000;
}

  div.box, div.checkedbox{
    margin:3px 31% 0px 31%;
    /*margin:3px 40px 0px 40px;*/
    padding:1px 0px 1px 15px;
    height:auto;
    width:auto;
    cursor:pointer;
    //cursor:hand;
    font:normal 12px Tahoma;
    color:#666666;
    text-align: left;
  }

  div.box{background: transparent url(../Background/table/voff.gif) no-repeat 0px 0px;}
  div.checkedbox{background: transparent url(../Background/table/v.gif) no-repeat 0px 0px;}

/*===================== ЛогинBOXы ====================*/
div#up_login{
	width:100%;
	height:auto;
}

div.loginbox{
	margin-top:20%;
	width:300px;
	height:293px;
	background: #ced4d8 url(../Background/loginbig.jpg) no-repeat 50% 0px;
}

  a.palft{
    margin-right:70px;
  }

  p.izbran_start{
    margin-top:15%;
    margin-bottom:-20%;
  }

    p.izbran_start a.palft{
      margin-right:50px;
    }

input.login, input.pass{
	width:214px;
	border:0px none;
	background:transparent;
	color:#000000;
	font: normal 12px Tahoma;
	height:16px;
}

input.login{margin-top:139px;}
input.pass{margin-top:12px;//margin-top:9px;}

input.buttonlog{
	height:27px;
	border: none;
	color:#ffffff;
	font:bold 12px Tahoma;
    padding-bottom: 5px;
	//padding-bottom: 3px;
	margin:12px 0px 5px 0px;
	background: transparent url('../Background/parts/button/login.jpg') no-repeat 100% 0px;
	width:142px;
	cursor: pointer;
    //cursor:hand;
}

/*=========== Форма получения пароля =============*/
.errortext
{
    font: 12px Tahoma;
    color:#cc0000;
    text-align:center;
}

table.tableform{
	background-color: #d1d7db;
}

	div.passform{
		width: 488px;
		height: auto;
		background: #ffffff url(../Background/pform/mid.jpg) repeat-y 0px 0px;
	}

	div.passform a{
        font:normal 11px Tahoma;
        color:#0099ff;
        text-decoration:underline;
        padding-bottom:5px;
	}

		div.passform .headtop{
			width: 488px;
			height: 20px;
			background: url(../Background/pform/top.jpg) no-repeat 0px 0px;

		}

		div.passform .logotype{
			width: 488px;
			height: 60px;
            text-align: center;
            padding-top:30px;
		}

			div.passform .maincontent table{
				width:100%;
			}

				div.passform .maincontent table td{
					text-align: left;
					padding-right: 20px;
				}
				
				div.passform .maincontent table td.leftside{
					width:89px;
					padding:0px;
					text-align: right;
					color:#aaaaaa;
					font:normal 11px Tahoma;
				}

			div.passform .maincontent table input, div.passform .maincontent table textarea{
				width:100%;
				border:1px solid #cccccc;
				font:normal 12px Tahoma;
				color:#000000;
				padding: 1px;
			}						

		div.passform .formbot{
			width: 488px;
			height: 14px;
			background: url(../Background/pform/bot.jpg) no-repeat 0px 0px;
			font-size: 1px;
		}

    div.passform .maincontent td div.codecap{
        width:300px;
        height:90px;
    }

      div.passform .maincontent td div.codecap img{
        float:left;
        margin-right:10px;
      }

      div.passform .maincontent div.codecap div{
        padding-top:15px;
      }

        div.passform .maincontent div.codecap div a{
            padding-left:13px;
            background: transparent url(../Background/reload.gif) no-repeat 0px 1px;
        }

      div.passform .maincontent div.codecap p, div.passform .maincontent div.codecap a{text-align:left;margin:0px;}
      div.passform .maincontent div.codecap input{display:block;margin:0px 0px 10px 0px;//margin:0px 0px 5px 0px;}