@charset "utf-8";
/* CSS Document */

.jsclass body .randomordercontent{
display: none;
}

a:link, a:visited { color: #ffffff; text-decoration: none; }
a:hover { text-decoration: underline; }

.randomordercontent {
	
	background-color: #900;
	color: white;
	height: 25px;
	width: 300px;
	margin-top:3px;
	margin-bottom:3px;
	padding: 6px;
	-moz-border-radius: 10px;
    border-radius: 10px;
	-webkit-gradient: linear, left top, left bottom, from(#990000), to(#4A0000);
	background: -moz-linear-gradient(top,  #990000,  #4A0000);
}