/*Поле*/
.select_input {margin:0;padding:0;}
.select_input input {float:left;margin:0;padding:0;height:18px;width:267px;border:1px solid #ccc;}
.select_input div.img {float:left;margin:0;padding:0;background:url(/static/images/ttt4i1.gif) no-repeat;width:18px;height:20px}
.select_input div.imgclick {float:left;margin:0;padding:0;background:url(/static/images/ttt4ic1.gif) no-repeat;width:18px;height:20px}

.select_input div.climg {display:none;float:left;margin:0;padding:0;background:url(/static/images/cl_sel.gif) no-repeat;width:18px;height:20px}

/*Размеры полей*/
.select_input input.type1  {width:267px;}
.select_input input.type2  {width:160px;}
.select_input input.type3  {width:305px; font-size:16px;}
div.reset {margin:0;padding:0;}

/*Блок*/
/*.block{float:left;overflow:auto;color:black;background-color:white;border:1px solid #ccc;border-top:0px solid #ccc;position:absolute;clear:both;display:none;z-index:10;}*/
.block  {float:left;margin:0;padding:0;margin-top:4px;width:284px;_height:170px;max-height:280px;overflow:auto;color:black;background-color:white;border:1px solid #ccc;border-top:0px solid #ccc;position:absolute;clear:both;display:none;z-index:10;}
.block div{font-family:verdana;font-size:12px;padding:3px;padding-left:10px;border-top:1px solid #ccc;cursor:pointer;}
.block p{margin:0;padding:0;margin-left:10px;font-size:10px;color:#555}
.block_main{margin-top:31px;}

/*Размеры блоков*/
.block.type1 {width:284px;_height:170px;max-height:280px;margin:0;padding:0;margin-top:5px;}
.block.type2 {width:177px;_height:170px;max-height:200px;margin:0;padding:0;margin-top:7px;}
.block.type3 {width:322px;_height:170px;max-height:200px;margin:0;padding:0;margin-top:7px;}

/*Фокусировка*/
.focus_item {color:#fff;background-color:#99b}

.ok_img {
vertical-align: top;
background: url(/static/images/ok.gif); 
width:16px;
height:16px;
margin-left: 4px;
float:left;
}

.transparency_class{filter:alpha(opacity=90);-moz-opacity:0.9;opacity:0.9}