.jqmOverlay { background-color: #fafafa; }
            
.jqmWindow {
                background: #d4d4d4 left top repeat-x;
                color: #000;
                border: 1px solid #888888;
                padding: 0;
            }
/*
button.jqmClose {
                background: #e0e0e0;
                border: 1px solid #000;
                color: #000;
                clear: right;
                float: right;
                padding: 1px 2px 1px 2px;
                margin-top:5px;
                margin-left:5px;
                cursor: pointer;
                font-size: 14px;
				font-weight: normal;
                letter-spacing: 1px;
				font-family:Verdana, Arial, Helvetica, sans-serif;
            }

button.jqmClose:hover, button.jqmClose:active {
                color: #000;
				border: 1px solid #aaa;
				background:#eee;
            }
			
*/
button.jqmClose {
                background: url(../images/buton-small.png) bottom no-repeat;
				width:24px;
				height: 24px;
                clear: right;
                float: right;
                padding: 1px 2px 1px 2px;
                margin-top:5px;
                margin-left:5px;
				margin-right:1px;
                cursor: pointer;
                font-size: 14px;
				font-weight: normal;
                letter-spacing: 1px;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				border:none;
            }

button.jqmClose:hover, button.jqmClose:active {
                background: url(../images/buton-small.png) top no-repeat;
            }

#jqmTitle {
                background: transparent;
                color: #ee0000;
                text-transform: capitalize;
                padding: 0px 5px 0 10px;

            }

#jqmContent {
                width: 100%;
                height: 100%;
                display: block;
                clear: both;
                margin: 0;
                border:none;
                
            }
