@charset "utf-8";
/* CSS Document */
/* -------------------------------------------------------------- 
   
   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   
   Usage:
   * For text fields, use class .title or .text
   
-------------------------------------------------------------- */

label { font-style:italic; width: 130px; float: left;}


/* Fieldsets */
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 0px solid #ccc; }
fieldset div {margin-bottom: 0.6em;}
legend      { font-weight: bold; font-size:1.2em; }

/* Text fields */
input                     { background:#fff; border: 2px solid #e4eefe }
input.text, input.title   {  background:#fff; border: 2px solid #e4eefe; padding:5px; }
input.title               { font-size:1.5em; }

/* Textareas */
textarea            { height: 200px; }
textarea            { padding:5px; }

/* Select fields */
select              {  background:#fff; border: 2px solid #e4eefe }


input.text, textarea, select { 
    padding: 3px; 
	background:#fff; 
	border: 2px solid #e4eefe;
	color: #5879aa;
	font-size: 0.9em;
	width: 280px;

}

/* messaggi controllo inseriemnto form */
span .message { padding-bottom: 5px; }
span .required { color:#FF0000}
span .validation { color:#FF9900}



/* Success, error & notice boxes for messages and errors. */
.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
.error      { background: #FBE3E4; color: #D12F19; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #817134; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #529214; border-color: #C6D880; }
.error a    { color: #D12F19; }
.notice a   { color: #817134; }
.success a  { color: #529214; }




/* classi */
.field{}
.middleColumn { }
div.tab .field .middleColumn { clear: none !important; margin: 0 !important; width: auto; }

.text{}
.textarea{}

.email{}

.calendar{ margin-left: 75px; }
.calendardate{}
.calendarpopup{}

.dropdown{}

.optionset input { background:none; border: none }
.optionset ul {list-style: none; }
.optionset li { display:inline; float: none;}
.optionset li label{ float: none;margin-right: 10px;  }

div.Actions { width: auto; text-align:center;}
input.action{ 
	font-size: 13px;
	color:#8DA3B6;
	background:#fff; 
	border: 2px solid #e4eefe;	
	text-align: center;
	height: 42px;
	width: 145px;
	font-weight: bold;
	cursor: pointer }
input.action:hover{ border:2px solid #fff;}

#NameVuoto { display: none; }
/*****************************************************
Guestbook
*****************************************************/	
/*#PageComments_holder input, #PageComments_holder textarea{ background:#fff; border: 2px solid #e4eefe }
#PageComments_holder input.action:hover{ border:2px solid #fff;}

#PageCommentInterface_Form_PageCommentsPostCommentForm { }*/

