/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_modern
 * @copyright   Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

@import url("/js/camera/css/camera.css");
 
		a {
			color: #09f;
		}
		a:hover {
			text-decoration: none;
		}
		#back_to_camera {
			clear: both;
			display: block;
			height: 80px;
			line-height: 40px;
			padding: 20px;
		}
		.fluid_container {
			margin: 0 auto;
			max-width: 960px;
		}
		
		label {
        display:block;}
		
		.normale {display:inline;}
		
		.numeri div {float:left;text-align:center;}
		.numeri {width: 100%;float:left;}
		
		.sceglinumero, .comepartecipare {width:48%;}
		.sceglinumero {padding-left:10px;float:right;}
		.comepartecipare {padding-right:10px;float:left;}
		
		.breadcrumbs {display:none;}
		
		.camera_caption div {
			margin-bottom: 20px;
			text-transform: uppercase;
			width: 310px;}
	
		.camera_wrap {margin-bottom:30px;}
		
		.sprite {
			background:url(/media/concorso/numeri.png); 
			margin: 0 10px;
			vertical-align: middle;}
		.comepartecipare .titolo {
			font-size: 1.5em;
			line-height: 1.25;
			text-transform: uppercase;}	
		.comepartecipare li {margin-bottom:15px;}	
		.comepartecipare em {margin-left:60px;display:block;}	
		
		.sn_uno {height:42px;width:42px;background-position:-0px -2px;}
		.sn_due {height:42px;width:42px;background-position:-42px -2px;}
		.sn_tre {height:42px;width:42px;background-position:-84px -1px;}
		
