/* CSS Document */

form {
	margin:0px;
	padding:0px;
}
select {
	font-family:Tahoma, Arial, Helvetica, SansSerif;
	font-size:11px;
	color:#788494;
	border:1px solid #e0e3ea;
}
input {
	border: expression(this.type=="image" ?'':(this.type=="checkbox" ?'':(this.type=="radio" ?'':(this.type=="submit" ?'border-bottom:1 solid #e0e3ea;border-right:1 solid #e0e3ea;border-left:1 solid #e0e3ea;border-top:1 solid #e0e3ea;	':(this.id=="idx" ?'':'1 solid #e0e3ea')))));
	font-family:Tahoma, Arial, Helvetica, SansSerif;
	height:expression(this.type=="text" ?'14px' :'');
	font-size:10px;
	color:#788494;
}
textarea{
	border: expression(this.type=="image" ?'':(this.type=="checkbox" ?'':(this.type=="radio" ?'':'1 solid #e0e3ea')));
	font-family:Tahoma, Arial, Helvetica , SansSerif;
	font-size:11px;
	color:#788494;
}
.Button {
	background-color:#ff6801;
	font-family:Tahoma, Arial, Helvetica, SansSerif;
	font-size:10px;
	font-weight:bold;
	border:0px solid #dfe7f2;
	color:#FFFFFF;
}
.Width {
	width:100%;
}
.InputBg {
	background-image:url(../images/input_bg.gif);
	background-repeat:no-repeat;
	height:16px;
	width:147px;
	background-color: transparent;
}