body {
    font-family:                Trebuchet MS, Arial, sans-serif;
    background:                 #187B18;
    color:                      #F5F5DC;
}

h1 {
    text-align:                 center;
}

a {
    color:                      #C8C8C8;/*#EEC591;*/
}


a img { border: 0; }

a:hover {
    color:                      #F0F0F0;
}

form label {
    display:                    block;
    width:                      5em;
    float:                      left;
}

form br {
    clear:                      left;
}

table{
	margin:			auto;
	text-align:		center;
}


/* Yshout - Shoutbox */
#yshout {
/*	border-top: 3px solid #6BA642;*/
	font-family: Lucida Grande, Veranda, sans-serif;
	font-size: 11px;
	color: #BDBDBD;
	background: #538033;
	padding: 10px;
	width: 400px;
	margin: 20px auto;
}

.shout-invalid {
	background: #141414;
}

#yshout fieldset {
	border: none;
}

#yshout em {
	font-style: normal;
	font-weight: bold;
	color: #E6E6E6;
}

#yshout .shout-timestamp {
	font-weight: normal;
	color: #BDBDBD;
}

#yshout p {
	line-height: 1.6;
	margin-top: 0;
	margin-bottom: 5px;
}

#yshout #shout-form {
	margin-top: 15px;
	padding: 5px;
	background: #6BA642;
}

#yshout {
	/* overflow: scroll; */
	overflow: hidden;

}

#yshout .owner {
	background: #000000;
	border-bottom: 1px solid #2E2E2E;
}

#shout-name, #shout-text, #shout-button {
	margin: 0;
	padding: 0;
}

#yshout #shout-name {
	color: #666666;
	width: 90px;
	margin-right: 10px;
}

#yshout #shout-text {
	color: #666666;
	width: 190px;
	margin-right: 10px;
 }

#yshout #shout-button {
	width: 50px;
}

#shouts a {
	color: #E3E3E3;
	text-decoration: none;
	border-bottom: 1px dotted #BDBDBD;
}

#shouts a:hover {
	color: #000;
	border-bottom-color: #000;
}