/* Form data input fields */
.btn {
	color:#00346D;
	font: bold 11px verdana;
	cursor:hand; 
	background-image:url(/img/input/btn.gif);
	font-weight: bold;
}
.btnSmall {
	color:#FFF;
	font: bold 11px verdana;
	cursor:hand;
	background-image:url(/img/input/btnSmall.png);
	background-repeat:no-repeat;
	font-weight: bold;
	height:24px;
	width:70px;
	border:0px;
	background-color: transparent;
}
.btnLarge {
	color:#FFF;
	font: bold 11px verdana;
	cursor:hand; 
	background-image:url(/img/input/btnLargeblue.png);
	background-repeat:no-repeat;
	font-weight: bold;
	height:61px;
	width:204px;
	border:0px;
	background-color: transparent;
}

.btnLargeblue {
	color:#FFF;
	font: bold 11px verdana;
	cursor:hand; 
	background-image:url(/img/input/btnLargeblue.png);
	background-repeat:no-repeat;
	font-weight: bold;
	height:61px;
	width:204px;
	border:0px;
	background-color: transparent;
}

.btnSmallblue {
	color:#FFF;
	font: bold 11px verdana;
	cursor:hand; 
	background-image:url(/img/input/btnSmallblue.png);
	background-repeat:no-repeat;
	font-weight: bold;
	height:61px;
	width:204px;
	border:0px;
	background-color: transparent;
}

.closeBtn {
	color:#FFF;
	font: bold 11px verdana;
	cursor:hand;
	background-image:url(/img/input/btnSmallblue.png);
	background-repeat:no-repeat;
	font-weight: bold;
	height:61px;
	width:121px;
	border:0px;
	background-color: transparent;
	background-position: center;
}

.rechBtn {
	font: bold 14px verdana;
	height: 78px;
	width: 182px;
	cursor:hand;
	font-weight: bold;
	background-image:url(/img/input/rechbtn.png);
	background-repeat:no-repeat;
	border: none;
	background-color: transparent;
}


.txt {
	color: #696969;
	font: bold 10px verdana;

	vertical-align:middle;

	border-top: 2px #AA9999 inset;
	border-left: 2px #999999 inset;
	border-bottom: 1px #A8AB94 inset;
	border-right: 1px #A8AB94 inset;
	border-spacing: 2px;
	margin-bottom: 0px;
}



.login {
	color: #696969;
	font: bold 8px Verdana;
	width:135px;
	background-image:url(/img/input/txt.gif);
	vertical-align:middle;

	border-top: 2px #AA9999 inset;
	border-left: 2px #999999 inset;
	border-bottom: 1px #A8AB94 inset;
	border-right: 1px #A8AB94 inset;
	border-spacing: 2px;
	margin-bottom: 2px;
	float:right;
}
.loginBtn {
	color:#FFF;
	font: bold 11px verdana;
	cursor:hand;
	background-image:url(/img/input/btnSmall.png);
	background-repeat:no-repeat;
	font-weight: bold;
	height:24px;
	width:70px;
	border:0px;
	float:right; 
	margin-top:5px; 
	margin-right:5px;
}
