
div.custom_dialog { 
  display:none;
  z-index:20;
  position:fixed;
  top:30%;
  left:30%;
}

div.custom_dialog_content { 
  width:270px;
  padding:10px;
  margin:9px;
  text-align:center;
  font-size:14px;
  background:#EEEEEE;
}

div.custom_dialog_lb { 
  z-index:21;
  position:absolute;
  top:9px;
  bottom:9px;
  left:0px;
  width:9px;
  background:#6aacda;
}
div.custom_dialog_rb { 
  z-index:21;
  position:absolute;
  top:9px;
  bottom:9px;
  right:0px;
  width:9px;
  background:#6aacda;
}
div.custom_dialog_tb { 
  z-index:21;
  position:absolute;
  top:0px;
  left:9px;
  right:9px;
  height:9px;
  background:#6aacda;
}
div.custom_dialog_bb { 
  z-index:21;
  position:absolute;
  bottom:0px;
  left:9px;
  right:9px;
  height:9px;
  background:#6aacda;
}

div.custom_dialog_trc { 
  z-index:21;
  position:absolute;
  top:0px;
  right:0px;
  width:9px;
  height:9px;
  background:url('../gfx/transparent_trc.png') no-repeat; 
  background-position:0px 0px; 
}
div.custom_dialog_tlc { 
  z-index:21;
  position:absolute;
  top:0px;
  left:0px;
  width:9px;
  height:9px;
  background:url('../gfx/transparent_tlc.png') no-repeat; 
  background-position:0px 0px; 
}
div.custom_dialog_blc { 
  z-index:21;
  position:absolute;
  bottom:0px;
  left:0px;
  width:9px;
  height:9px;
  background:url('../gfx/transparent_blc.png') no-repeat; 
  background-position:0px 0px; 
}
div.custom_dialog_brc { 
  z-index:21;
  position:absolute;
  bottom:0px;
  right:0px;
  width:9px;
  height:9px;
  background:url('../gfx/transparent_brc.png') no-repeat; 
  background-position:0px 0px; 
}

/*Shadow box*/
div.custom_dialog_shadow { 
  display:none;
  z-index:19;
  position:fixed;
opacity:0.2;}
div.custom_dialog_scontent { 
  width:270px;
  padding:10px;
  margin:9px;
  text-align:center;
  font-size:14px;
  background:#404040;
}
div.custom_dialog_slb { 
  z-index:21;
  position:absolute;
  top:9px;
  bottom:9px;
  left:0px;
  width:9px;
  background:#404040;
}
div.custom_dialog_srb { 
  z-index:21;
  position:absolute;
  top:9px;
  bottom:9px;
  right:0px;
  width:9px;
  background:#404040;
}
div.custom_dialog_stb { 
  z-index:21;
  position:absolute;
  top:0px;
  left:9px;
  right:9px;
  height:9px;
  background:#404040;
}
div.custom_dialog_sbb { 
  z-index:21;
  position:absolute;
  bottom:0px;
  left:9px;
  right:9px;
  height:9px;
  background:#404040;
}

div.custom_dialog_strc { 
  z-index:21;
  position:absolute;
  top:0px;
  right:0px;
  width:9px;
  height:9px;
  background:url('../gfx/transparent_strc.png') no-repeat; 
  background-position:0px 0px; 
}
div.custom_dialog_stlc { 
  z-index:21;
  position:absolute;
  top:0px;
  left:0px;
  width:9px;
  height:9px;
  background:url('../gfx/transparent_stlc.png') no-repeat; 
  background-position:0px 0px; 
}
div.custom_dialog_sblc { 
  z-index:21;
  position:absolute;
  bottom:0px;
  left:0px;
  width:9px;
  height:9px;
  background:url('../gfx/transparent_sblc.png') no-repeat; 
  background-position:0px 0px; 
}
div.custom_dialog_sbrc { 
  z-index:21;
  position:absolute;
  bottom:0px;
  right:0px;
  width:9px;
  height:9px;
  background:url('../gfx/transparent_sbrc.png') no-repeat; 
  background-position:0px 0px; 
}

/*-----------------------------------*/

button.submit_main {	  
  width:50px;
  color:#FFFFFF;
  background:url('../gfx/menu2_button_on.png');
  font-style:normal;
  font-size:16px;
  margin:2px;
  padding:2px; 
  border-top:1px solid #CCCCCC;
  border-left:1px solid #CCCCCC;
  border-right:0px;
  border-bottom:0px;
  cursor:pointer;
}
button.submit_main:hover {	
  background:url('../gfx/menu2_button_on.png');
  font-style:normal;
  font-size:16px;
  margin:2px;
  padding:2px;
  color:#000000;
  border-top:1px solid #CCCCCC;
  border-left:1px solid #CCCCCC;
  border-right:0px;
  border-bottom:0px;
  cursor:pointer;
}


