/* 
Document   : widget
Created on : Mar 23, 2008, 8:23:41 PM
Author     : Owner
Description:
Purpose of the stylesheet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.imagebtn{
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
}

input.text{
    font-family:'Times New Roman',Times,serif;
    font-weight:lighter;
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    font-size: 18pt;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
    margin-bottom: 20px;
}

input.texthov{
}

div.mobile{
    background-color: #A3C4CC;
    height: 425px;
    width: 279px;
    padding-right: 13px;
    text-align: center;
    background-image: url(SLOOCE-phone-BG.gif);
    background-position: left top;
    background-repeat: none;
    background-attachment: none;
}

p.display{
    font-family: 'Times New Roman',Times,serif;
    font-weight: lighter;
    height: 170px;
    padding-top: 31px;
    padding-bottom: 0px;
    padding-left: 45px;
    padding-right: 45px;
    text-align: left;
    font-size: 12pt;
}

p.controls{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: -9px;
    margin-top: -9px;
}
p.startover{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 45px;
}


