/*rmi button small*/
a#rmibutton {
	background: url('rmibutton.png') no-repeat 0 0;
	width: 200px;
	height: 40px;
	display: block;
	text-indent: -9999px;
}
a#rmibutton:hover { background-position: 0 -40px; }
a#rmibutton:active { background-position: 0 -80px; }

a.arrowLink:link, a.arrowLink:visited, a.arrowLink:active 
{
	background: url("images/icon_arrow.gif") no-repeat 3px 7px;
	margin:2px 10px 2px 0;
	padding:2px 2px 2px 18px;
}
select,textarea,.NormalTextBox {font-size:14px;margin-bottom:5px;border:solid 1px #ccc;padding:4px;}

#toptools {
	position:relative;
	z-index:0;
	margin-top:0px;
	margin-bottom: 0px;
	margin-left: auto ;
	margin-right: auto ;
	width: 1068px;
	padding-right: 0px;
	padding-top: 5px;
	text-align: right ; 
}

#toptools div.logo {
	float:left;
	margin-top:5px;
	margin-left:0px;
}

#toptools div.sociallinks a, div.sociallinks a:visited {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}
#toptools div.sociallinks a:hover {
	font-size: 14px;
	color: #ccc;
	text-decoration: underline;
}



