@import "login.css";

#right_column div.section {
    width:323px;
    padding: 0;
    padding-bottom: 15px;
    padding-top: 15px;
    min-height: 150px;
}
#right_column div.section form div {
    width: 323px;
    overflow:hidden;
}
#right_column div.section form label {
    width: 74px;
    font-size: 10px;
}
#right_column div.section form input {
    width: 178px;
}
#right_column div.section form button {
    margin: 0;
    float: left;
    margin-left: 84px;
    display:inline;
}
#right_column div.section form div.buttons a {
    float:left;
    margin-top: 9px;
}
h4 {
    font-size: 11px;
    padding-left: 14px;
    margin-bottom: 15px;
}
#right_column div.section p {
    padding-left: 14px;
    font-size: 10px;
    margin-bottom: 15px;
    line-height: 15px;
}

#right_column div.section {
    float:left;
}
#right_column div.right {
    margin-left: 20px;
}
p a.button {
    height: 28px;
    overflow:hidden;
    display:block;
    text-indent: -1000px;
    background-repeat: no-repeat;
    border: none;
}
p a.button:hover {
    background-position: 0 -28px;
}
a.create-account {
    background-image: url(/img/buttons/create-account.png);
    width: 145px;
}
