/* CSS Document */
.tdInfo
{
	padding:5px 10px;
	/*border:1px solid #900;*/
}

#form table
{
}

#form .inputForm
{
	background-color: white;
	font-family: inherit;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.75);
	font-size:12px;
	padding: 0.5em;
	height: 2.3125em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
	-moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
	transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#form .inforForm
{
	border:0;
	padding:3px;
	color:#000;
	background:transparent;
	margin-bottom: 0.5rem;
}

#form .selectForm option, #form .selectForm
{
	border:#ccc 1px solid;
	padding:2px;
	color:#555;
	background-color:#fafafa;
}

#form .labelForm
{
	font-weight:bold;
	font-size:13px;
	vertical-align:middle;
	
}

#form .textArea
{
	background-color: white;
	font-family: 12px;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.75);
	font-size:12px;
	padding: 0.5em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
	-moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
	transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
	width:100%;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#form .tdPefil
{
	padding:10px;
}