/* General Definitions */

form,
fieldset,
legend,
label {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/* Custom Definitions */

.input {
	font-size:.69em;
	font-family:Verdana, Geneva, sans-serif;
	border:1px solid #c5c5c5;
	height:20px;
}
.select {
	font-size:.69em;
	font-family:Verdana, Geneva, sans-serif;
	border:1px solid #c5c5c5;
	height:22px;
}
.btn_submit {
	width:126px;
	height:36px;
	border:none;
	cursor:pointer;
	background:url(../../images/btn_submit.gif) no-repeat 0 0;
}
.btn_submit:hover {
	width:126px;
	height:36px;
	border:none;
	background:url(../../images/btn_submit.gif) no-repeat 0 -36px;
}
.btn_submit_active {
	width:126px;
	height:36px;
	border:none;
	background:url(../../images/btn_submit.gif) no-repeat 0 -36px;
}.btn_back {
	width:101px;
	height:36px;
	border:none;
	cursor:pointer;
	background:url(../../images/btn_back.png) no-repeat 0 0;
}
.btn_back:hover {
	width:101px;
	height:36px;
	border:none;
	background:url(../../images/btn_back.png) no-repeat 0 -36px;
}
.input-txtsmall{
	margin-left:1px;
	}
.input-txtsmall input{
	float:left;
	border:1px solid #C5C5C5;
	font-family:Verdana,Geneva,sans-serif;
	font-size:0.69em;
	height:20px;
	}
