/* Class table css design */

.guestbook_total{
    border-spacing: 0;
    border-padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/gbacg.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
}

table.guestbook_msg {
    border: 0;
    border-color: #247e24;
    border-spacing: 1;
    background-color: #219221;
    width: 80%;
    background-image: url(../images/gbg.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.gbs2 {
    font-family: sans-serif;
    font-size: 8pt;
    color: #ffffff;
}

.gbm2 {
    font-family: sans-serif;
    font-size: 8pt;
    color: #ffffff;
    width: 15%;
    font-weight: bold;
}

.gbs3 {
    font-family: sans-serif;
    font-size: 8pt;
    color: #ffffff;    
}
.gbm3 {
    font-family: sans-serif;
    font-size: 8pt;
    color: #ffffff;
    font-weight: bold;
}

.gbs4 {
    font-family: sans-serif;
    font-size: 8pt;
    color: #ffffff;    
}

.gbm4 {
    font-family: sans-serif;
    font-size: 8pt;
    color: #ffffff;    
    font-weight: bold;
}

.gbs5 {
    font-family: sans-serif;
    font-size: 8pt;
    color: #ffffff;    
}

.gbm5 {
    font-family: sans-serif;
    font-size: 8pt;
    color: #ffffff;    
    font-weight: bold;
}

.gbs6 {
    font-family: sans-serif;
    font-size: 8pt;
    color: #ffffff;    
}
.gbm6 {
    font-family: sans-serif;
    font-size: 8pt;
    color: #ffffff;    
    font-weight: bold;
}



.guestbook {
    border: 0;
    border-style: none;
    border-color: transparent;
    background-color: transparent;
    font-size: 8pt;
    color: #000000;
    font-family: Arial;
}

.guestbook_head {
    border: 0;
    border-style: none;
    border-color: transparent;
    font-size: 10pt;
    color: #ffffff;
    font-family: Arial;
    font-weight: bold;
    height: 30px;
}

.guestbook_submit {
    border: 0;
    border-style: none;
    border-color: transparent;
    font-size: 10pt;
    color: #000000;
    font-family: Arial;
    font-weight: bold;
    height: 30px;
}

.guestbook_msg_separator {
    height: 30px;
}

.captcha {
    border: 0;
    border-style: none;
    border-color: transparent;
    vertical-align: bottom;
    height: 35px;
}

.guestbook_input {
    border: 1px;
    border-style: solid;
    border-color: #247e24;
    background-color: #5fb45f;
    font-size: 8pt;
    color: #000000;
    font-family: sans-serif;
    font-weight: bold;
}
.guestbook_textarea {
    border: 0px;
    border-style: solid;
    border-color: #6b6f6e;
    background-color: #5fb45f;
    font-size: 8pt;
    color: #000000;
    font-family: sans-serif;
    font-weight: bold;
    overflow: auto;
}

.guestbookbutton {
	color: #ffffff;
}

.smiley{
    background-color : transparent;
}

/* green link */
a.link {
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}
a:hover.link {
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
}

a.link_selected {
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
        font-weight: bold;
}
a:hover.link_selected {
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.ghr{
	border: 0;
	width: 80%;
	color: #2c942c;
	background-color: #2c942c;
	height: 1px;
}

