
#dialog-message
{
background-color:#000;
border: 0;
	text-align:center;
}
.ui-widget.ui-widget-content {
    border: 0px solid #000;
}

.ui-widget-content {
    border: 0px solid #000;
    background: #fff;
    color: #000;
}

.ui-dialog .ui-dialog-content {

    padding: 0;

}

.ui-widget-header {
    border: 0px solid #000000;
	background: #fff;
    /* background: #000000 url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; */
    color: #ffffff;
    font-weight: bold;
	}

.gride_btn{
	border: 1px solid #ddd;
	text-align:center;
	vertical-align:middle;
	height:35px;
	width:100%;
	line-height:35px;
	color:#333;
	font-size:0.75em;
	background: #fff;
}
.gride_btn:active{
	color:#fff;
	background: #ff9933;
}
.gride_btn_on{
	color:#fff;
	background: #ff9933;
}

textarea
{
    resize: none;
}