.fixed_center{
	position:fixed;
}



#loader{
	z-index:99999;
	width:195px;
	height:65px;
	background-color:#f5f4f4;
	border:#cdd2d5 solid 1px;
	display:none;
}

#loader_wrap{
	position:relative;
	top:5px;
	left:5px;
	width:183px;
	height:53px;
	background-color:#ffffff;
	border:#cdd2d5 solid 1px;
}

#loader_content{
	height:53px;
	line-height:53px;
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(/img/preloader.gif);
	background-position:35px center;
	background-repeat:no-repeat;
	padding-left:70px;
}

#shareForm {
    width:500px;
    height:500px;
	margin:0 auto;
	z-index:99999;
}

#shareBoxTop {
	position:relative;
	margin-top:-75px;
	background-image:url(/img/share_top_curved_corners.png);
	width:600px;
	height:32px;
	margin-left:auto;
	margin-right:auto;
}

#shareBox {
	position:relative;
	width:565px;
	background-color:#FFFFFF;
	padding-left:35px;
}

#shareBoxBottom {
	position:relative;
	background-image:url(/img/share_box_bottom.png);
	width:600px;
	height:208px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-100px;
}

#shareHeaderImage {
      position:relative;
    	margin-top:-15px;
    	background-image:url(/img/share_header.jpg); 
    	background-repeat:no-repeat;
    	width:235px; 
    	height:45px;
}

.error_text {
	display:none;
	color: #fc8800;
}
