.bsn_container {
	width: 100%;
	float: left;
	display: none;
}
.bsn_form {
	display:none;
} /* hidden initially */
.bsn_link a{
	color: #009933;
	font: bold 12px/18px Arial, Helvetica, sans-serif; 
	text-decoration: none;
	text-align: left;	
	display: block;
	width: 230px;
	/*background: url(crv_review.gif) no-repeat left;*/
}
/*.bsn_link a span {
	display: none;
}*/
.bsn_link a:hover {
	color:#009193;
	text-decoration:none;
}
.bsn_label{
	font:normal 12px/18px Arial, Helvetica, sans-serif;
	margin:15px 0 5px 0;
	text-align:left;
	display:block;
}
.bsn_input_submit{
	background:transparent url(bsn_submit.gif) no-repeat scroll left top;
	border:0 none;
	cursor:pointer;
	overflow:hidden;
	padding:0;
	margin:0;
	width:60px;
	height:32px;
	margin-bottom:15px;
	letter-spacing:70px;	/* for FF and IE */
	text-indent:70px;		/* for Chrome */ 
	text-align:left;		/* for Opera or it won't take the text indent */
	float:left;				/* for IE due to the text-indent */
}
