@charset "UTF-8";
/* 
Author: Andrea Canton
 Web Site: http://www.andreacanton.com

 
 CONTACTS CSS
 
 GRIGIO (TESTO) : #282828
 GRIGIO CHIARO: #999999
 
 AZZURRO : #8AA3F3
 BLU : #2346B4
 
 FONT HEADER: 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif
 FONT SANS SERIF 1: 'Helvetica Neue', Arial, Helvetica, sans-serif
 FONT SANS SERIF 2: Verdana, Arial, Helvetica, sans-serif
 FONT SERIF: Trebuchet, Tahoma, Arial, sans-serif
 FONT SERIF2: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif 
 */

#addresses 			{width: 500px; margin: 2em auto; min-height: 138px; }
#addresses h1		{margin: 1em 0;}
#addresses p		{font-size: 1em;}
#addresses p img	{float: none; position: relative; top: 3px; left: 2px;}
#addresses img		{float: right;}

#form-link			{border: 2px solid #8ACE54; background-color: #D7FACD; margin: 1em 0 0;}
#form-link:hover	{border: 2px solid #98C0A2; background-color: #8ACE54; color: white;}

#form				{width: 340px; border: 10px solid #999999; padding: 1em; margin: auto;}
#form h3			{margin: 0 0 0.5em;}
#form label			{display: block; margin: 1em 0 0 0;}
#form input.text	{font-size: 1.5em; font-weight: bold; color: #555555; width: 328px;}
#form textarea		{ width: 330px; font-size: 1em;}
#form input.text, #form textarea	{border: 2px solid #999999;}
#form input.text:focus, #form textarea:focus	{border: 2px solid  #8AA3F3}
#submit				{display:compact; width: 330px; font-size: 1.2em; margin: 5px 3px;
					 border: 2px solid #2346B4; background-color: #8AA3F3; color: black;}
#submit:hover		{border: 2px solid #8AA3F3; background-color: #2346B4; color: white;}

#form em			{font-size: 62.5%;}

#alert				{ font-size:1.3em; display: none; border: 2px solid #8ACE54; width: 300px; 
					  text-align: center; margin: 1em 0; padding: 10px;}
