.popupwindow
  {
  position: relative;
  width: 300px;
  display: block;
  border: 2px SOLID #A5AEB5;
  box-sizing:border-box;
  border-radius: 3px;
}
  
.popupheading
  {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
  background: #215175; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#215175, #1a3247); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#215175, #1a3247); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#215175, #1a3247); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#215175, #1a3247); /* Standard syntax */
  box-sizing:border-box;
  }
  
.popupheader
  {
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  color: #ffffff;
  height: 18px;
  background: #215175; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#215175, #1a3247); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#215175, #1a3247); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#215175, #1a3247); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#215175, #1a3247); /* Standard syntax */
  padding-left: 7px;
  padding-top: 2px;
  padding-bottom: 2px;
  box-sizing:border-box;
  }
  
.popupcolumnh
  {
  float: left;
  font-size: 12px;
  font-weight: normal;
  font-family: ARIAL, HELVETICA, SANS-SERIF;
  border-top: 1px SOLID #ffffff	;
  box-sizing:border-box;
  }

.popupcontainer
  {
  float: left;
  background: #ffffff;
  box-sizing:border-box;
  }

.popuprow
  {
  float: left;
  width: 100%;
  background: #ffffff;
  box-sizing:border-box;
  }

.popupcolumn
  {
  float: left;
  border: 0px;
  background: #ffffff;
  box-sizing:border-box;
  }

.popuplabel
  {
  float: left;
  font-size: 12px;
  font-weight: normal;
  font-family: ARIAL, HELVETICA, SANS-SERIF;
  text-align: left;
  background: #ffffff;
  padding: 2px 3px 2px 3px;
  }
.popuptext
  {
  float: left;
  font-size: 12px;
  font-weight: bold;
  font-family: ARIAL, HELVETICA, SANS-SERIF;
  text-align: left;
  background: #ffffff;
  padding: 2px 3px 2px 3px;
  }
