@charset "utf-8";
/* CSS Document */

/*  ------------------------------------------------------------------- */

#contactus_container {
	/* margin-left: 100px; */
}
	
.requestinfo_privacy{
	font-size:11px;
	font-family: arial,verdana,helvetica,sans-serif;
	padding-top:4px;
	padding-bottom:8px;
}


/*  ------------------------------------------------------------------- */

fieldset {
  margin-bottom: 12px;
  border-color: #00457b;
  background-color: #ffffff; /* #cfeace; */
  padding-left: 6px;
  padding-right: 6px;
}

fieldset div {
  margin-bottom: 6px;
  margin-top: 6px;
  font-weight: normal;
}

legend {
  border: 2px ridge #00457b;
  font-weight: bold;
  background-color: #414141; /* #e36a51; */
  color: white;
  padding: 2px 16px;
}

button {
  background-color: #F09E17; /* #FA9718; MK */
  padding: 2px 3px; 
  color: #000000; /* #FFFFFF; */
  font-weight:bold;
}

button:hover {
  color: #7B0009;
  cursor:pointer;
  text-decoration:underline;
}


fieldset {
  width: 750px; 
}

label {
  float: left;
  font-weight: bold;
  width: 12em; /* 11em; */
  text-align: right;
  margin-right: 0.5em; 
}

.question {
	font-weight: bold;
}
textarea {
  width: 740px; 
  font-size:12px;
  font-family: verdana,arial,helvetica,sans-serif;
}

#console {
  padding: 4px;
  width: 740px; 
  overflow: auto;
}

#console label {
  float: none;
}

#responseDisplay {
  margin-left: 2em;
  font-size: 0.8em;
}


.labelGMC {
  font-weight: bold;
}

.headingGMC{
  font-weight: bold;
  padding-bottom: 10px;
}


.labelleft {
  float: left;
  font-weight: bold;
  /* width: 11em; */
  text-align: right;
  margin-right: 0.5em;
}

/*  ------------------------------------------------------------------- */
