input {
	filter:alpha(opacity=70);
	opacity:0.7;
	padding: 4px;
	background: #eee;
	color: #000;
	border: 1px solid #666;
    border-radius: 4px;

}
input:hover, input:active {
	filter:alpha(opacity=100);
	opacity:1.0;

 }

select{
	filter:alpha(opacity=70);
	opacity:0.7;
    border-radius: 6px;
}
select:hover, select:active {
	filter:alpha(opacity=100);
	opacity:1.0;
}

button {
	filter:alpha(opacity=70);
	opacity:0.7;
	border-radius:4px;
	padding: 4px;
	color: #000;
	border: 1px solid #666;
	background: #ffd;
}
button:hover, input:active {
	filter:alpha(opacity=100);
	opacity:1.0;

 }

h3 {
	border: 1px solid #666;
	border-radius:4px;
	background: #eee;
	padding: 8px;
	font-size: 100%;
	font-weight: normal;
}

hr {
	border: dotted 1px #aaa;
	height: 0px;
	margin-top: 4px;
	margin-bottom: 8px;
}

button {
	background-color: #eee;
}
.postbody {
	padding: 8px;
	font-size: 90%;
}

.input-200{
	width:200px
}

.input-400{
	width:400px;
	height:120px;
}

.submit {
	font-size:120%;
	font-weight: bold;
}

.votes{
	float:right;
	margin-right:20px;
	margin-left:20px;
	text-align:center;
	font-size:80%;
	padding: 4px;
	border: 1px solid #ccc;
	border-radius:4px;
}

.active_vote{
	background-color:#ffd;
}

.active_search{
	background-color:#ffd;
}

.inactive_search{
	background-color:#fff;
}

.active_play{
	background-color:#dfd;
}

.active_order{
	font-weight:bold;
}

.boxy {
	border: 1px solid #999;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-top: 4px;
}

.row1 {
	background-color:#fff;
}
.row2 {
	background-color:#f6f6f6;
}

#content {
	background-color:#f0f0f0;
}
#user-stats{
	display: inline;
}
.block-500 {
	display: block;
	max-width:800px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	line-height:1.2em;
}

.error {
	margin: 10px;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #a00;
	border-radius:4px;
	background-color: #fbb;
	color: #a00;
}
/* style-my-tootltips plugin, tooltip styling */
#s-m-t-tooltip{
	/* basic */
	max-width:300px;
	z-index:10;
	margin:24px 14px 7px 12px;
	/* style and design */
	padding:8px;
	background:#222; /* fallback if rgba not supported */
	background:rgba(0,0,0,0.8);
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow:2px 2px 0 rgba(0,0,0,0.15),-1px -1px 0 rgba(255,255,255,0.3);
	-webkit-box-shadow:2px 2px 0 rgba(0,0,0,0.15),-1px -1px 0 rgba(255,255,255,0.3);
	box-shadow:2px 2px 0 rgba(0,0,0,0.15),-1px -1px 0 rgba(255,255,255,0.3);
	/* font */
	font-family:Verdana,Geneva,sans-serif;
	font-size:16px;
	line-height:20px;
	color:#fff;
}