/* 
Document   : ZautosFeedback
Created on : Jun 24, 2009, 11:27:42 AM
Author     : tharini.virabadran
Description:
Purpose of the stylesheet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
making a change to update to svn
*/

root { 
    display: block;
}

.feedback_form
{
    position:absolute;
    border-style: solid;
    background-color: white;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    word-spacing: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #999999;
    border-bottom-color: #999999;
    border-left-color: #999999;
    border-right-color: #999999;
    background-position: center center;
    line-height: 25px;
    z-index:1;
}

.feedbackLink
{
    cursor: pointer;
}

