@charset "UTF-8";

#forumrules {
	background-color:rgb(255, 255, 255);
	height:75px;
	overflow:auto;
	padding:10px;
	border:solid 1px #6b91ab;
}

#dst_label {
	padding-top:4em;
}

/* ***** red and green boxes for username verification used during registration ***** */
div.greenbox {
	border: 1px solid #337733;
	background: #bbffbb;
	color: #337733;
	padding: 3px;
}

div.redbox {
	border:1px solid #773333;
	background: #ffbbbb;
	color: #773333;
	padding: 3px;
}

input.greenbox {
	background:url(images/misc/tick.png) left center no-repeat;
}

input.redbox {
	background:url(images/misc/cross.png) left center no-repeat;
} 


.postbitlegacy .postfoot .textcontrols a.ipx, .postbit .postfoot .textcontrols a.ipx {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(images/buttons/ip-40x.png) no-repeat scroll left center;
	padding-left:20px;
}
 