﻿body
{
}
form
{
	margin-top: 0px;
}
.inputC
{
		background-image:url(../../images/common/forms/inputC.png);
float:left;
height:25px;
width:181px;
}
.inputC input
{
		background:transparent none repeat scroll 0 0;
border:medium none;
color:#A7A7A7;
float:left;
margin-left:9px;
margin-top:5px;
width:164px;
}
.inputA
{
	background-color: transparent;
	background-image: url(../../images/common/forms/inputA.png);
	height: 33px;
	width: 199px;
}
.input
{
	border: none;
	background: transparent;
	color:#ABABAB;
}
.inputA input
{
	color: #434343;
	float: left;
	font-size: 11px;
	margin-left: 10px;
	margin-top: 11px;
	width: 180px;
}

.txt
{
background:white none repeat scroll 0 0;
border:1px solid #D7D8D2;
float:left;
height:23px;
margin-bottom:3px;
width:330px;
}
.txt input
{
background-color:transparent;
border:medium none;
color:#AFAFAF;
float:left;
font-size:11px;
height:20px;
margin:5px 4px 0;
overflow:hidden;
width:322px;
}
.txt-area
{
background:white none repeat scroll 0 0;
border:1px solid #D7D8D2;
color:#AFAFAF;
float:left;
height:100px;
margin-left:-1px;
margin-top:2px;
width:330px;
}
.txt-area textarea
{
background-color:transparent;
border:medium none;
color:#AFAFAF;
float:left;
height:91px !important;
margin:4px 4px 0;
overflow-x:auto;
width:322px;
}

