﻿div#footer{clear:left;width:auto;}
div#rightSection
{
    width:220px;
    margin:0 auto;
    margin-top:20px;
}
img{border:0;}
.container{
    width: 100%;
    height: 100%;
    top: 0px;
    left: -100px;
    position: fixed;
    padding: 0px;
    margin: 0px;
    z-index:999;
}
.container1{
    width: 100%;
    height: 100%;
    top: 0px;
    left: -200px;
    padding: 0px;
    margin: 0px;
    position:absolute;
    z-index:999;
}
.over{
    z-index: 1000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-image:url(../Images/Design/1x1.png);
}
.wnd{
   z-index: 1001;
   position: absolute;
   top: 200px;
   left: 50%;
   margin-left: -100px;
   margin-top:  -30px;
   text-align:center;
   vertical-align:middle;
   line-height:20px;
   color:Black;   
}
.over1{
    z-index: 1000;
    width: 100%;
    height: 100%;
    opacity:0.3;
    filter:alpha(opacity=30);
    background-color: black;
    position: fixed;
    top: 0px;
    left: 0px;
}
.wnd1{
   z-index: 1001;
   width: 200px;
   height: 60px;
   background-color: white;
   border: 1px solid #828282;
   position: absolute;
   top: 100px;
   left: 50%;
   margin-left: -100px;
   margin-top:  -30px;
   padding: 20px;
   text-align:center;
   vertical-align:middle;
   line-height:20px;
   color:Black;
}
.formText
{
    padding:20px;   
    font-family:Tahoma;
    font-size:14px; 
    text-align:left;
    background-color: White;	
}
.formText a
{
    display:block;
    margin-top:16px;
    margin-left:-40px;
    margin-right:-40px;
}
.formText a span
{
    font-style:italic!important;
    font-weight:600;        
}