
.StandardForm label{
   display: block;
}

.StandardForm input[type=text]{
    width: 400px;
}

.StandardForm textarea{
    width: 400px;
}

.StandardForm P{
    margin-top: 0px;
    margin-bottom: 0px;
}

.StandardForm ul.errorlist li{
    list-style-type: none;
    background-image: url('/media/img/12/Information_Emphasis.png');
    background-repeat:no-repeat;
    padding-left: 16px;
    background-position: 0px 2px;
}

.StandardForm ul.errorlist{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    color: red;
    font-weight: bold;
}

.StandardForm .helptext{
    background-image: url('/media/img/12/Information_Emphasis.png');
    background-repeat:no-repeat;
    padding-left: 16px;
    background-position: 0px 3px;
}

