<FORM method="post" action="#"> 
<DIV>
<LABEL>Användarnamn</LABEL><input type="text" name="username" size="32">
</DIV>
<DIV>
<LABEL>Lösenord</LABEL><input type="password" name="password" size="32">
</DIV>
<DIV>
<input type="submit" name="login" value="Logga in" class="submit">
</DIV>
</FORM>


label 
	{
	width: auto;
	margin-right : 20px;
	border-bottom : thin dashed lightgrey
	}

input 
	{
	width : 200px
	}

input.submit 
	{
	width : auto
	}

div 
	{
	text-align : right;
	width : 400px;
	margin-bottom : 10px
	}
	
form 
	{
	border : thin dashed lightgrey;
	background : #FFF2BF;
	width : 400px;
	padding : 10px;
	font-family : verdana;
	font-weight : bold;
	color : #FFCC00
	}