/* CSS Document */

#login{
	top: 20%;
	left: 30%;
	right: 30%;
	width: 40%;
	z-index: 1;
	border: solid silver 1px;		
	background-image: url(../../images/BGD_input_grad_grey_white.gif);
	background-repeat: repeat-x;background-repeat: repeat-x;
	}
#login input.justify{
	width: 99%;
}
#login .padding{
	padding: 1em;
}