﻿#winPopup{
  position:absolute;
  display:none;
  width:345px;
  z-index:100000;  max-width: 99%;

  background-color:#fff;
  border:1px solid #555;
/* css3 */
  border-radius:6px;
  -webkit-border-radius:6px;
  -moz-border-radius:5px;
  -khtml-border-radius:10px;
  box-shadow:5px 5px 15px 0 #000;
  -webkit-box-shadow:5px 5px 15px 0 #000;
  -moz-box-shadow:5px 5px 15px 0 #000;
}
#winClose{
  position:absolute;
  top:4px;
  right:4px;
  background-color:#eee;
  height:16px;
  width:16px;
  border:0;
  background-image:url(/js/byd/winPopup/close.png);
  background-repeat:no-repeat;
}
#winConvas{
  padding:10px 11px 20px 11px; 
}
#winState{
  position:relative;
  display:block;

}
#winState h1{
  font-size:28px;
  margin:0 0 10px 0;
  color:#000; 
}

#winState p.error{
  color:#f00;
}
#winForm{       line-height: 1;
    font-size: 16px;
   }
#winForm input, .calc input, .calc select, #winForm textarea{
  width:350px;
  max-width: 99%;
  height:25px;
  border:1px solid #555;
  margin-bottom:5px;
  padding:0 6px;
/* css3 */
  border-radius:6px;
  -webkit-border-radius:6px;
  -moz-border-radius:5px;
  -khtml-border-radius:10px;
  box-shadow:1px 1px 2px 0 #aaa;
  -webkit-box-shadow:1px 1px 2px 0 #aaa;
  -moz-box-shadow:1px 1px 2px 0 #aaa;
  z-index:1000001;
}
#winForm textarea{
   height:70px;
 }
div.calc table{
  border:0;
}
div.calc table td{
  padding:2px;
  border:0;
  text-align:left;
}

div.calc input{
  width:140px;
}
div.calc select{
  width:154px;
  padding:0;
}
div.calc input.inError{
  border:1px solid #f00;
}
.errorForm{
display: none;
font-size: 12px;
background-color: #0066B1;
color: #FFF;
width: 349px;  max-width: 99%;

padding: 2%;

}
#submitButton{
    cursor: pointer;
    width: 350px;  max-width: 99%;

    height: 39px;
    padding-bottom: 3px;
    border: 0;
    background-color: rgba(2, 2, 2, 0.6);
  background-repeat:no-repeat;
  color:#fff;
  font-weight:bold;
background-position: -15px -93px ;
/* css3 */
  border-radius:6px;
  -webkit-border-radius:6px;
  -moz-border-radius:5px;
  -khtml-border-radius:10px;
}
#submitButton:hover, #submitButton:active {    background-color: #333333;}
#winLoading{
  display:none;
  padding-left:10px;
}
#winForm input {display: block;}
a.order_form1 {display: block;

text-decoration: none;
color: #0356AF;
font-size: 17px;
font-weight: bold;
margin-bottom: 15px;}