div#createaccount {
clear: both;
margin: 5px 150px;
}

div#creating {
display: none;
}

div#created {
display: none;
}

form#f_create fieldset label {
 float:left;
 clear:left;
 display:inline;
 width:100px;
 line-height:16px;
 margin: 3px 5px;
 text-align:right;
 background: #FFF no-repeat right center
}

form#f_create input {
 margin:1px 0 1px;
 border-style:solid;
 border-color: #aaa;
/* border-color: #778AA2 #7EA4D8 #7EA4D8 #778AA2; */
 border-width:2px 1px 1px 2px;
 width: 360px
}

input#but {
margin:1px 0 100px 0 0;
}
 
