@charset "utf-8";
/* CSS Document */

/*  ------------------------------------------------------------------- */

#contactus_container {
	margin-left: 70px;
}
	
.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:#999999; /* :#CCCCCC; */ /* #050F74; *//* #003300; *//*  #7784BC;  *//* #2a523c; */
  padding: 2px 3px; /* 16px; */
  color: white; /* #cfeace; */
  font-weight:bold;
}

button:hover {
  color:#000000;
  cursor:pointer;
  text-decoration:underline;
}


fieldset {
  width: /* 490px; */ /* 530px; */ 620px; /* 640px; */
}

label {
  float: left;
  font-weight: bold;
  width: 12em; /* 11em; */
  text-align: right;
  margin-right: 0.5em; 
}

.question {
	font-weight: bold;
}
textarea {
  width: 610px; 
  font-size:12px;
}

#console {
  padding: 4px;
  width: 610px; 
  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;
}

/*  ------------------------------------------------------------------- */

