form label {
display: block;
float: left; 
width: 200px; 
padding: 0; 
margin: 5px 0 0;
text-align: right; 
}

form input, form textarea, form select {
	width:250px;
	margin: 5px 0 0 5px;
}
.form br {
clear:left;
}

form fieldset {
	margin: 10px;
}
.button{
	width: 150px;
}
#security_code {
	width : 6em;
}