﻿body
{
}
form
{
	margin-top: 0px;
}
.inputA
{
	background-color: transparent;
	background-image: url(../../images/common/forms/inputA.png);
	height: 33px;
	width: 199px;
}
.input
{
	border: none;
	background: transparent;
}
.inputA input
{
	color: #434343;
	float: left;
	font-size: 11px;
	margin-left: 10px;
	margin-top: 11px;
	width: 180px;
}

.txt
{
background-color:transparent;
background-image:url(../../images/common/forms/bg-txt.png);
float:left;
height:30px;
width:322px;
 margin-bottom:3px;
}
.txt input
{
background-color:transparent;
border:medium none;
float:left;
height:20px;
margin:9px 4px 0;
overflow:hidden;
width:313px;
}
.txt-area
{
background-color:transparent;
background-image:url(../../images/common/forms/bg-textarea.png);
clear:both;
float:left;
height:123px;
margin-left:2px;
width:317px;
}
.txt-area textarea
{
	background-color:transparent;
border:medium none;
float:left;
height:115px !important;
margin:4px 4px 0;
overflow-x:auto;
width:308px;
}

