table.signin-rb input[type="text"] {
        background: #fafafa;
        width: 14em;
}

table.signin-rb input[type="password"] {
        background: #fafafa;
        width: 14em;
}

td.signin-rb table td {
	padding: 4px;
	text-align: right;
}
table.signin-rb th {
	padding: 4px;
}

table td.signin-rb {
	width: 10%;
	font-size: 100%;
	/* this padding doesn't work in MSIE?? */
	padding: 15px 15px 15px 15px;
	border: none;
	border: 1px solid black;
	border-radius: 9px;
	white-space: nowrap;
}

input {
        font-weight: bold;
}
