.field
{
    margin-bottom: 10px;
    font-size: 12px;
}
.inputField
{
    display: block;
    float: left;
}
.inputField input
{
    width: 200px;
}
.caption
{
    display: block;
    width: 100px;
    float: left;
    text-align: right;
    font-weight: bold;
    padding: 4px 4px 0px 0px;
    margin-right: 10px;
}
.error
{
    color: #cc1111;
    display: none;
}
.inputField img
{
    position: relative;
    top: 3px;
    left: 3px;
}

.dialogBox
{
}
.dialogBox .dashed
{
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px dashed #06C;
    color: #06C;
}
.dialogBox .smallLogin
{
    font-style: italic;
    margin-top: 12px;
}
.dialogBox .pre
{
    margin-bottom: 5px;
}
.dialogBox .hyperlink
{
    color: #06c;
    font-weight: bold;
}
.downloadLink
{
}