/* SLIDER COMPONENT *********************************** */
.slider_wrap { position:relative; width:560px; height:33px; margin:30px auto 40px auto; }
.slider_comp { display:block; position:relative; width:600px; z-index:1;  }
.slider_comp th { position:relative; width:140px; height:16px; border-left:1px solid #ccc; border-bottom:1px solid #ccc; border-top:1px solid white;  }
.slider_comp td { position:relative; width:140px; height:16px; border-left:1px solid #ccc; border-bottom:1px solid white; }
.slider_comp th .entry { display:block; position:absolute; top:-20px; left:-5px; width:5%; text-align:center; font-weight:normal; }
.slider_comp td .entry { display:block; position:absolute; bottom:-30px; left:-27px; width:40%; text-align:center; font-size:11px; }
.slider_comp th .entry2 { display:block; position:absolute; top:-20px; right:-5px; width:5%; text-align:center; font-weight:normal; }
.slider_comp td .entry2 { display:block; position:absolute; bottom:-30px; right:-27px; width:40%; text-align:center; font-size:11px; }
.slider_comp .final { border-right:1px solid #ccc; }
.dragme { display:block; position:absolute; top:2px; left:49%; z-index:2; }
.dragme img { display:block; position:relative; border:1px solid #999; cursor:pointer;  }
#theform fieldset { border:1px solid #eee; margin:20px 0px; }
#theform fieldset table { width:97%; margin:10px auto; text-align:left; }
#theform legend { color:black; font-weight:bold; }
#theform fieldset label { clear:left; display:block; float:left; margin-top:3px; text-align:left; }
#theform fieldset .ra { width:340px; background:#fffff0; border-bottom:1px dotted silver; border-left:none; border-top:none; border-right:none; padding:2px; }
#theform fieldset .rashort { width:80px; background:#fffff0; border-bottom:1px dotted silver; border-left:none; border-top:none; border-right:none; padding:2px; }
#theform fieldset .ralong { width:500px; background:#fffff0; border-bottom:1px dotted silver; border-left:none; border-top:none; border-right:none; padding:2px; }

#theform fieldset .rb { background:#fffff0; border:1px dotted silver; margin-right:5px; }
#theform fieldset p { display:block; width:100%; text-align:left; }
#theform p em { font-size:90%; color:#999; }
#theform .nb { border:none; }
#theform img .ca { margin:0px auto; }
#theform textarea { background:url(/images/ta_tile.gif) top left; width:100%; border:1px solid white; }
#theform #submitButton { width:100%; padding:3px; margin-bottom:20px; border:1px solid black; }
#theform a { color:blue; }
#comments1, #comments2, #comments3, #comments4, #comments5, #comments6, #comments7, #comments8, #comments9 { display:none; }
