#logintable {
	border: 1px solid #CCC;
	margin: 50px auto 30px auto;
	width: 250px;
	background-image: url(../gfx/yast_security.png);
	background-repeat: no-repeat;
	background-position: 20px 40px;
}

#logintable td {
	padding: 10px;
}



#logintable input[type=text], #logintable input[type=password] {
	width: 90%;
}

#logintable .title {
	text-align: center;
	padding: 10px;
	background-color: #F9F9F9;
	border-bottom: 1px dotted #CCC;
}

#logintable .autherror {
	color: #A00;
	font-weight: bold;
}