/*<div style="background-image: url(../images/test-background.gif); height: 200px; width: 400px; border: 1px solid black;"> </div>
*/

xA:visited  {color: #FFBF00; text-decoration: none}
xA:link  {color: #FFFF00; text-decoration: none}
xA:active  {color: #C0FFC0; text-decoration: none}
A:hover   {color: #C0FFC0; text-decoration: none}


#opac_label  { 
	position:relative;
	padding-left:10px;
	padding-top:3px;
	background: url(../images/opac_black10.png) repeat;
	z-index:0;
	width:160px;
	height:18px;
	xborder: 1px solid #000000;
}
#opac_checkboxlabel {
	top:2px;
	position:relative;
	padding-left:5px;
	xpadding-top:3px;
	xbackground: url(../images/opac_black10.png) repeat;
	z-index:0;
	width:410px;
	xheight:18px;
	xborder: 1px solid #bfbfbf;
}

#btn-grey-left{
	position:relative;
	width:11px;
	height:30px;
	background: url(../images/left_btn.png) no-repeat;
	xborder: 1px solid #bfbfbf;
	float: left;
}
#btn-grey-mid{
	position:relative;
	width:70px;
	height:30px;
	padding-left:5px;
	padding-top:5px;
	xmargin-left: 10px;
	xmargin-top: 10px;
	background: url(../images/middle_btn.png) repeat-x;
	xborder: 1px solid #bfbfbf;
	float: left;
}
#btn-grey-right{
	position:relative;
	width:11px;
	height:30px;
	background: url(../images/right_btn.png) no-repeat;
	xborder: 1px solid #bfbfbf;
	float: left;
}

.ErrorMessaging
{
   font: #ffffff;
   font-weight: bold;
}
	 
.indent_text {
	padding-left:8px;
	text-indent: -8px;
}
	 
.transparent_class {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.for_questions {
	width:700px;
	xbackground-color: #e13426;
	
}

 .show-50 { 
 	-moz-opacity:.50; 
 	filter:alpha(opacity=50); 
 	opacity:.50; 
 }  
   
.opac
  {
  width: 400px;
  height: 180px;
  margin: 30px 50px;
  background-color: #ffffff;
  border: 1px solid black;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
  }
  
#box {
width: 18em;
padding-top: 20px;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px;
margin-top: 0pt;
margin-right: auto;
margin-bottom: 0pt;
margin-left: auto;
background-color: #e6e6e6;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
color: #000000;
}
