@charset "utf-8";
/* CSS Document */

/*  ------------------------------------------------------------------- */

#contactus_container {
	margin-left: 16px;
    color:#000000; 
}
	
.requestinfo_privacy{
	font-size:11px;
	font-family: arial,verdana,helvetica,sans-serif;
	padding-top:4px;
	padding-bottom:8px;
}


/*  ------------------------------------------------------------------- */

fieldset {
  margin-bottom: 12px;
  border: none;
  background-color: none; 
  padding-left: 6px;
  padding-right: 6px;
  color:#000000;
}

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: #6699FF; 
  padding: 2px 3px; 
  color: #FFFFFF;
  font-weight:bold;
}

button:hover {
  background-color: #FFFFFF;
  color: #000000;
  cursor:pointer;
  text-decoration:underline;
}

fieldset {
  width: 640px;
}

label {
  float: left;
  font-weight: bold;
  margin-right: 0.5em; 
}

.question {
	font-weight: bold;
}
textarea {
  width: 630px; 
  font-size:12px;
}

#console {
  padding: 4px;
  width: 630px; 
  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;
  text-align: right;
  margin-right: 0.5em;
}


