	td.guestbooks  {
		padding: 0;
		vertical-align: top;
		font-size: 11px;
	}
	
	td.guestbooks table {
		clear: both;
		margin-top: 10px;
	}

	td.guestbooks table table {
		margin-top: 0;
		border: 1px solid #CCC;
	}
	
	td.guestbooks * {
		font-family: Verdana, Arial, sans-serif;
	}
	
	*.guestbook {
		margin: 10px;
	/*	min-height: 130px;
		*height: 130px;*/
		font-family: Verdana, Arial, sans-serif;
		padding-bottom: 10px;
	}

	*.guestbook table {
		width: 545px;
		border-collapse: separate;
                border: #a9322c 1px solid;
                
	}

/*	td.guestbooks h1 ,*/
	*.guestbook *.header {
		display: block;
		background-color:#7fb538;
		color: #fff;
		font-weight: bold;
		*height: 2em;
		font-size: 12px; 
	}
	
/*	td.guestbooks h1 */ {
		background-color: #283E3C;
		font-size: 20px; 
		font-family: Verdana, Arial, sans-serif;
		padding: 5px 10px;
	}

	*.guestbook *.created {
		text-align: right;
		width: 100%;
		padding: 5px 10px;
	}

	*.guestbook *.name {
		text-align: left;
		width: 100%;
		padding: 5px 10px;
	}

	*.guestbook *.comments {
		display: block;
		padding: 10px 20px;
	}

	p.add_testimony_link ,
	p.view_guestbooks_link {
		display: block;
		float:right;
		background:#4B878B url('images/corner.gif') no-repeat left bottom;
		padding: 5px 10px;
		margin-top: -14px;
		*margin-top: -19px;
	}

	p.add_testimony_link a,
	p.view_guestbooks_link a {
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		font-size: 11px;
	}

	p.add_testimony_link a:hover,
	p.view_guestbooks_link a:hover {
		text-decoration: underline;
	}

	td.guestbooks form fieldset {
		border-width: 0px;
	}

	td.guestbooks label {
		float: left;
		margin-top: 4px;
		width: 100px;
        color:#555;
		font-weight: bold;
	}

	td.guestbooks fieldset.submit {
		text-align: center;
	}

	td.guestbooks input.submit {
		margin-top: 20px;
		margin-left: -50px;
	}

	td.guestbooks fieldset {
		padding: 10px;
	}

	td.guestbooks input,
	td.guestbooks textarea,
	td.guestbooks select {
		font-size: 11px;
	}
    
         
	p.list_guestbooks_link a, 
	p.add_guestbook_link a {
        color:#555;
        }
    
         
	p.list_guestbooks_link, 
	p.add_guestbook_link {
        text-align:right;
        margin-right:22px;
        }

	hr.edit_divider {
		color:#7fb538;
		background-color:#7fb538;
	}
