/**Background Color**/
body {
  background-color: #f6f6f6;
}
/**Header Styles**/
#header {
  padding: 0px;
  background-color: #fff;
}
#header img {
  width: 100%;
}
/**Footer Styles**/
#footer-wrapper {
  background-color: #014165;
  color: #fff;
}

#ctl07{
	max-width:auto;
}

span.checkerror[style*="inline"]{
    display:inline-block !important;
}

@media (min-width: 601px){
	#ctl07{
		max-width:200px;
	}
}