form.payform li
{
    background-size: 100%;
    float: left;
    list-style: none;
    margin: 1px;
    height: 30px;
    padding: 2px 5px 2px 5px;
    width: 50px;
}

form.payform ul
{
	width: 250px;
    margin-left: 0;
    padding-left: 0;
}

form.payform .ui-selecting
{
	background-color: silver;
}

form.payform .ui-selected
{
	background-color: white;
}

form.payform span 
{
    display: block;
}

form.payform textarea 
{
	background-color: white;
}

form.payform input[type=text]
{
    width: 300px;
}

form.payform #total
{
    background-color: white;
    color: black;
    font-size: xx-large;
    font-weight:bold;
    font-kerning:normal;
}