/* 
    Document   : gnpform
    Created on : Aug 13, 2009, 6:50:09 PM
    Author     : sobranko
    Description:
        Purpose of the stylesheet follows.
*/

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


/*#gn_pformo1 {
    background: #F5F5F5 none repeat scroll 0 0;
    /*background-color:#ccc;*/
/*    border: 1px solid #EEEEEE;
    padding: 16px;
}

#gn_pformo1 label {
    font-weight: bold;
    padding: 4px;
}

#gn_pformo1 input[type=text] {
    display: block;
    margin-bottom: 0;
    width:60%;
}

#gn_pformo1 p {
    margin-top:3px;
    margin-bottom:0;
}

#gn_pformo1 br {
    display: none;
}

#gn_pformo1 .gn_error {
    color: red;
    font-weight:bold;
    display:inline;
}*/

#gn_qod_widget {
    background:#393945 none repeat scroll 0 0;
    border:1px solid #EEEEEE;
    margin-bottom:15px;
    padding:16px;
}

#gn_qod_widget h2 {
    color: #FFFFFF;
    font-size: large;
}

#gn_qod_widget a {
    color: #FFFFFF;
    text-decoration: underline;
}

#gn_qod_widget h3 {
    margin-top:2px;
    margin-bottom:6px;
}
#gn_qod_widget p {
    clear:both;
    color:#AAAAAA;
    font-size:1.1em;
    line-height:1.4em;
    margin-bottom:0;
}
#gn_qod_widget p.info {
    color:#666666;
}
#gn_qod_widget .text {
    background:#FFFFFF none repeat scroll 0 0;
    border:1px solid #DDDDDD;
    float:left;
    font-size:1.2em;
    margin:5px 10px 5px 0;
    padding:3px 6px;
    width:138px;
}
#gn_qod_widget .text:focus {
    border:1px solid #BBBBBB;
}

.gn_ft_form {
    
}

div.gn_big_err {
    color: red;
    font-size:large;
}

.gn_ft_form .gn_ft_splbl {
    font-size: small;
    margin-bottom: 1px;
}

.gn_ft_form .gn_ft_spfld {
    font-size: small;
    color: black;
    /*font-weight:bolder;*/
    padding-left:10%;
    margin-bottom: 6px;
}

.gn_ft_form br {
    /*display: none;*/
}

.gn_ft_form .gn_error {
    color: red;
}

.gn_ft_form label {
    font-size: small;
    padding: 4px;
}

.gn_ft_form input[type=text] {
    display: block;
    margin-bottom: 0;
    width:60%;
}

