<!--

/* This page layout is a logical extension of commonPageLayout. It means that it is expected that 
   commonPageLayout is always loaded in the page before this file gets loaded and we don't duplicate 
   here what is already defined inside commonPageLayout css except for those classes that we want to 
   override. We are free to define new classes here.
*/

.content-table #myImg {
     border: solid thin #3784ff;
}

.content-table #qmarkImg {
     display: inline-block;
     background: url('../../../images/qmark.png') no-repeat;
     width: 80px;
     height: 122px;
     padding: 0;
     margin: 0;
}

.emailFieldset {
     background: rgb(243, 242, 226);
     border: solid thin #3784ff;
}

.emailFieldset a {
     color: blue;
}
 -->