div#map_control_form{
   position: relative;
   margin: 0px;
   margin-bottom: 10px;
   padding: 0px;
   width: 700px;
   height: 64px;
   background-image: url('../images/form_bg.jpg');
   overflow: hidden;
}

div#map_control_form div#form_right{
   position: absolute;
   right: 0px;
   top: 0px;
   margin: 0px;
   padding: 0px;
   width: 9px;
   height: 64px;
   background-image: url('../images/form_right.jpg');
   overflow: hidden;
}

div#map_control_form div#form_links{
   position: absolute;
   left: 0px;
   top: 0px;
   margin: 0px;
   padding: 0px;
   width: 170px;
   height: 64px;
   overflow: hidden;
}

div#form_links a.selected{
   margin: 0px;
   padding: 0px;
   padding-left: 12px;
   width: 170px;
   height: 32px;
   line-height: 32px;
   background-image: url('../images/form_item1.jpg');
   display: block;
   overflow: hidden;
   font-family: arial;
   text-decoration: none;
   color: #000000;
}

div#form_links a.top{
   margin: 0px;
   padding: 0px;
   padding-left: 20px;
   width: 170px;
   height: 32px;
   line-height: 32px;
   background-image: url('../images/form_item_top2.jpg');
   background-repeat: no-repeat;
   background-position: 0px 0px;
   display: block;
   overflow: hidden;
   font-family: arial;
   text-decoration: none;
   color: #ffffff;
}

div#form_links a.top:hover{
   background-image: url('../images/form_item_top2.jpg');
   background-repeat: no-repeat;
   background-position: 0px -32px;
   color: #000000;
}

div#form_links a.bottom{
   margin: 0px;
   padding: 0px;
   padding-left: 20px;
   width: 170px;
   height: 32px;
   line-height: 32px;
   background-image: url('../images/form_item_bottom2.jpg');
   background-repeat: no-repeat;
   background-position: 0px 0px;
   display: block;
   overflow: hidden;
   font-family: arial;
   text-decoration: none;
   color: #ffffff;
}

div#form_links a.bottom:hover{
   background-image: url('../images/form_item_bottom2.jpg');
   background-repeat: no-repeat;
   background-position: 0px -32px;
   color: #000000;
}

form.map_control_form{
   margin: 0px;
   margin-right: 10px;
   padding: 0px;
   width: 500px;
   float: right;
   text-align: center;
   font-family: arial;
}

/*form.map_control_form input, form.map_control_form select{
   margin: 0px;
   height: 25px;
   padding: 0px;
}
*/
form.map_control_form table{
   margin: 0px;
   height: 64px;
   line-height: 64px;
   width: 100%;
   font-size: 0.9em;
}
