/* --------- jqModal specific -------------- */
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -250px;
    width: 500px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}


/* --------- xsnazzy rounded cornders -------------- */

.xsnazzy {
background:transparent none repeat scroll 0% 50%;
margin:1em;
    display: none;
    
    position: fixed;
    top: 7%;
    left: 50%;
    
    margin-left: -250px;
    width: 500px;
}
.xsnazzy em {
border-left:12px dotted transparent;
border-right:12px dotted transparent;
border-top:12px solid #FFFFFF;
color:#D8D8EE;
display:block;
height:0pt;
margin-left:50px;
overflow:hidden;
width:0pt;
}
* html .xsnazzy em {
height:0pt;
width:0pt;
}
.xsnazzy span {
border-left:10px dotted transparent;
border-right:10px dotted transparent;
border-top:10px solid #007300;
color:#FFFFFF;
display:block;
height:0pt;
margin-left:52px;
margin-top:-15px;
overflow:hidden;
width:0pt;
}
* html .xsnazzy span {
height:0pt;
width:0pt;
}
.xb1, .xb2, .xb3, .xb4, .xb5, .xb6, .xb7 {
display:block;
font-size:0pt;
overflow:hidden;
}
.xb1, .xb2, .xb3, .xb4, .xb5, .xb6 {
height:1px;
}
.xb4, .xb5, .xb6, .xb7 {
background:#CCCCCC none repeat scroll 0%;
border-left:1px solid #FFFFFF;
border-right:1px solid #FFFFFF;
}
.xb1 {
background:#FFFFFF none repeat scroll 0%;
margin:0pt 8px;
}
.xb2 {
background:#FFFFFF none repeat scroll 0%;
margin:0pt 6px;
}
.xb3 {
background:#FFFFFF none repeat scroll 0%;
margin:0pt 4px;
}
.xb4 {
background:#007300 none repeat scroll 0%;
border-width:0pt 5px;
margin:0pt 3px;
}
.xb5 {
background:#007300 none repeat scroll 0%;
border-width:0pt 4px;
margin:0pt 2px;
}
.xb6 {
background:#007300 none repeat scroll 0%;
border-width:0pt 3px;
margin:0pt 2px;
}
.xb7 {
background:#007300 none repeat scroll 0%;
border-width:0pt 3px;
height:2px;
margin:0pt 1px;
}
.xboxcontent {
background:#007300 none repeat scroll 0% 50%;
border-color:#FFFFFF;
border-style:solid;
border-width:0pt 3px;
display:block;
padding: 0 5px;
}

.xsnazzy p {
	margin-top: 0;
	margin-bottom: 0;
	padding: 5px;
}

.xsnazzy a {
	color: #FFAD08;
	padding: 0px 3px;
	text-decoration: none;
}

.xsnazzy h4 {
	margin: -10px 0 10px 0;
	padding: 0;
	font-size: 94%;
}
	

/* --------- gadget -------------- */

/* --------- jqModal gadget -------------- */

a.jqModal {
	display: block;
	text-align: center;
	color: #999;
}

a.jqmClose {
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	border: 3px solid #fff;
	padding: 0 2px;
	color: #fff !important;
	background: #007300;
	font-size: 8px;
	text-decoration: none;
	font-weight: bold;
}
.jqmClose:hover {
	background: #fff;
	color: #FFAD08 !important;
}

.brand {
	display: block;
	position: absolute;
	left: -20px;
	bottom: -80px;
}

#contentHere {
	background: url(http://iGadget.de/images/skin/div/wait.gif) center center no-repeat;
}

#dialog iframe {
border: none;
width: 100%;
}
