/* 
    Document   : content.css
    Created on : 28.11.2011, 09:38:31
    Author     : wettstein
    Description:
        Purpose of the stylesheet follows.
*/

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

.submit {
    width: 156px;
    height: 30px;
    background-image: url(submit.png);
    cursor: pointer;
}

#contentBackgContainer {
    left: -17px;
}