fieldset
{
    padding: 0;
    margin: 0;
    border: solid 0 transparent;
}

label
{
    display: block;
    float: left;
}



fieldset input.submit
{
    width: 7em;
    background-color: #222;
    color: #ccc;
}

fieldset p
{
    margin: 1em .5em;
}

fieldset p.inline
{
    float: left;
}

fieldset #submit_button
{
    float: right;
    width: 4em;
    line-height: 1.6em;
    background-color: #aaaaff;
    font-size: 1.2em;
    margin-right: 5em;
}

fieldset #submit_button_image
{
	margin-left: 30em;
	width: 56px;
	
}

input.radio
{
    width: 1em;
    height: 1em;
}

#phone_1, #toll_free_1
{
    width: 3em;
    margin: 0 .4em;
}

#phone_2, #toll_free_2
{
    width: 3em;
    margin: 0 .5em;
}

#phone_3, #toll_free_3
{
    width: 4em;
    margin: 0 .5em;
}
/** Begin A/B Testing CSS **/
fieldset #submit_button_image_review_order
{
	margin-left: 30em;
	
}
/** End A/B Testing CSS **/
