/* CSS Document */

div#typo-start-box {
  color: #999;
  font-family: Verdana, Arial, sans serif;
  font-size: 10px;
  font-weight: normal;
  margin: 10px;
  margin-right: 20px;
  margin-bottom: 0;
  padding: 5px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
div#typo-form {
  display:none;
  float: none;
  margin: 0;
  padding: 5px;
  border: 2px solid #999;
  font-family: Verdana, Arial, sans serif;
  font-size: 10px;
  font-weight: normal;
  color: grey;
  position: fixed;
  top: 118px;
  left: 10px;
  overflow: hidden;
  z-index: 10;
  background-color: #fff;
  width:405px;
}
* html div#typo-form { /* IE6 */
  position: absolute;
}
#typo-form-block {
  display: none;
}
#typo-form-sended {
  display: none;
}

#typo-form-sended-message {
  font-family: Verdana, Arial, sans serif;
  font-size: 12px;
  font-weight: normal;
  color: #333;
  
  border:1px solid #666;
  background-color: rgb(255,255,204);
  margin: 3px;
  padding: 2px;
}
#typo-form-caption {
  font-family: Verdana, Arial, sans serif;
  font-size: 12px;
  font-weight: normal;
}
#typo-form-content {
  font-family: Verdana, Arial, sans serif;
  font-size: 10px;
  font-weight: normal;
}
#typo-textarea {
  font-family: Verdana, Arial, sans serif;
  font-size: 12px;
  font-weight: normal;
  border:1px solid #666;
  color: #333;
  background-color: rgb(255,255,204);
  width:400px;
  padding: 2px;
} 
#typo-form-textarea-new {
  width:400px;
}
#typo-form-textarea-new, #typo-form-submit, #typo-form-cancel {
  font-family: Verdana, Arial, sans serif;
  font-size: 12px;
  font-weight: normal;
}

.typo-form-text {
  font-family: Verdana, Arial, sans serif;
  font-size: 10px;
  font-weight: normal;
  color: grey;
  
}
#typo-form-field-name,  #typo-form-field-email{
  width: 100%;
}
