/*-------------------------------------
[ Modals ]
-------------------------------------*/

#getDisplayAdModal {
	display:none;
}

#getDistributedContentModal {
	display:none;
}

#getWebsitesModal {
	display:none;
}

#verifyUrlModal {
	display:none;
}

#getDisplayAdTagModal {
	display:none;
}

#getDistributedContentTagModal {
	display:none;
}


/*-------------------------------------
[ Core modal classes ]
-------------------------------------*/

body {padding:0; margin:0; height:100%; width:100%;}

/* Overlay */
#modalOverlay {
	background-color:#000; 
	background:#000000 url(../images/bg_modal.gif) top left repeat-x;
	cursor:default;}

/* Container */
#modalContainer { 
	left:50%; 
	top:10px; 
	margin-left:-360px;
}

#modalContainer a.modalCloseImg {
	background:url(../img/basic/x.png) no-repeat; 
	width:25px; 
	height:29px; 
	display:inline; 
	z-index:3200; 
	position:absolute; 
	top:-15px; 
	right:-18px; 
	cursor:pointer;
}

/*-------------------------------------
[ page setup ]
-------------------------------------*/

.modalOutline {
	padding:10px;
	background:url(../images/bg_transparent_40.png) top left repeat;
}

.modalWrapper {
	background-color:#fff;
	width:720px;
	text-align:left;
}

.modalPadding {
	padding:20px 30px 20px 30px;
}

.modal {
	position:relative;
}




.modalWrapper h1 {
	font-size:21px;
	color:#4b4b4b;
	font-weight:bold;
	padding:0px;
	border-bottom:0px solid #ccc;
	margin:0px 0px 20px 0px;
	width:610px;
}

.modalWrapper h3 {
	font-size:14px;
	color:#86722;
	margin:0px;
	padding:0px;
}

.modalWrapper .logo {
	float:left;
	background:url(../images/logo_modal.gif) top left no-repeat;
	width:130px;
	height:23px;
}


.modalWrapper .modalActions {
	margin:20px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	border-top:1px solid #ccc;
}


.modalWrapper .label {
	font:bold 11px arial;
	width:100px;

}

.modalWrapper .input {
	font:normal 11px arial;

}

.modalWrapper ol {
	list-style-type:decimal;
	list-style-position:outside;
}

.modalWrapper li {
	padding:0px 0px 12px 0px;
	margin:0px 0px 0px 20px;
}

.modalWrapper .modalActions .divider {
	border-right:1px solid #ccc;
	height:24px;
	width:10px;
	margin:0px 10px 0px 0px;
	float:right;

}








/*-----------------------------------
[ show hide forms ]
-----------------------------------*/

.getTag {
	display:none;
}











/****** help ******/

.modalHelp {
	float:left;
	width:230px;
}

.modalHelp h3 {
	color:#86a722;
	font-weight:bold;
	padding:0px 0px 8px 0px;
	border-bottom:0px;
}

.modalHelp p {
	padding:0px 0px 20px 0px;
	margin:0px;
	font:normal 11px arial;
	line-height:18px;
}

.modalHelp .label {
	padding:0px;
	margin:0px 0px 4px 0px;
}

.modalHelp .input {
	padding:0px;
	margin:0px 0px 4px 0px;
}

.modalHelp .input input {
	padding:2px 0px 0px 2px;
	width:220px;
	height:18px;
}









