#cloudIqOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: white;
	z-index: 10000000000;
	display:none;
}

#cloudiqOverlayIframe {
	width: 100%;
	height: 100%;
}                                                             
                                       
#cloudIqOverlayDiv {
	background-repeat: no-repeat;
	font: 12px Helvetica, Arial, sans-serif;
	position: relative;
	width: 473px;
	height: 640px;
	margin: 0 auto;
	top: 50%;
	margin-top: -320px;
	z-index:1000000;
}

#overlay_template_background{
	position: fixed;
	background:rgb(0,0,0);
	opacity:0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	height:100%;
	width:100%;
	top:0;
	left:0;
}

#cloudIqCloseIframe{
	width: 2%;
	cursor: pointer;
	position: absolute;
	right: 3px;
	top: -7px;
}

#cloudIqOverlayBackgroundContainer {
	position:absolute;
	z-index:-1;
	width: 100%;
	height: 100%;
}

#cloudIqOverlayBackgroundContainer img {
	width: 100%;
}

.cloudiqMobileBg{
	display:none;	
}

#cloudIqCompanyLogo{
	width: 50%;
	text-align: center;
}

#cloudIqCompanyLogo img{
	width:77%
}

.cloudIqRight{
	float: right;
	clear: right;	
}

.cloudiqOrange{
	color:#cf6335 !important;
}

.cloudiqLargeText{
    font-size: 18px;
	
}

#cloudiqOverlayCompanyLogo {
	width: 59%;
	margin-top: 8%;
}

#submitButton img {
	width: 35%;
}

.cloudIqSubmitLink{
	background: #c00;
	font-size: 18px;
	cursor: pointer;
	color: #fff;
	border: 0;
	margin-bottom: 14px;
	margin-right: 37px;
	padding: 6px 12px;
}
.cloudIqSubmitLink:hover {
	color: #FFF;
	background: #000;
}
.cloudIqSubmitLink .cloudiqArrow{
	font-family: bmicons;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: .5em;
	padding-left: .5em;
	position: relative;
	top: -1px;
}
.cloudIqSubmitLink .cloudiqArrow:before{
	content: "\e606";
}
#cloudIqOverlayMessagePanel{
	font-size: 14px;
	color: #333333;
	z-index: 200;
	margin-top: 340px;
	margin-bottom: 23px;
	padding: 0 66px;
}

.cloudIqOverlayMessage2 {
	font-size: 18px;
	color: #333333;
	margin-bottom: 18px;
	z-index: 200;
}

#cloudIqSmallMessage{

}

.cloudIqOverlayMessage2 p{
	margin-bottom: 18px;
	margin-top: 0;
}

.smallText{
	font-size: 16px;
}

#cloudIqDiscountCode{
	margin-top: 83%;
	font-size: 28px;
	color: #333333;
	text-align: center;
	z-index: 200;
	width: 100%;
	line-height: normal;
}                                                       

#cloudIqDiscountCode span{
	font-weight: bold;
}

#cloudIqDiscountCode input{
	margin-top: 4%;
	    background: black;
    width: 66%;
    text-align: center;
    height: 38px;
    font-size: 16px;
    cursor: pointer;
    color: white;
    border: none;
}

#cloudIqDiscountCode div a{
	color:#ffffff;
	text-decoration:none;	
}

#CloudIqFullPrice {
	font-size: 18px;
	color: #333333;
	cursor: pointer;
	display: inline-block;
	background-color: #ccc;
	float: right;
	padding: 6px 10px; /* was: padding: 6px 12px; */
}
#CloudIqFullPrice:hover {
	background-color: #000;
	color: #fff;
}  
#CloudIqFullPrice span{
	cursor:pointer;
	text-decoration:underline;
	font-weight: bold;	
}

#cloudIqnewsletterSignUp {
	width: 50%;
	margin-bottom: 2%;
	font-size: 10px;
	color: black;
	text-align: center;
	z-index: 200;
	margin-left: 1%;
}

#formPanel {
	text-align: center;
	z-index: 200;
	margin-top: 1%;
}

input.cloudIqFormLabels {
	width: 66%;
	height: 38px;
	font-size: 18px;
	text-align:center;
	border:1px solid lightgray;
}

.submitField{
	text-align: center;
	margin-top: 4%;
	margin-bottom: 4%;
	width: 100%;
	/* margin-left: 13%; */
}

#cloudIqSmallMessage{
    margin-bottom: 23px;
}

/*** Media queries for smaller/windowed screens ***/

@media only screen and (max-width: 550px), screen and (max-height: 670px) {
	#cloudIqOverlayDiv {
    width: 400px;
	
    height: 541px;
    margin-top: -270px;
}
	#cloudIqOverlayMessagePanel{
    font-size: 14px;
    margin-top: 281px;
 }
	.cloudIqOverlayMessage2{
    font-size: 18px;
}
	.submitField{
    margin-top: 3%;     
    margin-bottom: 3%;
}
#CloudIqFullPrice{
}

#cloudIqSmallMessage{
	margin-bottom: 15px;
}
}

@media only screen and (max-width: 460px), screen and (max-height: 590px) {
	#cloudIqOverlayDiv {
    width: 330px;
	
    height: 447px;
    margin-top: -224px;
}
	#cloudIqOverlayMessagePanel{
    font-size: 12px;
    margin-top: 68%;
    padding: 0 60px;
}
	.cloudIqOverlayMessage2{
    font-size: 16px;
    margin-bottom: 2%;
}
	.submitField{
    margin-top: 3%;     
    margin-bottom: 3%;
}
	#CloudIqFullPrice{
 font-size: 15px;
 padding: 6px 10px;
 }
	.cloudIqSubmitLink{
    margin-right: 7px;
    font-size: 15px;
    margin-bottom: 0px;
    padding: 6px 10px;
 }
	#cloudIqnewsletterSignUp{
	}
	input.cloudIqFormLabels{     height: 30px;
     font-size: 16px;}
     #cloudIqDiscountCode{
    margin-top: 76%;     
    font-size: 24px;
}
#cloudIqDiscountCode input{
    height: 30px;     
    font-size: 14px;
}
}

@media only screen and (max-width: 380px), screen and (max-height: 480px) {
	#cloudIqOverlayDiv {
    width: 260px;
	
    height: 352px;
    margin-top: -176px;
}
	#cloudIqOverlayMessagePanel{
    font-size: 11px;
    margin-top: 67%;
    padding: 0 35px;
}
	#cloudIqOverlayMessagePanel br{
		display:none;
	}
	.cloudIqOverlayMessage2{
    font-size: 13px;
}
	.submitField{
    margin-top: 3%;     
    margin-bottom: 3%;
}
	#CloudIqFullPrice{
    padding: 5px 5px;
 }
	.cloudIqSubmitLink{
    padding: 5px 8px;
}
	#cloudIqnewsletterSignUp{
	}
	input.cloudIqFormLabels{     height: 25px;
		font-size: 14px;}
		#cloudIqCloseIframe{
		right: 7px;     
		top: -6px;
     }
     #cloudIqSmallMessage {
     	 margin-bottom: 8px;
     }
}