
/**************************************************************************/
/*                                                                        */
/* This section is for the index page where the messages are shown.       */
/*                                                                        */
/**************************************************************************/
.msgtbl	{
	width:80%;
	border: 1px solid #000000;
}
	.msgtbl td {
		padding: 3px;
	}

.daterow {
	border-bottom: 1px solid #000000;
	height: 10;
    background-color: #FFFFFF;
}
	.daterow {
        font-family: Arial, tahoma;
        font-size: 10px;
        font-weight: normal;
	}

.namerow {
	border-bottom: 1px solid #000000;
	height: 15;
    background-color: #CCCCFF;
}
	.namerow span {
        font-family: Arial, tahoma;
        font-size: 12px;
        font-weight: normal;
	}
	
.msgrow {
	background-color: #FFFFFF;
}
	.msgrow span {
	    font-family: Arial, tahoma;
        font-size: 15px;
        font-weight: normal;
	}
	
.websiterow {
	border-top: 1px solid #000000;
	height: 15;
	background-color: #FFFFCC;

}
	.websiterow span {
        font-family: Arial, tahoma;
        font-size: 11px;
        font-weight: normal;
	}

/**************************************************************************/
/*                                                                        */
/* This is the button under all the messages to see more of the messages. */
/*                                                                        */
/**************************************************************************/
.nxtbtn {
	width: 80%;
	border: 1px solid #000000;
	background-color:#99CCCC;
	text-align: center;
	cursor:pointer;
	font-size:36px;
	font-weight:bold;
}

/**************************************************************************/
/*                                                                        */
/* This is the entry form for posting messages to the guestbook           */
/*                                                                        */
/**************************************************************************/

.frmcontainer {
	width:100%;
	text-align:center;
}

.frmdiv {
	margin: auto;
	text-align:left;
	padding: 0 0 0 45px;
	width: 265px;
	border:1px solid #000000;
	background-color:#999999;
	color:#333333;
	font-weight: bold;
	font-size: 12px;
}

	.frmdiv input {
		margin: 5px;
	}
	
.frmname {
	width: 175px;
	border:1px solid #000000;
	background-color:#99CCFF;
	padding:2px;
}

.frmemail {
	width: 175px;
	border:1px solid #000000;
	background-color:#99CCFF;
	padding:2px;
}

.frmweb {
	width: 165px;
	border:1px solid #000000;
	background-color:#99CCFF;
	padding:2px;
}

.frmmsg {
	border:1px solid #000000;
	background-color:#99CCFF;
	padding:2px;
}

.frmbtn {
	border:1px solid #000000;
	padding:2px;
}

.captchaimg{
	margin-top:5px;
}

.captchafrm {
	border:1px solid #000000;
	background-color:#99CCFF;
	padding:2px;
	width: 110px;
}