.tx-hbook-comment {
	font-style: italic;
}

.input {
	font-size:10px;
          width: 300px;
          border: solid 1px #9DBCC4;
          background-color:#eaeaea;
	}

.input:hover {
	font-size:10px;
          width: 300px;
          border: solid 1px #111111;
          background-color:#eaeaea;
	}

.input:focus {
	font-size:10px;
          width: 300px;
          border: solid 1px #111111;
          background-color:#ffffff;
	}

.textarea {
           font-family: Verdana, Arial, Helvetica, sans-serif;
           font-size:11px;
           width:300px;
           height:200px;
           border: solid 1px #9DBCC4;
           background-color:#eaeaea;
         }

.textarea:hover {
           font-family: Verdana, Arial, Helvetica, sans-serif;
           font-size:11px;
           width:300px;
           height:200px;
           border: solid 1px #111111;
           background-color:#eaeaea;
         }


.textarea:focus {
           font-family: Verdana, Arial, Helvetica, sans-serif;
           font-size:11px;
           width:300px;
           height:200px;
           border: solid 1px #111111;
           background-color:#ffffff;
         }




.spam_input {
         font-size:10px;
         border: solid 1px #9DBCC4;
         background-color:#eaeaea;
	}

.spam_input:hover {
         font-size:10px;
         border: solid 1px #111111;
         background-color:#eaeaea;
	}

.spam_input:focus {
         font-size:10px;
         border: solid 1px #111111;
         background-color:#ffffff;
	}




.field {

	font-size:11px;
         color:#111111;
         padding:3px;


	}


.spam_field {

         font-size:11px;
         color:#111111;
         vertical-align:top;


	}

.spam_text {

          vertical-align:top;
          font-size:11px;
          color:#111111;
          padding-top:10px;

	}


.spam_text2 {

          vertical-align:top;
          font-size:11px;
          color:#111111;


	}

.submit {

         font-size:10px;
         border:1px solid #9DBCC4;
         background-color:#eaeaea;

	}


.submit:hover {

         font-size:10px;
         border:1px solid #111111;
         background-color:#9DBCC4;
         text-decoration:underline;
	}



.submit_row {
          width:100%;
          text-align:left;

	}

.first_row {

 	margin-bottom:20px;

}


.tx-hbook-comment {

         border:1px dotted #111111;
         padding:3px;
         margin:5px;
         background-color: #FFFFFF;

	}

.tx-hbook-content   {

         border:1px dotted #9DBCC4;
         padding:3px;
         margin:5px;
         background-color: #eaeaea;

	}


.location {


         padding-left:3px;
         margin-left:3px;
         margin-top:5px;


	}


.bot_row {


         padding-left:3px;
         margin-left:3px;
         margin-top:5px;


	}

.pagebrowser {

         color:#626262;

	}