.colmask {
  position:relative;	/* This fixes the IE7 overflow hidden bug */
  clear:both;
  width:650px;			/* width of whole page */
  overflow:hidden;		/* This chops off any overhanging divs */
  margin-left: auto ;
  margin-right: auto ;
  color: #000000;
  background-color: #DCDCDC;
    background: white;
  padding:20px;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
}
#userGree {
  background-color:#F0F0F0;
  border: 1px  inset #777;
  width: 100%;
  height: 200px;
  overflow: auto;
  margin-left: auto ;
  margin-right: auto ;
}
#notice {
  font-weight: bold;
  text-decoration: underline;
}
#sbmtnotice {
  font-weight: bold;
  text-align: center;
}
#sbmtnoticei {
  font-style: italic;
  text-align: center;
}
#sbmtmesg {
  font-size:85%;
  float: right;
  font-style: italic;
}
#sbmtmesg2 {
  float: right;
}
#required {
  font-style: italic;
}
#back {
 float: right;
}
/* column container */
.colmask2 {
  position:relative;	/* This fixes the IE7 overflow hidden bug */
  clear:both;
  width:625px;			/* width of whole page */
  overflow:hidden;		/* This chops off any overhanging divs */
  margin-left: auto ;
  margin-right: auto ;
  color: #000000;
  background-color: #DCDCDC;
  padding:20px;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
}
#mobile_link {
   width: 100%;
   text-align: center;
}
.padding {
  padding:20px;
}
/* common column settings */
.colmid,
{
        align:center;
        width:100%;                     /* width of page */
        position:relative;
}

.colright,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1
{
        align: center;
        position:relative;
        padding:0 0 1em 0;      /* no left and right padding on columns, we just make them narrower instead
                                        only padding top and bottom is included here, make it whatever value you need */
        overflow:hidden;
}

.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* 3 Column settings */
.threecol {
	background:#eee;		/* right column background colour */
}
.threecol .colmid {
	right:25%;			/* width of the right column */
	background:#fff;		/* center column background colour */
}
.threecol .colleft {
	right:50%;			/* width of the middle column */
	background:#fff;	/* left column background colour */
}
.threecol .col1 {
	width:46%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:21%;			/* Width of left column content (column width minus padding on either side) */
	left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:21%;			/* Width of right column content (column width minus padding on either side) */
	left:85%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	/*border-top:1px solid #000;*/
	border-top:1px solid #fff;
}
#footer p {
	padding:10px;
	margin:0;
}
button {
  color: #ffffff;
   background-color:#012242;
  border: 1px solid #e87511;
  font-weight: bold;
}
.left {
      text-align: left;
}
.bold {
    font-weight: bold;
} 
#table-2 {
	border: 1px solid #e3e3e3;
	background-color: #f2f2f2;
        width: 100%;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
#table-2 td, #table-2 th {
	padding: 5px;
	color: #333;
}
#table-2 thead {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: .2em 0 .2em .5em;
	text-align: left;
	color: #4B4B4B;
	background-color: #C8C8C8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e3e3e3), color-stop(.6,#B3B3B3));
	background-image: -moz-linear-gradient(top, #D6D6D6, #B0B0B0, #B3B3B3 90%);
	border-bottom: solid 1px #999;
}
#table-2 th {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 17px;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-shadow: white 1px 1px 1px;
}
#table-2 td {
	line-height: 20px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}
#table-2 td:hover {
	background-color: #fff;
}

@media (max-width: 767.9px) {
    .colmask {max-width: 100%; padding: 20px 0;}
    form.cmxform label {
        width: 165px;
    }
}