
/* //////////////////////////////////////////////////////////////////////////////////////////////
	//   Default Modal Styles   //
////////////////////////////////////////////////////////////////////////////////////////////// */
/*   This is the background overlay   */
.formDescription p {font-size:0.9rem; line-height: 1.1rem; margin-top: 7px; color:#999}

/*   This is the Popup Window   */
.delayedPopupWindow {
  display: none;
  position: fixed;
  width: auto;
  width: 50px;
  height: 50px;
  bottom: 80px;
  left: 80px;
  margin-left: -50px;
  margin-top: -100px;
  background-color: #0674ac;
  border-radius: 4px;
  z-index: 102;
  padding: 10px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}


/*   This is the Popup Window   */
.delayedPopupWindow2 {
  display: none;
  position: fixed;
  width: auto;
  width: 140px;
  height: 50px;
  bottom: 80px;
  left: 50px;
  margin-left: 34px;
	color:#fff;
  margin-top: -100px;
  background-color: #333;
  border-radius: 4px;
  z-index: 102;
	padding-left: 16px;
 
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}


