@import url("form_320.css") screen and (max-width:640px) and (min-width: 0px);
@import url("form_768.css") screen and (max-width:768px) and (min-width: 641px);

@media screen and (min-width: 769px)
{
/* Header Mobile*/
.hdr_tab_mob{display:none;}

/* Footer Mobile*/
.footer_mob{display:none;}

/* Left Menu [START] */
.leftMenu
{
    float:right;
    width:100%;
    direction:rtl;
}

.leftMenu div
{
    float:right;
    margin-top:10px;
    margin-right:10px;
    width:85%;
}

.leftMenu div p
{
    border-bottom:dashed 1px #9C9C9C;
    color:#012B5D; 
    font-size:15px; 
    font-family:Arial;
}
                    
.leftMenu div ul
{
    margin-right:20px;
    list-style-image:url('../../App_Themes/General/Images/OrangeOneArrowDarkGray.gif');
}

.leftMenu div ul li 
{
    margin-top:10px;
}

.leftMenu div ul li a
{
    color:#1763AE;
    font-size:13px;
    font-family:Arial;
    text-decoration:none;
               
}

/* Left Menu [END] */


/* Form Prototype
---------------------------------------------------------*/
#contentWrapper {
  width: 704px;
  margin-left: auto;
  margin-right: auto;
}
#MainArticle{
    min-height:195px;
}

p.abstract {
  padding-top: 10px;
  padding-bottom: 15px;
  text-align: justify;
}

div.form_section_276 {
  overflow: auto;
  clear: both;
  margin: 0px 0px 15px 0px;

}

div.form_section_276 div.fields_section {
  overflow: auto;
  clear: both;
}

div.abstract {
  float: left;
  width: 320px;
}

div.col_276 {
  float: right;
  width: 276px;
  border-left: 1px solid lightgray;
  padding: 0px 10px;
  position: relative;
}

ul.steps_res_276 {
    position: absolute;
    width: 316px;
}
}