.ui-widget {
    font-size: .8em;
		
}

.ui-widget-content {
    background: ;
    border: none;
    color: #000000;
	
}

.ui-dialog {
	 background: #dddddd;
    left: 0;
    outline: 0 none;
    padding:5px 5%  !important;
    position: absolute;
    top: 0px !important;
	width:90% !important;
	height:150% !important;
	z-index:955 !important;
	overflow:scroll;
}

.ui-dialog textarea{

height:6;
}


#success {
    padding: 0;
    margin: 0; 
}

.ui-dialog .ui-dialog-content {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    overflow: auto;
    position: relative;
    padding: 0 !important;
}

.ui-widget-header {
    background: #dddddd;
    border: 0;
    color: ;
    font-weight: normal;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0.1em .5em;
    position: relative;
        font-size: 1em;
}
.ui-dialog .ui-dialog-titlebar button{

display:none;
}
