@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;
  padding-right: 6px;
}

fieldset div {
  margin-bottom: 6px;
  font-weight: normal;
}

legend {
  border: 2px ridge #00457b;
  font-weight: bold;
  background-color: #414141;
  color: white;
  padding: 2px 16px;
}

button {
  background-color:#999999;
  padding: 2px 3px;
  color: white;
  font-weight:bold;
}


fieldset {
  width: 570px;
}

label {
  float: left;
  font-weight: bold;
  width: 12em;
  text-align: right;
  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;
}

