


div.bhm-container
{
	position: relative;
	width: 450px;
	text-align: center;
	top: 0;
	left: 0;
	margin: 0 auto;
}

div.bhm-container hr
{
	display: none;
}

div.clearFloat 
{
	clear: left;
}
div.bhm-selectblock {	text-align: left; }

div.bhm-errorBlock
{
	color: #FFFFFF;
	background-color: #8C0000; 
}


div.bhm-posters
{
	padding: 16px; 
}

div.bhm-poster-frame
{
	display: block;
	width: 290px;
	height: 420px;
	margin: 10px auto;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;	
	overflow: hidden;
	background-color: #333333;
}

div.bhm-poster-selected
{
	position: relative;
	display: block;
	width: 270px;
	height: 400px;
	margin: 10px auto;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;	
	overflow: hidden;
	background-color: #000000;
}
img#bhm-poster-selected-img
{
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

div.bhm-posters div.bhm-posters-images div
{
	float: left;
	overflow: hidden;
	height: auto;
	margin: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;	
}
div.bhm-posters div.bhm-posters-images div.selected
{
	border-style: solid;
	border-width: 2px;
	border-color: #FFFFFF;	
	margin: 9px;
}

div.bhm-posters div.bhm-posters-images div img
{
	margin: 0px;
	border-style: none;
	cursor: pointer;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
	


div.bhm-posters-footer
{
	clear: left;
}
div.bhm-container form 
{
	position: relative;
	width: 390px;
	margin: 0 auto;
}

div.bhm-container form input
{
	display: block;
	width: 195px;
	float: left; 
	margin: 5px 0; 
	
}
div.bhm-container span#bhm-wordcount
{
	display: block;
	font-weight: bold;	
}

div.bhm-container form span
{
	float: left;
}

div.bhm-container form label
{	
	clear: left;
	float: left;
	width: 75px;
	text-align: right;
	margin: 0 20px 0 0; 
	line-height: 30px;
}
div.bhm-container form input.bhm-button
{	
	clear: left;
	float: none;
	width: 125px;
	margin: 30px auto 30px auto;
}

div.bhm-sn-embed
{
	text-align: center;
	width: 100%;
	height: 100px;
}
div#bhm-snPost
{
	padding: 0 33px;
}

div.bhm-sn-button
{
	display: block;
	float: left;
	margin: 0;
	padding: 20px 33px; 
	height: 70px;
	width: 60px;
	text-align: center;
	color: #666666;
	cursor: pointer;
}
div.bhm-sn-button:hover
{
	color: #D3D3D3;
}

div.bhm-sn-button a
{
	position: relative;
	width: 45px;
	height: 42px;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	background-image: url('../images/sn_buts.png'); 
}	
div#bhm_twitter a
{
	background-position: -45px 0;
}
div#bhm_fb a
{
	background-position: 0px 0;
}
div#bhm_ms a
{
	background-position: -90px 0;
}
div#bhm_twitter a.hover
{
	background-position: -45px -42px;
}
div#bhm_fb a.hover
{
	background-position: 0px -42px;
}
div#bhm_ms a.hover
{
	background-position: -90px -42px;
}

	
div.bhm-confirmation-block
{
	border-style: solid;
	border-width: 1px;
	border-color: #666666;	
	padding: 50px; 
}	

#bhmcomment-input {
	margin-top:10px;
}