.title2_envelop {
  width: 19em;
}

#buttonCol1 {
  float: left;
  width: 205px; /* (488/2)-20 */
  margin-left: 20px;
borderx: 5px solid red;
}

#buttonCol2 {
  float: right;
  width: 205px; /* (488/2)-20 */
  margin-right: 20px;
borderx: 5px solid green;
}

#consentformggg {
  text-align: right;
}

#consentformPromptggg {
  text-align: left;
  color: white;
  font-weight: bold;
}

#consentformButtonx {
  widthx: 80px;
  background-colorx: white;
  colorx: black;
  font-sizex: 1em;
  font-weightx: bold;
  paddingx: 0.5em 1em;
  position: relative;
  top: -30px;
}

.consentformButtonBlurx {
  width: 110px;
}

.consentformButtonShadowx {
  background-color: white;
}

.consentformButtonContentx {
  background-color: #00B6D7; /* Youth blue */
  margin-topx: -30px;
}




.consentformButtonggg a:link,
.consentformButton a:visited {
  background-color: #00B6D7; /* Youth blue */
  color: black;
  positionx: relative;
  topx: -30px;
}

.consentformButtonggg a:hover {
  background-color: white;
  color: black;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
height: 17px;
}

.consentformButtonShadowggg {
  background-color: LightSkyBlue;
  width: 110px;
  positionx: relative;
  topx: -30px;
}

.consentformButtonBlurggg {
  background-color: darkgray;
  width: 110px;
margin-bottom: 0px;
text-align: center;
  position: relative;
  top: -30px;
}

#seeAllEvents {
  text-align: center;  /*b For non-compliant IEs, etc. */
  margin-left: auto;   /*b For standards ...*/
  margin-right: auto;  /*b...compliant browsers. */
}




/*************************************************************************
ANOTHER WAY TO DO SHADOWS VIA CSS ONLY -- NO BETTER THAN MY CURRENT WAY

IN HTML FILE DO:
<div class="shadowG1"><div id="bodyblockG1"><div id="footer">
  Testing
</div></div></div>

#bodyblockG1 {

background-color: LightBlue;/*#FF9966;*//*
padding: 0px;
position: relative;
z-index: 1;
top: -50px;
BORDER-RIGHT: 1px solid #666;/*green;/*darkgray;#666;*//*
LEFT: -3px;
WIDTH: 100px;
COLOR: black;
font-weight: bold;
BORDER-BOTTOM: 1px solid #666;/*green;/*darkgray;#666;*//*
POSITION: relative;
TOP: -3px;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
text-align: left;
}

.shadowG1 {

BORDER-RIGHT: 1px solid #aaa;/*red;LightGrey;/*#aaa;*//*
BACKGROUND: #666;/*yellow;/*darkgray;#666;*//*
LEFT: 3px;
WIDTH: 100px;
BORDER-BOTTOM: 1px solid #aaa;/*red;LightGrey;/*#aaa;*//*
POSITION: relative;
TOP: 3px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
}
**************************************************************************/

