/* PLACEHOLDER TEXT COLOR */

::-webkit-input-placeholder {
    color: #03299b;
}

:-moz-placeholder {
    color: #03299b;
}

::-moz-placeholder {
    color: #03299b;
}

:-ms-input-placeholder {
    color: #03299b;
}

select.placeholder > option:first-child {
    color: #03299b;
    display: none;
}

select.placeholder {
    color: #03299b;
}


/* DEFAULT INPUT STYLES */

input, textarea, select, option {
	border-radius: 3px;
    padding:6px 8px;
	border: 1px solid #BBBBBB;
    color: #03299b;
}

select {
    padding: 5px 4px;
}

input:focus, textarea:focus, select:focus {
	box-shadow: 0 0 4px #03299b;
	transition: all 70ms linear;
	outline: none;
}

/* VALIDATION POPUP COLOR */
.formError .formErrorContent {
	background:#3e100f;
	color: #FFF;
}
.formError .formErrorArrow div  {
	background:#3e100f;
}

.realperson-regen i { 
	color: #232323;
}

.webcom-form {
    display: table;
    margin: auto;
    border: 1px solid #7B7C7E;
}
.webcom-form fieldset {
    border: none;
}
.webcom-form label {
    display: block;
    font-weight: bold;
}
.webcom-form ol {
    width: 100%;
    min-width: 265px;
    font-size: 0;
    list-style: none;
    padding: 10px 1%;
}
.webcom-form ol li {
    width: 98%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 12px;
    margin: 0 1%;
    padding: 6px 0 6px;
}
.webcom-form ol li.half {
    width: 48%;
}
.webcom-form ol li.third {
    width: 31.333333333333%;
}
.webcom-form ol li.quarter {
    width: 23%;
}
.webcom-form ol li small {
    position: relative;
    top: -6px;
    font-style: italic;
}
.webcom-form input, .webcom-form select, .webcom-form textarea {
    width: 100%;
    border: 1px solid #A9A9A9;
    background: #F6F6F6;
    font-size: 12px;
    font-family: inherit;
    color: #000000;
    padding: 4px 5px 5px;
}
.webcom-form input[type=checkbox], .webcom-form input[type=radio] {
    width: auto;
    border: none;
    background: none;
    margin: 0 5px 0 0;
    padding: 0;
}
.webcom-form .options label {
    width: 100%;
    display: inline-block;
    padding: 0 10px 0px 5px;
    vertical-align: top;
    font-weight: normal;
}
.webcom-form .options.half label {
    width: 49%;
}
.webcom-form .options.third label {
    width: 32%;
}
.webcom-form .options.quarter label {
    width: 24%;
}
.webcom-form .webcom-submit {
    width: 100%;
    height: 30px;
    display: block;
    line-height: 30px;
    text-align: center;
    letter-spacing: 3px;
    color: #FFF;
    background: #3e100f;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}
.webcom-form .webcom-submit:hover {
    color: #FFFFFF;
    background: #3e100f;
    text-decoration: none;
    opacity: .8;
}

.realperson-challenge {
    width: 65%;
    height: 30px;
    padding: 4px 0;
    float: left;
    color: #000000;
    border: 1px solid #A9A9A9;
    background: #f6f6f6;
    background: linear-gradient(to bottom, #DDDDDD 0%, #F1F1F1 20%, #F6F6F6 100%);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.realperson-text {
    width: 85%;
    display: inline-block;
    vertical-align: top;
    font: 700 6px "Courier New", monospace;
    text-align: center;
    letter-spacing: -1.4px;
    line-height: 3px;
}

.realperson-regen {
    width: 14%;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    text-align: right;
    cursor: pointer;
}
.realperson-regen i {
    font-size: 21px;
}

#defaultReal {
    width: 33%;
    margin: 0 0 0 2%;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.6;
}

.realperson-block {
    width: 100%;
    min-width: 250px;
}

.realperson-label {
    height: 25px;
}

/* Validation Engine */

.formError {
    position: absolute;
    z-index: 999;
    padding: 0 0 13px 0;
    cursor: pointer;
}

.formError .formErrorContent {
  width: 150px;
  padding: 4px 10px 4px 10px;
  border: 1px solid #DBDBDB;
  font: 400 11px tahoma, sans-serif;
  color: #FFFFFF;
}

.formError .formErrorArrow {
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 0;
  left: 20px;
}

.formError .formErrorArrow div {
  height: 1px;
  margin: auto;
  border-right: 2px solid #DBDBDB;
  border-left: 2px solid #DBDBDB;
}

.formError .formErrorArrow .line10 {
  width: 15px;
  border: none;
}

.formError .formErrorArrow .line9 {
  width: 13px;
  border: none;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line3 {
  width: 1px;
  border-right: 2px solid #DDDDDD;
  border-bottom: none;
  border-left: 2px solid #DDDDDD;
}

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #DDDDDD;
}

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #DDDDDD;
}

#overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
}
#overlay #thankyoumessage {
  width: 600px;
  z-index: 999;
  margin: 300px auto 0;
  padding: 5px;
  border: solid 5px #FFFFFF;
  -webkit-box-shadow: inset 0 0 6px 2px 0;
  -moz-box-shadow: inset 0 0 6px 2px 0;
  box-shadow: inset 0 0 6px 2px 0;
  background: #0F131F;
  text-align: center;
}
#overlay #thankyoumessage h2 {
  font-size: 23px;
  font-family: inherit;
  color: #FFFFFF;
}
#overlay #thankyoumessage h3 {
  font-size: 18px;
  font-family: inherit;
  color: #FFFFFF;
}
#overlay #thankyoumessage p {
  margin: 15px;
}
#overlay #thankyoumessage a {
  font: 400 11px tahoma, arial;
  color: #CCCCCC;
  cursor: pointer;
}