
/* default styles for extension "tx_veguestbook_pi1" */

.tx-veguestbook-pi1 {}
  
 /* error handling */
.tx-veguestbook-pi1 p.tx-guestbook-form-error {
		font-weight:bold;
		color:#990000;
}
	
/* display of result count */
	.tx-veguestbook-pi1 .tx-guestbook-result {
		float:left;
		font-weight:normal;
		margin-bottom:10px;
	}
	
/* pagination */
	.tx-veguestbook-pi1 .tx-guestbook-pagination {
		font-size:75%;
		float:right;
}
	
	/* styles for list mode */
	.tx-veguestbook-pi1 .tx-guestbook-header {
		
		color:#790000;
		
		font-weight:bold;
		
	}
	.tx-guestbook-header-clearer{
		clear:both;
		width:520px;
		border-bottom:1px solid #790000;
	
	
	}
	.tx-guestbook-header-left{
	     float:left;
	     width:300px;
	}
	.tx-guestbook-header-right{
        color:#ccc;
        float:right;
        font-size:0.9em;
        font-weight:normal;
        width:220px;
        text-align:right;
        padding-right:2px;
	}
	.tx-guestbook-date {
        color:#ccc;
        float:right;
        font-size:0.9em;
        font-weight:normal;
	}
	.tx-veguestbook-pi1 .tx-guestbook-header a{color:#790000;font-size:0.9em;text-decoration:none;font-weight:normal;}
		
	.tx-veguestbook-pi1 .tx-guestbook-header a:hover{text-decoration:underline;}
		
	.tx-veguestbook-pi1 .tx-guestbook-right {
		float:left;
		width:500px;
		
		margin: 5px;
	}
	
	/* styles for latest mode */
	.tx-veguestbook-pi1 .tx-guestbook-latest p,
	.tx-veguestbook-pi1 .tx-guestbook-right p {
		color:#333;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-latest p.tx-guestbook-date {
        color:#ccc;
        font-size:0.9em;
        font-weight:normal;
	}
 
	.tx-veguestbook-pi1 .tx-guestbook-right h3 {
		font-size:100%;
		color:#990000;
		font-weight:bold;
		background:none;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-right .tx-guestbook-comment {
		
		color:#790000;
	}
	
	.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 label {
		clear: both;
		display: block;
		float: left;
		width: 10em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-med {
		float:left;
		width:10em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-big {
		float:left;
		width:20em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field textarea.tx-guestbook-form-textarea {
		width: 30em;
		display: block;
		float: left;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field span.tx-guestbook-form-obligationfield {
		color:#990000;
	}
	
	.tx-veguestbook-pi1 fieldset {
		border:none;
	}
	
	.tx-veguestbook-pi1 legend {
		display:none;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap {
		float:left;
		display:block;
		background:#F7F7F7;
		border:1px solid #CCC;
	}
 
	.tx-veguestbook-pi1 .tx-guestbook-freecap {
		margin-left:2.25em;
	}
 
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap img {
		float:left;
		display:block;
		padding-left:0.25em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap input {
		float:left;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap label {
		clear:both;
		display:block;
		float:none;
		width:10em;
		margin-bottom:0.5em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap p {
		font-size:75%;
		padding:0.25em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap h3 {
		display:none;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap span.tx-srfreecap-pi2-cant-read {
		color:#990000;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-clear {
		clear:both;
		display:block;
		height:5px;
	}
	
	.tx-veguestbook-pi1 input.tx-guestbook-submit {
		width:auto;
		display:block;
	}

