/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2008 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 132 2008-05-23 16:05:17Z emartin24 $
 *
 */
 
/* Overlay */
#modalOverlay {background-color:#FFF; cursor:wait;}

/* Container */
#modalContainer {height:370px; width:450px; left:50%; top:22%; margin-left:-225px; background-color:#fff; border:3px solid #ccc;}
#modalContainer a.modalCloseImg {background:url(../img/buttons/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}

#modalContainer #shopDetailModal, #scooCommentModal, #scooSubmitTip, #scooSharePointer, #scooBenvenutoModal { padding:10px; }

#modalContainer #shopDetailModal h1 { font-weight: normal; font-size: 250%; line-height: 1.2; color:red; }
#modalContainer #shopDetailModal textarea { 
		font-weight: normal; font-size: 150%; line-height: 1.1; color:black;
		font-family: "Trebuchet MS", Helvetica, "Helvetica Neue", Arial, sans-serif;
		border: 0px; 
		margin-top: 12px;
 }

/* scooCommentModal */
#modalContainer #scooCommentModal h1 { font-weight: normal; font-size: 250%; line-height: 1.2; color:red; margin-bottom:20px; }
#modalContainer #scooCommentModal input { 
		font-weight: normal; font-size: 120%; line-height: 1.1; color:black;
		font-family: "Trebuchet MS", Helvetica, "Helvetica Neue", Arial, sans-serif;
		margin-bottom: 10px;
 }
#modalContainer #scooCommentModal textarea { 
		font-weight: normal; font-size: 120%; line-height: 1.1; color:black;
		font-family: "Trebuchet MS", Helvetica, "Helvetica Neue", Arial, sans-serif;
		margin-bottom: 10px;
 }
 
 /* scooSubmitTip */
#modalContainer #scooSubmitTip h1 { font-weight: normal; font-size: 250%; line-height: 1.2; color:red; margin-bottom:20px; }
#modalContainer #scooSubmitTip input { 
		font-weight: normal; font-size: 120%; line-height: 1.1; color:black;
		font-family: "Trebuchet MS", Helvetica, "Helvetica Neue", Arial, sans-serif;
		margin-bottom: 10px;
 }
#modalContainer #scooSubmitTip textarea { 
		font-weight: normal; font-size: 120%; line-height: 1.1; color:black;
		font-family: "Trebuchet MS", Helvetica, "Helvetica Neue", Arial, sans-serif;
		margin-bottom: 10px;
 }
 
 /* scooSharePointer */
#modalContainer #scooSharePointer h1 { font-weight: normal; font-size: 250%; line-height: 1.2; color:red; margin-bottom:20px; }
#modalContainer #scooSharePointer input { 
		font-weight: normal; font-size: 120%; line-height: 1.1; color:black;
		font-family: "Trebuchet MS", Helvetica, "Helvetica Neue", Arial, sans-serif;
		margin-bottom: 10px;
 }
#modalContainer #scooSharePointer textarea { 
		font-weight: normal; font-size: 120%; line-height: 1.1; color:black;
		font-family: "Trebuchet MS", Helvetica, "Helvetica Neue", Arial, sans-serif;
		margin-bottom: 10px;
 }
 
 /* #scooBenvenutoModal */
#modalContainer #scooBenvenutoModal h1 { font-weight: normal; font-size: 250%; line-height: 1.2; color:red; margin-bottom:20px; }
#modalContainer #scooBenvenutoModal p { 
		font-weight: normal; font-size: 150%; line-height: 1.2; color:black;
		font-family: "Trebuchet MS", Helvetica, "Helvetica Neue", Arial, sans-serif;
		margin-bottom:25px;
 }
