/*
 * SimpleModal Contact Form
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2007 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: contact.css 99 2008-02-04 16:31:09Z emartin24 $
 *
 */
 
/* Overlay */
#modalDialog{
	display:none;
}
#modalOverlay {background-color:#000; cursor:wait;}

/* Container */
#modalContainer {width:459px; left:50%; top:15%; margin-left:-250px; text-align:left;}
#modalContainer #modalDialog {
	width:459px;
	height:auto!important;
	height:170px;		 	
	min-height:170px;
	background: url('../../img/layout/dialog/borT.png') no-repeat;
	text-align:center;
	padding:4px 0 0;
	color:#f0ddce;
	font-size:1em;	
	float:left;
}
#modalContainer h2 {
	float:left;
	margin:50px auto 10px;
	width:459px;
	height:24px;
	background: url('../../img/layout/dialog/h2dialog.gif') no-repeat center center;
}
#modalContainer div.top { 
	float:left;
	position:relative;
	background: url('../../img/layout/dialog/linea.png') repeat-y;
}
#modalContainer div.bot {
	clear:both;
	float:left;
	height:5px;
	left:0;
	bottom:0px;
	width:459px;
	background: url('../../img/layout/dialog/borB.png') no-repeat;
}
#modalContainer a.modalCloseImg {
	float:right;
	text-decoration:none; 
	font:bold 1.5em; 
	width:400px;
	text-align:right; 
	color:#fff;
	display:inline; 
	position:relative;
	top:50px;
	z-index:6000;
	padding:10px 20px;
	cursor:pointer;	
}
#modalDialog .box1,#modalDialog .box2{
	width:49%;
	padding:25px 0;
	margin:0;
	float:left;
	text-align:center;
}
#modalDialog .box1{
	border-right:1px dashed #fff;
}
#modalDialog a{	
	margin:auto;
	text-decoration:none;
	width:117px;
	height:33px;
	display:block;
}
#modalDialog a.but1{	
	background: url('../../img/layout/dialog/retail.gif') no-repeat;	
}
#modalDialog a.but2{
	background: url('../../img/layout/dialog/distribuzione.gif') no-repeat;	
}