/*======== этот кусок есть в main.css после перевода сайта на main.css убрать =========*/
/*
body {
    font: 12px Arial, Tahoma, Verdana, sans-serif;
}



.title_block{
    background-color:#CCF; 
    border-top:1px solid #99F;
    display:block;
    color:#392199;
}
.title_block img {
    display:block;
    margin:-15px 5px;
    position:absolute;
}
*/
/*======== конец куска main.css == после перевода сайта на main.css кусок, что выше, убрать =========*/



#tender * {font: 12px/10px Arial, Tahoma, Verdana, sans-serif;}

#tender {
    width: 620px;
    background: #eef;
    border: 1px solid #99f;
    color:#666
}
#tender strong {color:#00F}

#tender .title_block {
    padding:1px
}

#tender .title_block img {
    margin:-10px 5px;
}
#tender .title_block .close {
    background: url(../images/close.gif) no-repeat;
    margin: 4px;
    float: right;
    height: 16px;
    width: 16px;
}

#tender h2 {
    margin:5px 20px 5px 60px;
    font-size: 14px;
    font-style: italic;
    line-height: normal;
}
#tender h1 {
    font-size: 1.2em;
    font-weight:bold;
    color: #f00;
    margin:0px;
    line-height: normal;
}
#tender #send_tender_blank {color:#090;margin-bottom:5px}

#tender span{text-decoration:underline}

#tender .shadow {
    color:#900;
    display: block;
    height: 5px;
    background:url(../images/hr_shadow.gif) repeat-x;
}

#tender .info{
    background: url(../images/i.gif) no-repeat 10px 3px;
    padding: 0px 0px 0px 40px;
    font-style: italic;
    line-height: 1.2em;
    color: #888;
    border:none
}
#tender .info p{margin:8px 0}
#tender div {
    padding: 5px 20px;
/*    border-top: 1px solid #99f; */
    margin: 0;
}
#tender div td{
    white-space: nowrap;
    padding-left:20px;
}
#tender div th{
    text-align:left;
    font-weight:normal;
    white-space: nowrap;
}
#tender #zapros, #tender #send{background-color:#AAF}
#err_tovar, #err_misto, #err_fio, #err_tel {color: #f00}
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  opacity:0.8;
  background-color:#000;
  display:none;
  width:2000px;
  height:2000px;
}
#boxes .window {
  position:absolute;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #dialog {
  width:620px; 
  height:364px;
  padding:0px;
  background-color:#ffffff;
}
.send-message-left {
	display: table-cell; vertical-align: middle; float:left; width:400px; font-weight:bold; font-size:30px; color:#0000d1; line-height:30px;
}
.send-message-right {
	background:#c3dff5; width:380px; float:right; padding:20px 10px 20px 10px;
}
.send-message-right img {
	float:left; margin-right:5px; cursor:pointer;
}
.send-message-right p{
	font-size:15px; text-align:left;
}
