/* specialty hacks required for special conditions in files as named below  */
                                                              /* top of css */

/* IE hack for contact.php */
* html #crt1 { margin-right: 7px; }
#crt1 {
     margin-right: 17px;
     float: right;
     text-align: right;
}

/* box used by cportal.php to hold user input */
#pbox {
     border: 3px outset #0000B0;
     width: 260px;
     height: 65px;
     margin: auto;
     background: #EAEAEA;
     padding: 20px;
}
