/* 
    Document   : forms.css
    Created on : 18.04.2011, 21:03:22
    Author     : Markus Obernddoerfer
    Description: Styling of all forms in the extension
*/


label {
    display: inline;
    width: 120px;
    height:35px;
    float:left;
    font-size: 9pt;
}

input, textarea {
    display: inline;
    width: 180px;
    clear:both;
    margin-bottom: 15px;
}

select {
    display: inline;
    clear:both;
    margin-bottom: 15px;
    margin-right: 60px;
}

input {
    height: 20px;
}

input.submit {
    width: auto;
    height: auto;
}

form {
    width: 100%;
    padding:10px;
}

.helpbutton {
    cursor: pointer;
}

.ui-dialog .ui-dialog-content {
    text-align: left;
    font-size: 0.8em;
}

