/**************************************************************************************/
/*
/*		Designed by 'AS Designing'
/*		Web: http://www.asdesigning.com
/*		Web: http://www.astemplates.com
/*		License: GNU/GPL
/*
/**************************************************************************************/


.flexicontact {  
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);  
    color: #FFFFFF;  
    padding: 10px;  
    text-shadow: none;  
}

#header { position: relative;} #toptop { height:20px; margin:0; padding:0; position: absolute; right:20px; top:5px; width:200px; z-index:99; }
#toptop  { font-size: 10px; color: #FFFFFF; }

#header { position: right;} #tophoyre { height:20px; margin:0; padding:0; position: right; right:20px; top:5px; width:200px; z-index:99; }
#tophoyre  { font-size: 10px; color: #FFFFFF; }

// captcha addition
		if(VmConfig::get ('ask_captcha')){
						
			JPluginHelper::importPlugin('captcha');
			$dispatcher = JDispatcher::getInstance(); 
			$dispatcher->trigger('onInit','dynamic_recaptcha_1');
			$recaptcha = $dispatcher->trigger('onDisplay', array(null, 'dynamic_recaptcha_1', 'class=""'));
			?><?php echo (isset($recaptcha[0])) ? $recaptcha[0] : '';?>

						<?php 
						}
// end of captcha addition