#content
{
    padding-top: 20px;
    font-size: 13px;
}

div.msg, div.msge
{
    font-weight: bold;
}

div.msg
{
    color:#826F4E;
}

div.msge
{
    color:red;
}

form, input, textarea
{
    font-size: 12px;
}

.pages
{
    text-align: center;
}

.pages .curr
{
    font-weight: bold;
    font-size: larger;
}

.pages .other
{

}

.invisible
{
    visibility: hidden;
}

.ll
{
    width: 100%;
}

.ll .l
{
    text-align: left;
}

.ll .r
{
    text-align: right;
}

.underline
{
    border-bottom: 1px solid #826F4E;
}

.bold, .bold td
{
    font-weight: bold;
    font-size:12px;;
}

.posts .post
{
    margin-bottom: 15px;
}

.admin
{
    color: red;
}

input.long
{
    width: 300px;
    background:transparent;
}

input.num
{
    width: 30px;
    text-align: right;
}



div.poll table td
{
    font-size: 12px;
}

h5
{
    margin-bottom: 4px;
}

.button
{
    background: #BDA577;
    border-color: #800000;
    color: #800000;
    font-weight: bold;
    margin-top: 4px;
}

form a.act
{
    font-weight: bold;
    text-decoration: underline;
    color: #00f;
}


#ec
{
    position: absolute;
    z-index: 5;
    background: #BDA577;
    border: 1px solid #000;
    width: 250px;
    /*right: 0px;*/
    left:800px;
    padding:10px;
}


#forumFresh
{
    padding-left:12px;
}

#forumFresh h3 a
{
    text-decoration:underline;
}

#forumFresh h3 a:hover
{
    text-decoration:none;
}

#birthday td, #birthday th
{
    font-size: 12px;
}

#shadow-container {
	float:left;
    position: relative;
	left: 8px;
	top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
}

#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
	position: relative;
	left: -1px;
	top: -1px;
}

	#shadow-container .shadow1 {
		background: #F1F0F1;
	}

	#shadow-container .shadow2 {
		background: #DBDADB;
	}

	#shadow-container .shadow3 {
		background: #B8B6B8;
	}

	#shadow-container .container {
		background: #ffffff;
		border: 1px solid #848284;
		padding: 2px;
	}