form {
	margin:0px;
	padding:0px;
}
select {
	font-family:Tahoma, Arial, Helvetica, SansSerif;
	font-size:11px;
	color:#151714;
	border:1px solid #c4d8cb;
}
input {
	border: expression(this.type=="image" ?'':(this.type=="checkbox" ?'':(this.type=="radio" ?'':(this.type=="submit" ?'border:1px solid #c4d8cb;':'1px solid #c4d8cb'))));
	font-family:Tahoma, Arial, Helvetica, SansSerif;
	height:expression(this.type=="text" ?'16px' :'');
	font-size:10px;
	color:#151714;
}
textarea{
	border: expression(this.type=="image" ?'':(this.type=="checkbox" ?'':(this.type=="radio" ?'':'1 solid #c4d8cb')));
	font-family:Tahoma, Arial, Helvetica , SansSerif;
	font-size:11px;
	color:#151714;
}
.Button {
	background-color:#3c2518;
	background-image:url(../images/button_spacer.gif);
	background-position:center;
	background-repeat:repeat-x;
	font-family:Tahoma, Arial, Helvetica, SansSerif;
	font-size:10px;
	font-weight:bold;
	border:1px solid #9ac6ac;
	color:#ffe65e;
	height:22px;
}
.Width {
	width:100%;
}