#FullWidth{
    border: 2px solid #b5121b;
    padding: 10px;
    border-radius: 8px;
    margin: 0px 20px 10px 20px;
}
#FullWidth #Price{
    position: relative;
    margin-left: 55px;
    margin-top: 20px;
    width: 200px;
}
    #FullWidth #Price img,#FullWidth #Price #A, #FullWidth #Price #B {
        width: 200px;
    }
    #FullWidth #Price #A,#FullWidth #Price #B{
        text-align: center;
        position: absolute;
    }
    #FullWidth #Price #A{
        top: 47px;
        font-size: 22px;
        text-shadow: 1px 1px 1px #666;
    }
    #FullWidth #Price #B{
        top: 0px;
        font-weight: bold;
        font-size: 55px;
        line-height: 200px;
        text-shadow: 1px 1px 1px #666;
    }
    #FullWidth #Text{
        margin: 20px;
    }

#FullWidth form{
    float: right;
    margin-left: 64px;
    line-height: 300%;
    margin-right: 20px;
}
#FullWidth form label{
    display: inline-block;
    width: 155px;
    text-align: right;
    margin-right: 10px;
}
#FullWidth form input[type='text'],#FullWidth form input[type='password']{
    width: 250px;
    border: 2px solid #58585a;
    border-radius: 23px;
    height: 25px;
    padding-left: 10px;
}
#FullWidth form input[type='submit']{
    background-color: #b5121b;
    color: #FFF;
    cursor: pointer;
    border: 0px;
    font-weight: bold;
    border-radius: 17px;
    padding: 6px 23px;
}
#FullWidth form label.error{
    width: 400px;
    color: red;
    text-align: right;
    display: block;
}
#FullWidth #Clear{
    clear: both;
}
#FullWidth form label#UNInUse{
    line-height:  20px;
}