﻿#RichiestaInformazioniWrapper
{
	width:250px;
	height:230px;
	
	margin-bottom:5px;
	
	background-image:url('../Images/Master/InfoBackground.jpg');
}

.RichiestaHeader
{
	position:relative;
	
	width:250px;
	height:25px;

	/*background-image:url('richiesta-informazioni/headerTop.jpg');*/
}

#RichiestaIntro
{
	position: absolute;
	
	top:5px;
	left:7px;

	color:White;
	font-weight:bold;	
}

.RichiestaBody
{
	width:250px;
	height:205px;
	
	/* you may set here padding around the scrollable */
	padding: 0 0 0 0;
	
	color:White;
}

#RichiestaScrollable
{
	width:250px;
	height:205px;
	
	float:none;
}

#RichiestaScrollable .item
{
	position:relative;
	
	width:250px;
	height:205px;
}

.inputKey
{
	color:White;
}

.inputValue
{
	width:185px;

	border: inset 1px #80095d;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;	
	
	background-color:#eeeeee;

	font-size: 12px;		
}

.textArea
{
	width:230px;
}

#nameLabel
{
	position:absolute;
	
	top:14px;
	left:10px;
}

#nameInput
{
	position:absolute;
	
	top:8px;
	left:54px;
}

#emailLabel
{
	position:absolute;
	
	top:40px;
	left:10px;
}

#emailInput
{
	position:absolute;
	
	top:34px;
	left:54px;
}

#msgLabel
{
	position:absolute;
	
	top:61px;
	left:10px;
}

#msgTextArea
{
	position:absolute;
	
	top:72px;
	left:10px;
}

.submitButton
{
	position:absolute;
	
	top:181px;
	left:180px;

	width: 64px;
	height: 19px;

	display:block;
	float:right;
	
	color:White;	
	line-height:17px;
	text-align:center;
	
	background-image: url('richiesta-informazioni/submit.png');
}

#sendText
{
	position:absolute;
	
	top:30px;
	left:84px;
}

#sendAnimation
{
	position:absolute;
	
	top:80px;
	left:59px;	
}

#SubmitFeedback
{
	position:absolute;
	
	top:60px;
	left:0px;
	
	width:250px;
	
	text-align:center;	
}
