#markform td,#markform th{
    text-align:left;
    vertical-align:top;
    margin:2px 0;
    padding:0;    
    font: 14px Calibri,Arial,sans-serif;
}
#markform th {width:250px;//color:#4B2582;//font-weight:bold;}
#markform ul{
    margin:0; padding:0;
    list-style-type:none;
    z-index:1000;
}
#markform li{
    margin:0 0 0 0px; padding:0;
}
#markform table{
    border:2px solid #F08700;
    padding:0 2px;
}
#markform .urlico{
    display:none;
}
#markform  input[type=text],#markform textarea{
    width:400px;
    color: #4B2582;
    font: 14px Calibri,Arial,sans-serif;
}
#markform  input#recipient {width:150px;}
#markform  .selector_item {
    background-color: #FFFFFF;
    border: 1px solid #BDC4C2;
    box-shadow: 0 0 3px 1px #CFD7D5;
    display:block;
    float: left;
    margin: 0px;
    padding:0;
    position: relative;
    width: 400px;

    }
#markform .selector_item_a {
    margin:3px;
    color:#aaa;
    background: url("/include/img/navigation_item_a.png") no-repeat scroll right 0px white;
    cursor:hand;cursor:pointer;
    display:block;
    z-index:0;
}

#markform .selector_item_menu li {
    cursor:hand;cursor:pointer;
    margin:0;
    padding:3px;

}
#markform .selector_item_menu li:hover {
    background-color: #F08700;
    color: white;
}
#markform .selector_item_menu {
    background-color: #FFFFFF;
    border: 1px solid #BDC4C2;
    box-shadow: 0 0 3px 1px #CFD7D5;
    display: none;
    left: -3px !important;
    min-height: 20px;
    padding: 5px 5px 0;
    position: absolute;
    top: -3px !important;
    width: 430px;
    z-index: 1000;
}
#markform  .r {text-align:right;}
#alarm {color:#aa0000; font-weight:bold;}
#markform b{color:#4B2582}
.edbutton {
   border-top: 1px solid #878378;
   background: #b36500;
   background: -webkit-gradient(linear, left top, left bottom, from(#f18900), to(#b36500)); /**/
   background: -webkit-linear-gradient(top, #f18900, #b36500);
   background: -moz-linear-gradient(top, #f18900, #b36500);
   background: -ms-linear-gradient(top, #f18900, #b36500);
   background: -o-linear-gradient(top, #f18900, #b36500);
   padding: 2px 10px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 13px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   cursor:hand;
   cursor:pointer;
   width:110px;height:16px;  
   float:left;
   text-align:center;
   margin:10px 0;
   }
.edbutton:hover {
   border-top-color: #f18900;
   background: #f18900;
   color: #ff1928;
   }
.edbutton:active {
   border-top-color: #b36500;
   background: #b36500;
   }