@namespace xf url("http://www.w3.org/2002/xforms");

/* Use for Horizontal Rule */
.orange-hr {color:orange; background-color: orange; height: 5px; border: 0; margin:0;}
.blue-hr {color:blue;background-color: blue; height: 5px; border: 0; margin:0;}

body {
   font-family: Helvetica, sans-serif;
}

.sort-order  .xf-value  {width: 2ex;}

.candidate-elements {
   position: absolute;
   padding: 0 10px 10px 10px;
   width: 220px;
   border: solid blue 1px;
}

.selected-elements {
   position: absolute;
   margin-left: 242px;
   padding: 0 10px 10px 10px;
   width: 600px;
   border: solid green 1px;
}

.selected-elements xf|label {
   font-weight: bold;
   line-height: 1.8em;
}

h2 {
   padding: 0 0 10px 0;
}

.medium-textarea xf|label {
   vertical-align: top;
}

.medium-textarea textarea { 
   height: 6em;
   width: 400px;
}
