﻿.poplContainer
{   	
    width:100%;       
}

.poplServiceEntranceButton
{
    width: 10px;
    height: 10px;
    color: #c02e13;
    cursor: pointer; 
}

 .poplModalPanel
 {            
      text-align:left;   
     border:solid 1px #ccc;    
     background: #fff;
     padding: 10px;    
     width: 350px;     
 }   
 
.poplLoginHeader
{
  
   font-weight: bold;
   color: #444;      
   padding: 3px 0; 
}
 
.poplCancelButton
{
    float: right;
    margin-left: 10px;   
}


.poplBgModal
{
    background: #444;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE 5.5+*/
    -moz-opacity: 0.5; /* Mozilla 1.6 и ниже */
    -khtml-opacity: 0.5; /* Konqueror 3.1, Safari 1.1 */
    opacity: 0.5; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */    
}


 .poplLogged
 {
     text-align: right;
     margin-top: 0px;      
     padding: 0;
     width: 300px;
     
 } 
 .poplLoginLink:link
 {
     color: #c02e13;
 }
 .poplLoginLink:hover
 {
     color: #444;
 }
 .poplLoginName
 {
     color: #444;
 }
 
 .lnkAdminBlock
 {
     display: block; 
     
     }
     
 .poplAnonymous
 {
     
 }
 /*------------------------------------------------------------*/
 /*------------------Оформление Login--------------------------*/
 /*------------------------------------------------------------*/
 
.poplMainLogin
{
    font-size: 0.8em;    
}    


.poplCheckBoxStyle
{  
}
.poplCheckBoxStyle label
{
    padding-left:5px;    
    display: inline-block;     
}

.poplFailureTextStyle
{
    color: Red;
    text-align: left;     
}
.poplHyperLinkStyle a:link
{     
    color: #555; 
}
.poplHyperLinkStyle a:visited
{     
    color: #555; 
}
.poplHyperLinkStyle a:hover
{     
    color: #c02e13; 
}
.poplHyperLinkStyle a:active
{     
    color: #000; 
}

.poplInstructionTextStyle
{
    font-style: italic;    
}
.poplLabelStyle
{
    
}
.poplLoginButtonStyle
{
   background: #444;
   color: #e7e7e7;
   border: solid 1px #ccc;  
   font-size: 0.9em; 
   font-weight: bold;
   width: 120px;   
   margin-right: 5px;
}
.poplTextBoxStyle
{
    width: 200px; 
    margin: 5px 0;
}

.poplTitleTextStyle
{
   display: none; 
}
.poplValidatorTextStyle
{
    
}













 