
/* classes for "sent login" loginbox */

.sent_password_loginbox_table,
.loginbox_table {
	border-width: 1px;  
	background-color: silver;
	border-color: black;
	border-style: solid;
	font-size: 14px;
}

.sent_password_loginbox_cell_label,
.loginbox_cell_label {}
.sent_password_loginbox_cell_value,
.loginbox_cell_value {}
.sent_password_loginbox_cell_submit {}
.sent_password_loginbox_submit_button,
.loginbox_submit_button {color: #000; border: 2px #000 outset}

/* zonder table tags... */

fieldset {
	width: 400px;
	height: 120px;
	border: #000000 solid 1px;
        background-color: #CBE0A8;
	background-image: url('/images/APF_logo.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
        color: #000000;
	font-weight: bold;
	font-size: 12px;
}

legend	{
	background-color: #417321;
	color: #FFFFFF;
	padding: 3px 0px;
	width: 100%;
}

.loginbox_label {
	text-align: right;
	margin: 0 0 0 0;
	width: 100px;
	float: left;
	clear: both;
}

.loginbox_input {
	margin-bottom: 10px
}

.loginbox_submit_button {
	margin-left: 10px;
}


/* END */

