﻿div.req-notice {
  margin: 5px 0 0 0;
  color: #545454;
  font-weight: bold;
}

div.section {
  margin: 0 25px 0 30px;
  padding: 10px 20px 10px 40px;
  background-color: #eff6fa;
}
div.item {
  clear: both;
  margin: 0 0 10px 0;
}
	div.item .q {
	  float: left;
	  width: 190px;
	  padding-top: 5px;
	}
	div.item .group {
	  margin-left: 135px;
	}

div.q,
span.q,
label.q {
  position: relative;
  font-weight: bold;
}
span.req {
  color: #00f;
  font-weight: bold;
}
div.q span.req,
span.q span.req,
label.q span.req {
  position: absolute;
  top: 0;
  left: -12px;
}
div.item div.q span.req {
  top: 5px;
}

.option-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.option-list li {
  margin: 8px 0;
}
.field-desc {
  margin-top: 5px;
  font-size: 11px;
}
.example {
  color: #999;
  font-size: 11px;
}
.char-count {
  color: #999;
  font-size: 11px;
}

.form-submit {
  margin-top: 30px;
}

div.req-notice {
  margin: 10px 0;
}

.section input {
  width: 200px;
}
.section textarea {
  width: 300px;
}
.other-item .q {
  width: 170px !important;
  margin-left: 20px !important;
}
.deselected {
  color: #ccc;
}
#conPlatform .group {
  padding-top: 15px;
}
#conAgree {
  margin: 10px 0;
}
#conAgree input {
  width: auto;
}