form.login
	{
	margin: 0px;
	padding: 0px;
	}
	
form.login label
	{
	font-weight: bold;
	margin: 5px 0px 0px 0px;
	float: left;
	width: 30%;
	text-align: right;
	padding-right: 5px;
	}
	
form.login input
	{
	float: left;
	margin: 5px 0px 0px 0px;
	width: 50%;
	height: 1em;
	background: #ffffff;
	border: 1px solid #6699cc;
	margin-bottom: 5px;
	}

form.login br
	{
	clear: both;
	}
	
form.login input.login
	{
	font-weight: bold;
	display: block;
	font-size: 10px;
	font-family: Tahoma, Verdana, Arial, Times;
	margin-top: 5px;
	float: right;
	background: transparent url('images/bullet_login.png') no-repeat left center;
	padding: 0px 0px 0px 5px;
	text-decoration: underline;
	color: #336699;
	border: 0px;
	width: 30%;
	height: auto;
	}
	
form.login a
	{
	font-weight: bold;
	display: block;
	float: left;
	font-size: 10px;
	background: transparent url('images/bullet_licit_more.png') no-repeat left center;
	padding: 0px 0px 0px 5px;
	text-decoration: underline;
	color: #DB4444;
	margin-top: 5px;
	}