#userprofiles {
    margin: 10px;
}

#register input[type='text'],
#register input[type='password'],
#userprofiles input[type='text'],
#userprofiles input[type='password'] {
    background:url("../graphics/icons.png") no-repeat scroll 0 -183px transparent;
    padding:3px;
    border:1px solid #CCCCCC;
    font:10px Arial,Verdana,sans-serif;
    width: 180px;
    margin: 5px 5px;
}

#register label,
#userprofiles label {
    font-weight: bold;
    color: #000;
}

#register legend {
    font-weight: bold;
    color: #000;
    font-size: 1.1em;
    margin-bottom: 4px
}

#register textarea {
    border:1px solid #CCCCCC;
}