/*--------------------------------------
  Header Module
---------------------------------------*/

div#header {padding:15px;text-align:center;}

/*--------------------------------------
  Footer Module
---------------------------------------*/

div#footer {text-align:center;margin-top:10px;}

/*--------------------------------------
  Footer Module
---------------------------------------*/

div#main {width:780px;margin-left:auto;margin-right:auto;}

/*--------------------------------------
 Map Module
---------------------------------------*/

div#map {width:500px;height:350px;border:1px solid #CCC;float:left;}
div#result {width:260px;float:right;overflow:auto;height:340px;border:1px solid #CCC;padding:5px;}
div#result1 {text-align:center;}
div#result2 {text-align:left;}
.num {border:1px solid #67cee6;padding:5px;line-height:230%;}
.num:hover {background-color:#d6e3e6;}

/*--------------------------------------
  Error Module
---------------------------------------*/

div#error {width: 60%;font-weight: bold;margin:10px auto 10px auto;color:#FF0000;}
div.edit_error {text-align:center;font-weight: bold;margin:10px auto 10px auto;color:#FF0000;}

/*--------------------------------------
  Form Module
---------------------------------------*/

div#form {border:1px solid #CCCCCC;padding:15px;line-height:140%;background-color:#EEEEEE;margin:10px 0 10px 0;text-align:center;}
div#form table {margin:0 auto 0 auto;}
div#form .edit_textarea {width:400px;height:60px;}

/*--------------------------------------
  Tab Module
---------------------------------------*/

.tabs {position:relative;top:10px;padding:0;list-style:none;height:20px;}
.tabs li {float:left;margin:0;padding:0;width:20%;text-align:center;display:block;}

/*--------------------------------------
  Parameter Module
---------------------------------------*/

.parameter {padding:3px 3px 3px 10px;margin:0px 5px 0px 5px;}
.parameter2 {padding:3px 3px 3px 10px;margin:0px 5px 0px 5px;border:1px dashed #67cee6;}

/*--------------------------------------
  InfoWindow Module
---------------------------------------*/

.infowindow {width:300px;height:150px;padding-right:10px;overflow:auto;}
.infowindow2 {width:300px;height:150px;text-align:center;}

#message {position:relative;top:-190px;left:180px;text-align:center;width:120px;padding:5px;border:1px solid #67cee6;background-color:#d6e3e6;visibility:hidden;}