	/* 
	colori, bordi, filter e background per landing pages template
	ver.: 1.0 ( colori: )
	author: Marinella Dal Sasso
	*/
	

	body 					{ background: #c3e4f7; }
	
	/* layout elements ********************************************************/
	#container				{ background: #fafafa; border: 1px solid #fff; border-bottom: 0; }	
	
	/* tmp style for empty landingPages */
	#header img				{ width: 400px; height: 120px; }	
	#panel img				{ width: 400px; height: 376px; }	
	
	/* footer *****************************************************************/
	#footer					{ background: #f7f7f7 url(http://static.cafemobile.net/files/application/images/landingpages/bg-footer.jpg) repeat-x 0 0; border-bottom: 8px solid #6d7682; }
	#logo a,					
	#logo a:hover			{ display: block; width: 109px; height: 60px; background: transparent url(http://static.cafemobile.net/files/application/images/landingpages/logo.png) no-repeat 0 0; border: 0; }
	#logo a:hover			{ background-position: 0 -82px; }
	
	/* div popup ****************/
	.popup					{ background: #fff; border: 6px solid #f60; }

	/* form elements *********************************************************/
	form,					
	#panel div.notify_form	{ background: #b2def7 url(http://static.cafemobile.net/files/application/images/landingpages/stripe.png) repeat 0 0; border: 1px solid #b8e5ff; /* tmp */ min-height: 352px; }
	
	#panelForm .white	{ color: #fff; }
	
	#panelForm p	{ 
		font-weight: 700;
		background: #fff;
		filter: alpha(opacity=90); /* internet explorer */
		-khtml-opacity: 0.9;      /* khtml, old safari */
		-moz-opacity: 0.9;       /* mozilla, netscape */
		opacity: 0.9;           /* fx, safari, opera */
	}

	form input,
	form textarea,
	form select						{ border: 0; background: #fff; }
	
	form input:focus,
	form textarea:focus,
	form select:focus				{ background: #70c2f2; color: #fff; }
	
	form input,
	form textarea,
	form select,
	form label						{ font-size: 1.2em; font-weight: 700; }
	
	input[type="button"],
	.button,				
	.button:hover,
	.button:focus					{ color: #fff; background: url(http://static.cafemobile.net/files/application/images/landingpages/bg-button.png) no-repeat 0 0; }
	.button:hover,
	.button:focus					{ background-position: 0 -64px; }
