form fieldset {
	display:inline;
	padding:5px 15px 15px;
	margin: 0px;
	border: 1px solid #FFFFFF;
	background: url(formbg.jpg) no-repeat center top;
	text-align: left;
	width: 270px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 1em;
}
form fieldset h2{
	font-size: 1.2em;
	color: #FFFFFF;
	text-transform: uppercase;
	/*border-bottom: 1px solid #6489C8;*/
	font-weight: normal;
}
.txbimghint {
	padding:3px 2px 2px;
	margin:5px 0px 5px 0;
	border:1px solid #FFFFFF;
	background-position:9999px 0;
	background-repeat:no-repeat;
	width:260px;
	font: 1em Arial, Helvetica, sans-serif;
	color: #000000;
}
/*input.long {
	width:220px;
}
input.short {
	width:60px;
}
*/input.hinting {
	color:#aaa;
}
form.login {
	width:200px;
}
form.login label {
	display:block;
	width:0;
	height:0;
	text-indent:-99999px;
}
