/* @override http://bruna/test/test_nuovi_template/web/css/portal.css */

/* portale */

    #register .textbox{
      margin: 10px 0px;
      padding: 5px 10px;
    }

    #pageBox{
      width: 90%;
      margin: 20px auto;
    }

    #pageBox .leftTopCorner{
      float: left;
      width: 5px;
      height: 5px;
    }

    #pageBox .rightTopCorner{
      float: right;
      width: 5px;
      height: 5px;
    }

    #pageBox .leftBottomCorner{
      clear: both;
      float: left;
      width: 5px;
      height: 5px;
    }
     
    #pageBox .rightBottomCorner{
      float: right;
      width: 5px;
      height: 5px;
    }
 
    #pageBox .boxContent{
      margin: -5px 5px;
      padding: 5px;
    }

    #pageBox .boxSpacer{
      height: 10px;
    }
     
    #pageBox #iciStuff{
      float: left;
      width: 190px;
      margin: 0pt;
      padding: 5px;
    }
    
    #pageBox #iciCalculator{  
      margin-left: 200px;
    }

    #pageBox #iciResult{
      clear: both;
      margin: 10px auto;
    }

    #pageBox a.highlight{
      display: inline;
      margin: auto;
    }

    #pageBox h3{
    }
  
