
/* Styles related to the WordWheel */
/* These are the baseline styles to allow the WordWheel to fit directly below the input field it is meant to be associated with */
/* NOTE: A Sister style sheet works hand in hand with this one to allow IE browsers to operate the same way */

input.inpsize{
width: 98%;
}

div.inpsize{
margin-left: 1px;
width: 98%;
display: block;
}

div.inpsize div.table {
overflow: hidden;
padding: 2px 0px 2px 2px;
background-color: #ccc;
}

div.highlight2 {
background-color: #fff;
color: #990000;
}




/*THIS IS SERGEY'S CSS*/
.anc_basic_eng {
 width: 655px;
 height: 0px;
}
 
.anc_basic_fre {
 width: 723px;
 height: 0px;
}
 
.anc_result_eng_ie {
 width: 647px;
 height: 0px;
}
 
.anc_result_fre_ie {
 width: 612px;
 height: 0px;
}
 
.anc_result_eng_mz {
 width: 722px;
 height: 0px;
}
 
.anc_result_fre_mz {
 width: 717px;
 height: 0px;
}
 
.anc_adv_eng {
 width: 717px;
 height: 0px;
}
 
.anc_adv_fre {
 width: 712px;
 height: 0px;
}
 
.arch_ww_eng {
 width: 550px;
 height: 0px;
 padding-left: 15px;
}
 
.arch_ww_fre {
 width: 548px;
 height: 0px;
 padding-left: 15px;
}
 
div.wordwheelrow2 {
 background-color: #CCCCCC;
 display: table;
 width: 100%;
 float: left;
}
 
/*div.highlight2 {
 background-color: ;
 color: #990000;
}*/
 
div.cell_left {
 width: 73%;
 float: left;
 display: block;
}
 
div.cell_right {
 width: 26%;
 float: left;
 display: block;
}


