/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow {
    display: none;    
    position: fixed;
    top: 17%;
    left: 50%;    
    margin-left: -300px;
    width: 600px;    
    background-color: #FFF;
    color: #333;
    border: 1px solid black;
    padding: 12px 12px 12px 12px;
	overflow: hidden;
}

.jqmWindow .dialogHeader {

	padding-bottom: 5px;
	overflow: hidden;

}

.jqmWindow .dialogHeader h4 {
	font-family:Tahoma,Helvetica,Arial,sans-serif;
	font-size: 18px;
	float: left;
	margin-top: 2px;	
	height: 17px;
	width: 500px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	text-indent: -9999px;

}

.jqmWindow .dialogHeader h4.checkmtvmobile {
	background-image: url(../images/h_checkmtvmobile.gif);
}

.jqmWindow .dialogHeader h4.nosmsreceived {
	background-image: url(../images/h_geensmsontvangen.gif);
}

.jqmWindow .dialogHeader h4.noemailreveived {
	background-image: url(../images/h_geenemailontvangen.gif);

}
.jqmWindow .dialogHeader h4.contact {
	background-image: url(../images/h_contact.gif);

}

.jqmWindow .dialogContent {
	
	border-top: 1px solid #000;	
	padding-top: 8px;
	overflow: hidden;
	clear: both;
}

.jqmWindow .dialogContent img {
	padding: 5px;
	float: right;
}

.jqmOverlay { background-color: #000; }


/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* 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');
}

.jqmWindow a {
	color:#000000;
	text-decoration:underline;
}

.jqmWindow .wap-preview{
	width: 320px;
	height: 400px;
	float: right;
}
.jqmWindow .wap-text{
	float: left;
       width: 350px;
       overflow: hidden;
}

#preloader {
       margin-top: 10px;
	float: right;
}

.wap-form {
	margin-top: 20px;
}

.wap-form div {
	margin-top: 10px;
	overflow: hidden;
}

.wap-form div label {
	float: left;
	width: 110px;
}

.wap-form div input {
	float: left;
	width: 220px;
}

#div_wapmessage {
	display: block;
       height: 30px;
       margin-bottom: 5px;
}
	.wapsuccess {
		color: #007125;
		margin-top: 10px;
              float: left;
	}
	
	.waperror {
		color: #e00000;
		margin-top: 10px;
              float: left;
	}
	
.jqmClose {
	background-image: url(../images/button_x_small.jpg);
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	display: block;
	float: right;
	text-indent: -9999px;
}
