﻿html
{
}

body
{
    background:#000000 url(images/bodyback.gif) repeat-y top center !important;
	width:760px;
	margin-left:auto !important;
	margin-right:auto !important;
}

form
{
    width:760px;
    background:#ffffff;
}

.iPhPageBody
{
    position:relative !important;
    top:0px !important;
}


.row input.button
{
    display:block;
    position:relative;
    background:transparent url(images/toolbutton.png) no-repeat top left;
    min-width:60px !important;
    width:60px !important;
    left:650px;
    margin-top:3px;
    height:30px;
}

.row input.delItemConfirm 
{
    background:transparent url(images/redButton.png) no-repeat top left;
    left:auto;
    padding-top:0px !important;
}


.toolbar .button
{
    display:block;
    position:relative;
    background:transparent url(images/toolbutton.png) no-repeat top left;
    top:-33px !important;
    left:670px  !important;
    width:60px;
    border-style:none;
}

.toolbar .blueButton
{
    background:transparent url(images/blueButton.png) no-repeat top left;
}

.toolbar #backButton 
{
    position:relative;
    background:transparent url(images/backbutton.png) no-repeat top left;
    width:60px;
    max-width:60px !important;
    padding-left:7px !important;
    top:-3px !important;
    height:30px;
    display:block;
    left:2px  !important;
}

body > form .panel 
{
    min-height:700px !important;
}

