body
{
	font-family:Arial;
}

.rounded-textbox {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background-color:#ffffff;
border: 1px solid #555555;

padding-left:2px;
padding-right:2px;
width:15em;
}
a
{ 
	 font-family: Arial, Sans-Serif;
  text-decoration: None;
  font-size:12px;
  color:#555555;
}
a:hover, a.hover
{
  
  text-decoration:none;
  color: orange;
 
  }
hr{border: none 0; 
border-top: 1px dashed #bfbfbf;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

.highlightit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.highlightit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity: 0.5;
opacity: 0.5;
}
