.ui-dialog {
    box-shadow: 2px 2px 3px #333;
}

.ui-dialog input[type=text] {
    padding: 3px;
    margin-top: 3px;
    margin-bottom: 5px;
}

.ui-dialog select {
    padding: 3px;
    margin-top: 3px;
    margin-bottom: 5px;
}

.ui-dialog textarea {
    padding: 3px;
    margin-top: 3px;
    margin-bottom: 5px;
}

button.ui-button {
    border: 1px solid #bbbbbb !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.ui-jqgrid-titlebar-close {
    display: none
}


textarea {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

input {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

