
  
    /* error handling */
	.tx-veguestbook-pi1 p.tx-guestbook-form-error {
		font-weight:bold;
		color:red;
	}
	
	/* display of result count */
	.tx-veguestbook-pi1 .tx-guestbook-result {
		font-weight:bold;
		float:left;
	}
	
	/* pagination */
	.tx-veguestbook-pi1 .tx-guestbook-pagination {
		font-weight:bold;
		float:right;
	}
	.tx-guestbook-header {
		width: 100%;	
		display: block;
		height: 20px;
		}
	/* styles for list mode */
	.tx-guestbook-header .tx-guestbook-name {
		clear:both;
		padding-left: 1em;
		display: inline-block;
		width: 30%;
	}
	
	.tx-guestbook-header .tx-guestbook-link {
		text-align: center;
		width:20%;
		display: inline-block;
		line-height: 20px;
	}
		.tx-guestbook-header .tx-guestbook-link img {
			border: 0px;
			}
	.tx-guestbook-header .tx-guestbook-date {
		text-align: right;
		display: inline-block;
		width: 40%;
	}
 
	.tx-veguestbook-pi1 .tx-guestbook-msg {
		clear: both;
		width: 90%;
		padding-left: 5px;
	}
	
	/* styles for latest mode */

	
	.tx-veguestbook-pi1 .tx-guestbook-latest {
		display:block;
		padding:0.25em;
		clear:both;
	}
	
	/* form styles */
	.tx-veguestbook-pi1 .tx-guestbook-field {
		clear:both;
		width:100%;
		display:block;
		padding: 1em 0;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field img {
		/*margin-left: 100%;*/
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field label {
		clear: both;
		display: block;
		float: left;
		width: 30%;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-med {
		float:left;
		width:60%;
	}
	.tx-guestbook-form-inputfield-med{
		margin-left: 197px;
		}
	.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-big {
		float:left;
		width:40%;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field textarea.tx-guestbook-form-textarea {
		width: 60%;
		display: block;
		float: left;
	}
		
	.tx-veguestbook-pi1 .submit {
	float: left;
	margin-left: 30%
	}
	
	.tx-veguestbook-pi1 legend {
		display:none;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-clear {
		clear:both;
		display:block;
		height: 0px;
	}
	
	.tx-veguestbook-pi1 input.tx-guestbook-submit {
		width:auto;
		display:block;
	}


/*write comment image css*/
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img {
	margin-right: 30 px;
	}