

/* created by egli@onlinetravel.ch for TM Solutions*/

body {
  margin: 0px;
  padding: 0px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  width: 208px;
  height: 271px;
}
.fieldtitle {
  font-size: 12px;
  line-height: 36px;
}
.fieldcontent {
  font-size: 10px;
}
#register a, #register a:visited, #register a:active {
  /*  background and appearance */
  padding: 0px;
  background-image: url(../images/button_bg_0.png);
  display: block;
  width: 100px;
  height: 27px;
  line-height: 27px;
  
  /* font */
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-size: 13px;
  color: #dc6790;
  text-align: center;
  text-decoration: none;  
}
#register a:hover {
  /*  background and appearance */
  background-image: url(../images/button_bg_1.png);
  
  /* font */
  color: #fff;
}

#button a, #button a:visited, #button a:active {
  /*  background and appearance */
  border: none;
  background-image: url(../images/button_bg_0.png);
  display: block;
  width: 100px;
  height: 27px;
  line-height: 27px;
  
  /* font */
  font-weight: bold;
  font-size: 13px;
  color: #dc6790;
  text-decoration: none;
  text-align: center;
  
  /* cursor behaviour */
  cursor: pointer;
}
#button a:hover {
  /*  background and appearance */
  border: none;
  background-image: url(../images/button_bg_1.png);
  display: block;
  width: 100px;
  height: 27px;
  line-height: 27px;
  
  /* font */
  font-weight: bold;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  text-align: center;
    
  /* cursor behaviour */
  cursor: pointer;
}


.formbutton {
  /*  background and appearance */
  margin: 0px;
  padding: 0px;
  border: none;
  background-image: url(../images/button_bg_0.png);
  background-repeat: repeat-x;
  display: block;
  width: 100px;
  height: 27px;
  line-height: 27px;

  /* font */
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-size: 13px;
  color: #dc6790;
  text-align: center;
  
  /* cursor behaviour */
  cursor: pointer;
}
.formbutton:hover {
  /*  background and appearance */
  margin: 0px;
  padding: 0px;
  border: none;
  background-image: url(../images/button_bg_1.png);
  background-repeat: repeat-x;
  display: block;
  width: 100px;
  height: 27px;
  line-height: 27px;
  
  /* font */
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-size: 13px;
  color: #fff;
  text-align: center;
  
  /* cursor behaviour */
  cursor: pointer;
}
