﻿

.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, .inputRow .inputValue select
{
	width:99%;
}


input.txtInput, textarea.txtInput, select.txtInput
{
	padding:8px;
	border:1px solid #ddd;
	font-size:18px;
	width: 215px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
input.straightRightCorner, textarea.straightRightCorner, select.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, select.selected, checkbox.selected
{
	border:1px solid #777;
}



.inputTipContainer
{
	border:1px solid #777;
	background:#ffffee url('../images/images_suggest/tip.gif') no-repeat 10px 15px;
	color:#333;
	display:none;
	position:absolute;
	padding:8px;
	/* Internet Explorer 7 fix */
	#padding-bottom:7px;
	font-size:12px;
	line-height:22px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright: 5px;	
	width:250px;
	padding-left:30px;
}
.badInputTipContainer 
{
	border:1px solid #900;
	color:#600;
	font-weight:bold;
	background:#fee url('../images/images_suggest/error.png') no-repeat 10px 15px;
}
.goodInputTipContainer 
{
	color:#060;
	border:1px solid #090;
	background:#efe url('../images/images_suggest/check.png') no-repeat 10px 15px;
}

