.ui-dialog {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%;
	position: relative;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	background: #ffffff;
	border: 4px solid #AAAAAA;
}

.asq-styler .ui-dialog-titlebar {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; 
	padding: 0.5em 1.5em;
/*	color: #464646;*/
	border-bottom: 2px solid #DFDFDF;
	background: url(tinymce3/soundcloud.png) no-repeat;
	background-position: 10px 2px;
}
.asq-styler .ui-dialog-title {
	font-size: 13px;
	font-weight: bold;
	padding-left: 30px;
}

.asq-styler  .ui-dialog-titlebar-close {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	background: url(tinymce3/close.png) 0 0 no-repeat;
	position: absolute;
	top: 8px;
	right: 10px;
	width: 12px;
	height: 12px;
	z-index: 100;
}
.asq-styler .ui-dialog-titlebar-close:hover { background: url(tinymce3/close.png) 0 0 no-repeat; }
.asq-styler .ui-dialog-titlebar-close:active { background: url(tinymce3/close.png) 0 0 no-repeat; }
.asq-styler .ui-dialog-titlebar-close span { display: none; }


.asq-styler .ui-dialog-content {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
//	color: #333333;
	padding: 12px 20px;
	display: inline-block;
}

.asq-styler .ui-dialog-content p {
	/*resets*/margin: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;	
	padding: 0.4em 0.8em;
}

.asq-styler .ui-dialog-content span.example {
	background-color: #DFDFDF;
	padding: 2px;
	font-size: 0.8em;
}

.asq-styler .ui-dialog-buttonpane {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 5px 0px 5px 0px ;
	text-align: center;
	border-top: 2px solid #DFDFDF;
	background: #ffffff;
}

.asq-styler .ui-dialog-content select {
	border: 1px solid #AAAAAA;
	background-color: #DFDFDF;	
}

.asq-styler .ui-dialog-content input {
	border: 2px solid #AAAAAA;
	background-color: #DFDFDF;
	width: 320px;
}

.asq-styler .ui-dialog-buttonpane button {
	margin-right: 25px;
	background-color: #DFDFDF;
	border: 1px solid #AAAAAA;
	
}

/*hidden elements*/
.asq-styler .ui-hidden { display: none; }
.asq-styler .ui-accessible-hidden { position: absolute; left: -99999999px; }

.asq-styler .ui-clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
