@charset "utf-8";
/* CSS Document */
fieldset{
	width:576px;
	border:none;
	padding:5px;
	margin-top:20px;
	}
#form{padding:20px 0 0 0;}
legend	{
	font-size:150%;
	font-weight:bold;
	font-style:italic;
	color:#563028;
	}

label{
	display:block;
	width:200px;
	float:left;	
	}
label.priv{
	width:460px;
	margin-right:10px;}
	
#divButtons{
	text-align:center;
	}
	
	
.special{
	float:right;
	}



