.textfieldbox {
width:100px;
}

.submit {
float:right;
background-image:url(images/login_up.jpg);
width:56px;
height:26px;
cursor:pointer;
}

.submit:hover {
float:right;
background-image:url(images/login_over.jpg);
cursor:pointer;
width:56px;
height:26px;
}

.register {
float:right;
background-image:url(images/register_up.jpg);
width:65px;
height:26px;
cursor:pointer;
}

.register:hover {
float:right;
background-image:url(images/register_over.jpg);
cursor:pointer;
width:65px;
height:26px;
}

.userpword {
float:left;
width:75px;
font-family:Verdana, Geneva, sans-serif;
font-size:10px;
color:#000;
margin-right:10px;
margin-left:5px;
margin-top:8px;
}

.fieldbox {
float:left;
width:85px;
}

.submitarea{
float:left;
widows:42px;
height:19px;
}

.textfieldbox {
width:85px;
}