html{
        overflow-y: scroll;
}
body {
    color: #002568;
    margin: 0;
    padding: 0;
	font-family: 'Lato', sans-serif;
}
#contentWrapper {
    margin: 25px auto 10px auto;
    padding: 0;
    max-width: 721px;
	width:96%;
}
.topBorder {
    height: 9px;
    margin: 0;
    padding: 0;
    max-width: 721px;
	width:100%;
}
#contentBoxBg {
  margin: 0 auto;
  max-width: 721px;
  min-height: 100px;
  padding: 0;
  width: 100%;
}
#contentBox {
  margin: 0 12px 0 12px;
  max-width: 702px;
  min-height: 100px;
  padding: 0 0 20px;
  width: 90%;
  box-sizing: border-box;
}

.bottomBorder {
    height: 9px;
    margin: 0;
    padding: 0;
    max-width: 721px;
	width:100%;
}
.menubottom_menu a {
    color: #FFF;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
}
.menubottom_menu a:hover {
    color: #FE6D03;
    text-decoration: none;
}
#content {
    margin: 0 0 0 0;
    padding: 0px 0 0;
}
#content div,
#content p,
#content td,
#content h1{
    font-size: 12pt;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
#content img {
    border: medium none;
    margin: 5px;
}
#content a {
    color: #FE6D03;
    text-decoration: none;
}
#content h1{
    font-size: 13pt;
    /*letter-spacing: 1px;*/
    /* margin-bottom: 1.2em; */
	color:#999;
    margin-bottom: 15px;
    line-height: 2;
	border-bottom: 1px solid #999;
}

#content table.contentpaneopen {
    margin-bottom: 15px;
}

.textarea, .input, .select {
  background: none repeat scroll 0 0 #f7f7f7;
  border: 1px solid #ccc;
  border-radius: 3px;
  display: block;
  font-size: 12pt;
  margin: 0 0 15px;
  outline: medium none;
  padding: 5px;
  width: 53%;
}
.textarea{
    height: 200px;
}
.static{
    padding: 5px;
    margin: 0px 0px 15px 0px;
    height: 40px;
    display: block;
}

.formrow{
    clear: both;
}
sup{
    margin: 0;
    padding: 0;
    line-height: 0.5em;
}

.button:hover {
  background: none repeat scroll 0 0 #f67810;
}

.button{
    width: auto;
}

.button {
  background: none repeat scroll 0 0 #0f1a2d;
  color: #fff;
  /*cursor: pointer;*/
  font-size: 1.125rem;
  font-weight: 700;
  margin-right: 2px;
  margin-top: 2px;
  padding: 0.625rem;
  text-transform: uppercase;
  border:none;
}

div.error{
    color: #ff0000;
    height: 30px;
    display: block;
}
.error{
    color: #ff0000;
}
div.valid{
    display: none;
}
#ui-datepicker-div{
    width: 200px;
    font-size: 0.9em;
}

#footerWrapper {
  background: none repeat scroll 0 0 #172c41;
  margin: 0 auto;
  max-width: 721px;
  padding: 5px;
  width: 96%;
  box-sizing: border-box;
}




/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (max-width : 640px) {
	#mainform {
		background-image:none !important;
	}
}

@media only screen 
and (max-width : 480px) {
	label, .label {
		float:none !important;
	}
	.textarea, .input, .select {
	  width: 100%;
	  box-sizing:border-box;
	}
	.button {
	  margin: 0 auto;
	  display: block;
	}
}