#dialog {
	background: rgb(252,252,252); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(252,252,252,1) 0%, rgba(252,252,252,1) 46%, rgba(242,242,242,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(46%,rgba(252,252,252,1)), color-stop(100%,rgba(242,242,242,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(252,252,252,1) 46%,rgba(242,242,242,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(252,252,252,1) 46%,rgba(242,242,242,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(252,252,252,1) 46%,rgba(242,242,242,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(252,252,252,1) 0%,rgba(252,252,252,1) 46%,rgba(242,242,242,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
    font-size: 14px;
 }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { display: none !important; }
.ui-draggable .ui-dialog-titlebar { display: none !important; }
#player {
background: url("../images/backgroundPlay.jpg") no-repeat rgba(0, 0, 0, 0);
width: 640px;
height: 360px;
margin: 0 auto;
}
#player:hover { cursor: pointer; }
#isp_form { background: url("../images/logo.png") no-repeat scroll right center rgba(0, 0, 0, 0); }
.code-label { float: left; width: 80px; }
#radio_btns { padding: 12px 0 10px 74px; }
#radio_btns label { color:#3D3D3D; }
#radio_btns label:hover { cursor: pointer; color:black; }
iframe{ overflow:hidden; }	
