﻿form
{
	overflow: visible;
}

.capitalCase
{
	text-transform: capitalize;
}

/* FAQs*/

.faq_answers a.question2
{
	font-size: 0.75em;
	font-weight: bold;
	color: #0a91ae;
	background: transparent url(../media/img/FaqSprite.png) no-repeat 0 0;
	width: 695px;
	display: block;
	padding: 12px 0 6px 48px;
}

.faq_answers div.question2omega
{
	background: transparent url(../media/img/FaqSprite.png) no-repeat scroll -743px 0;
	height: 6px;
	padding: 0;
	width: 743px;
}

.faq_answers div.question2omega span
{
	color: #0A91AE;
	font-size: 1.2em;
	font-weight: bold;
	left: 16px;
	position: relative;
	top: -24px;
}

/* TICKETS */

.contactForm
{
	background-image: url(../media/img/bg_spriteContactForm.png);
	background-position: 0 bottom;
	background-repeat: no-repeat;
	padding: 15px 30px;
	margin-bottom: 12px;
}

.tabs_controller
{
	border-bottom: none;
}
.contactForm_controller
{
	height: auto;
}
.contactForm_controller .step1.disabled span.number
{
	background-position: 0 -243px;
}
.contactForm_controller .step2.disabled span.number
{
	background-position: -19px -243px;
}
.contactForm_controller .step3.disabled span.number
{
	background-position: -38px -243px;
}

.contactForm fieldset
{
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
}

.contactForm fieldset label
{
	display: block;
	margin-bottom: .4em;
	font-size: .75em;
	color: #565353;
}
.contactForm fieldset select
{
	display: block;
	font-size: 0.6875em;
	height: 1.75em;
	margin-bottom: 1em;
}
.contactForm fieldset select.listBox
{
	height: 120px;
	width: 360px;
}
.contactForm fieldset input
{
	display: block;
	margin-bottom: 1em;
	font-size: .6875em;
	width: 360px;
	height: 1.75em;
}
.contactForm fieldset span.CheckBox input
{
	display: inline;
	margin-bottom: 0;
	width: auto;
	height: auto;
}
.contactForm fieldset span.CheckBox label
{
	display: inline;
}

.contactForm fieldset textarea
{
	display: block;
	margin-bottom: 1em;
	font-size: .6875em;
	font-family: Arial,'Liberation Sans',FreeSans,sans-serif;
	width: 360px;
	height: 160px;
}

.contactForm p
{
	width: 360px;
}

contactForm p.infoMessage
{
	width: inherit;
}

.contactForm p.errormsg
{
	color: #FF0101;
	display: block;
	position: absolute;
	right: 0;
	bottom: 28px;
	width: 250px;
}

.contactForm p.infoMessage span.infoText
{
	display:block;
	margin-left: 20px;
}

.contactForm .alert
{
	color: #FF0101;
	font-weight: bold;
}

.contactForm p.title
{
	font-size: 1.3125em;
	font-weight: bold;
	color: #0a91ae;
	padding: 0;
	margin: 20px 0 0;
}

.contactForm p.infoMessage span.codiceTicket
{
	display:block;
	margin-left: 20px;
	font-size: 1.3125em;
	font-weight: normal;
	color: #0a91ae;
}

.contactForm a.actionButton
{
	background: transparent url(../media/img/bg_spriteButtons.png) no-repeat scroll 0 -130px;
	color: #0A91AE;
	display: block;
	font-size: .8em;
	height: 29px;
	padding-left: 10px;
}
.contactForm a.actionButton span
{
	background: transparent url(../media/img/bg_spriteButtons.png) no-repeat scroll right -130px;
	cursor: pointer;
	display: block;
	height: 24px;
	padding-right: 10px;
	padding-top: 5px;
}
.floatLeft
{
	float: left;
}
.floatRight
{
	float: right;
}

