﻿#winPopup{
  position:absolute;
  display:none;
  width:407px;
  z-index:100000;
  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 20px 20px 20px; width:
}
#winState{
  position:relative;
  display:block;

}
#winState h1{
  font-size:16px;
  margin:0 0 10px 0;
  color:#000;
}
#winState p.error{
  color:#f00;
}
#winForm{}
#winForm input, .calc input, .calc select, #winForm textarea{
  width:350px;
  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: 9px;
background-color: #0066B1;
color: #FFF;
width: 349px;
padding: 2%;

}
#submitButton{
  cursor:pointer;
  width:120px;
  height:31px;
  padding-bottom:3px;
  border:0;
  background-image:url(/js/byd/winPopup/send.jpg);
  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-position: -15px -17px;}
#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;}