
.fieldset{
	border: solid 1px #696969;
	/*background: url('../images/simplebg.gif');
	background-repeat: repeat-x;
	background-position: bottom;*/
}

.fieldsetTable{
	padding: 15px 15px 15px 15px;
}

.fieldset .h2{
	font-weight: bold;
}

.fieldset legend{
	/*color: #045E84;
	padding-left: 5px;
	border: none;*/
	color: #0075B0;
	font-size: 16px;
	text-decoration: underline;
	font-weight: bold;
	border: none;
}

.fieldset table{
	width: 100%;
}

.formlabel{
	text-align: left;
	width: 75px;
}

.textfield, .passfield{
	width: 180px;
}

.checkbox{
	width: 25px;
}

input.textfield, input.passfield{
	padding: 2px 2px 0px 5px;
	font-size: 12px;
	border:0px;
	border-bottom:1px solid #7F7F7F;
	border-right:1px solid #7F7F7F;
	height: 20px;

	background-image: url('../../data/images/input_large.png');
}

input.ButtonSmall, input.ButtonLarge{
	font-family: Verdana, Arial, sans-serif;
	padding:0px;
	font-size: 11px;
	font-weight: bold;
	border: 0px;
	height: 25px;
	padding-bottom: 4px;
	margin: 5px 2px 0px 2px;

	color: #045E84;
}

input.ButtonSmall{
	background-image: url('../../data/images/button_small.png');
	width: 103px;
}

input.ButtonLarge{
	background-image: url('../../data/images/button_large.png');
	width: 170px;
}

