.loading-bar {
	display: block;
	text-align: center;
	box-shadow: inset 0px -45px 30px -40px rgba(0, 0, 0, 0.05);
	/*border-radius: 5px;*/
	margin: 10px 0 0 0;
	font-size: 12px;
	font-family: sans-serif;
	border: 1px solid #ddd;
	margin-right: 1px;
	font-weight: bold;
height:24px;
line-height:24px;
width:100%;
	cursor: pointer;
}

.loading-bar:hover {
	box-shadow: inset 0px 45px 30px -40px rgba(0, 0, 0, 0.05);
}

#content {
background:#F1F1F1;
	width: 100%;
min-height:50px;
 max-height:250px;
	margin: 0px auto;
overflow:scroll;
overflow-x: hidden;
padding-top:10px;
font-size:12px;
}

#content::-webkit-scrollbar {
    width: 5px;
}

#content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}

#content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}


#innershoutb {
padding:0 10px 0 10px;
}

#content h1 {
	font-family: sans-serif;
	color: #444;
	font-size: 4.2em;
}

#content h1 a {
	color: #444;
	text-decoration: none;
}

#content h1 a:hover {
	color: #666;
}

#content p {
	font-size: 2em;
	line-height: 1.7em;
	font-family: sans-serif;
	text-align: justify;	
}

#content hr {
	border-bottom: 1px solid #DBDFDF;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}

.shoutseperator{
border-bottom:1px dashed #DBDFDF; margin-bottom:10px; margin-top:5px;
}

#shoutform { margin:0 0 0 0; text-align:center; }
#shoutform textarea {padding:10px; padding-top:20px; width:100%; resize:none; outline: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-align:left; background: -webkit-gradient(linear, left top, left 25, from(#F2F2F2), color-stop(4%, #F2F2F2), to(#FFFFFF)); background: -moz-linear-gradient(top, #FFFFFF, #F2F2F2 1px, #FFFFFF 25px); border: 1px solid #F2F2F2;}

#shoutform textarea:hover, textarea:focus { 
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px; 
    }

.buttonblue { color:#0090E0; font:12px Arial,Helvetica,sans-serif; font-size:12px; width:100px; height:30px;  outline:none; margin:10px; }

#shoutwrapper { border: 1px solid #DBDFDF; color:#2E2D2D; }

#shoutwrapper a { color:#469FE4; }

.timebox { font-size:10px; }

#loginfirst { margin:10px 0 10px 0; text-align:center; color:#F73434; font-size:10px; }