﻿.inputRow
{
	clear: both;
	margin: 5px 0;
}
.inputRow .inputName
{
	color:#444;
	font-size:16px;
	font-weight:normal;
	line-height:42px;
	padding-right:10px;
	text-align:right;
	width:140px;
	float:left;
}
.inputRow .inputValue 
{
	float:left;
	width:200px;
}
.inputRow .inputValue input, .inputRow .inputValue textarea 
{
	width:99%;
}
input.txtInput, textarea.txtInput
{
	padding:8px;
	border:1px solid #ddd;
	font-size:18px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

input.straightRightCorner, textarea.straightRightCorner
{
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright: 0px;
}
input.selected, textarea.selected
{
	border:1.5px dotted red;
	background-color:#ff9900;
}
.inputTipContainer
{
	display:none;
	position:absolute;
	padding-left:30px;
	background-image: url(http://cache.agenziasportiva.com/main/images/tip.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	width:17px;
	height:17px;

}
.badInputTipContainer1 
{
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	font-weight:bold;
	padding-right: 5px;
	display:none;
	position:absolute;
	/* Internet Explorer 7 fix */
	#padding-bottom:0px;
	font-size:10px;
	line-height:15px;
	padding-left:20px;
	width: 200px;
	height:17px;
	background-color: #FF0000;
	background-image: url(http://cache.agenziasportiva.com/main/images/error.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
.badInputTipContainer 
{
	/*color:#060;
	border:1px solid #090;

	width:20px;*/	
	background: url('http://cache.agenziasportiva.com/main/images/error1.png') no-repeat 10px 5px;
}
.goodInputTipContainer 
{
	/*color:#060;
	border:1px solid #090;

	width:20px;*/	
	background: url('http://cache.agenziasportiva.com/main/images/check.png') no-repeat 10px 5px;
}
.optionalGoodInputTipContainer 
{
	/*color:#060;
	border:1px solid #090;

	width:20px;*/	
	background: url('http://cache.agenziasportiva.com/main/images/check1.png') no-repeat 10px 5px;
}