@charset "utf-8";
/* CSS Document */

a {
	outline:none;
}

.intro_text {
	position: relative;
	font-family: "Lucida Grande", Geneva, Arial, sans-serif;
	font-size: 1.1em;
	color: #444;
	padding-top: 20px;
	width: auto;
}

.intro_title {
	position: relative;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #888;
	width: 910px;
	font-style: italic;
	text-align: center;
	display: block;
}

.iosociale_link {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #f00;
	text-decoration: underline blink;
	font-style: italic;
	font-weight: bold;
}

.iosociale_link a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #f00;
	text-decoration: underline;
	font-style: italic;
	font-weight: bold;
}

.main_text_padding {
	position: relative;
	font-family: "Lucida Grande", Geneva, Arial, sans-serif;
	font-size: 0.9em;
	color: #444;
	padding-top: 20px;
	width: auto;
}

.main_text {
	position: relative;
	font-family: "Lucida Grande", Geneva, Arial, sans-serif;
	font-size: 0.9em;
	color: #444;
	width: auto;
}

.content_text {
	position: relative;
	font-family: "Lucida Grande", Geneva, Arial, sans-serif;
	font-size: 0.8em;
	color: #000;
	padding-top: 20px;
	width: auto;
}


.content_formtext {
	position: relative;
	font-family: "Lucida Grande", Geneva, Arial, sans-serif;
	font-size: 0.8em;
	color: #000;
	padding-right: 20px;
	padding-left: 20px;
	width: auto;
}


.paragraph_title {
	position: relative;
	font-family: "Lucida Grande", Geneva, Arial, sans-serif;
	font-size: 0.6em;
	color: #000;
	height: 20px;
	text-indent: 20px;
	line-height: 20px;
	font-weight: bold;
	font-size: 1em;
}


.paragraph_title_double {
	position: relative;
	font-family: "Lucida Grande", Geneva, Arial, sans-serif;
	font-size: 0.6em;
	color: #000;
	height: 40px;
	font-weight: bold;
	font-size: 1em;
	line-height: 20px;
	padding-left: 20px;
}



.paragraph_text {
	font-family: "Lucida Grande", Geneva, Arial, sans-serif;
	font-size: 0.8em;
	color: #000;
	padding-right: 20px;
	padding-left: 20px;
	width: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
}


/* --------------------------------------------------------------------
	form* gives layout and styling for the form fileds.
   ------------------------------------------------------------------*/

.formfieldwhite_leftcap {
	width: 10px;
	background-image: url(../../contents/images/formfield_leftcap.png);
	background-repeat: no-repeat;
	height: 20px;
	float: left;
	display: block;
}


.formfieldwhite_rightcap {
	width: 10px;
	background-image: url(../../contents/images/formfield_rightcap.png);
	background-repeat: no-repeat;
	height: 20px;
	float: left;
}


.formfieldwhite_repeat {
	font:12px "Lucida Grande", Geneva, Arial, sans-serif;
	background-image: url(../../contents/images/formfield_repeat.png);
	background-repeat: repeat-x;
	height: 17px;
	float: left;
	border: 0px;
	margin: 0;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}


.formfieldgrey_leftcap {
	width: 10px;
	background-image: url(../../contents/images/formfieldgrey_leftcap.png);
	background-repeat: no-repeat;
	height: 20px;
	float: left;
	display: block;
}


.formfieldgrey_rightcap {
	width: 10px;
	background-image: url(../../contents/images/formfieldgrey_rightcap.png);
	background-repeat: no-repeat;
	height: 20px;
	float: left;
}


.formfieldgrey_repeat {
	font:12px "Lucida Grande", Geneva, Arial, sans-serif;
	background-image: url(../../contents/images/formfieldgrey_repeat.png);
	background-repeat: repeat-x;
	height: 17px;
	float: left;
	border: 0px;
	margin: 0;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}


.formrow {
	clear:both;
	height: 30px;
	width: 700px;
	margin-left: 100px;
}

.formrowempty {
	clear:both;
	height: 30px;
	width: 700px;
	position:relative;
	left:100px;
}

.formrow_verify {
	clear:both;
}

.formrow_error {
	clear:both;
}


.formbullet {
	width: 15px;
	height: 20px;
	float:left;
	background-image: url(../../contents/images/bullet_red.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	margin-left: 35px;
}

.formbulletempty {
	width: 15px;
	height: 20px;
	float:left;
	background-image: url(../../contents/images/bullet_empty.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	margin-left: 35px;
}

.formlabelbullet {
	width: 30%;
	float:left;
	height: 20px;
}


.formlabel {
	width: 30%;
	float:left;
	height: 20px;
	margin-left: 50px;
}


.formfiled {
	float:left;
	padding-left: 50px;
}


.formfiled_verify {
	float:left;
	padding-left: 50px;
	font-family: "Lucida Grande", Geneva, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}

.formmessage_area {
	font:12px "Lucida Grande", Geneva, Arial, sans-serif;
	width:187px;
	height:150px;
	background-color:#eee;
	border:solid;
	border-width:1px;
	border-color:#999;
	overflow:auto;
}

.form_submit_wrapper {
	width: auto;
}

.form_close {
	width: 50%;
	height: 30px;
	float: left;
	text-align: center;
}

.form_preview {
	width: 50%;
	height: 30px;
	float: left;
	text-align: center;
}


.form_clear {
	width: 50%;
	height: 30px;
	float: left;
	text-align: center;
}


.form_submit {
	width: 50%;
	height: 30px;
	float: left;
	text-align: center;
}


.formlabelbullet_error {
	width: 30%;
	float:left;
}


.formerror {
	font:12px "Lucida Grande", Geneva, Arial, sans-serif;
	color: #f00;
	width: auto;
	float:left;
}


/* --------------------------------------------------------------------
	formbutton* gives layout and styling for the form buttons.
   ------------------------------------------------------------------*/

.formbutton {
	font:12px "Lucida Grande", Geneva, Arial, sans-serif;
	color: #fff;
	text-align: center;
	width: 95px;
	height: 25px;
	background-image: url(../../contents/images/form_button.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
	margin-right: auto;
	margin-left: auto;
	border: none;
	display: block;
}

.formbutton:link,
.formbutton:visited {
	background-position: center top;
}

.formbutton:focus,
.formbutton:hover {
	background-position: center center;
}

.formbutton:active {
	background-position: center bottom;
}

/* --------------------------------------------------------------------
	img* gives layout and styling for the form buttons.
   ------------------------------------------------------------------*/

img, div { behavior: url(../javascript/iepngfix.htc) }

.imglink_noborder {
	border: none;
}