img { border: none; }
.clear { clear: both; }


.required { margin-right: 2px; }

/***  form fields  ***/
.FormField-Row {
  clear: both;
  margin: 5px 0;
}
.FormField-Label, .FieldType-check_box span.required, .FieldType-check_box .FormField-Checkbox {
  float: left;
}
.FormField-Label {
  width: 115px;
  text-align: right;
  margin-right: 3px;
  padding-top: 2px;
}
.FormField-CheckboxLabel {
  padding-top: 3px;
}
.FieldType-check_box span.required {
  margin-top: 0.7em;
  line-height: 0.8em;
}
.FieldType-check_box .FormField-Input {
  margin-right: 5px;
  margin-left: 5px;
}
.FieldType-radio_button .FormField-Input label {
  margin-left: 5px;
  margin-right: 10px;
}
.FieldType-hidden_field { display: none; }

.formInput { width: 170px; }
.formPhone { text-align: center; margin-right: 3px; }
.formPhone3 { width: 40px; }
.formPhone4 { width: 50px; }
.phoneDivider { margin-right: 3px; }
.formSelect { width: 174px; }
.FormField-Submit {
  width: 93px;
  margin: 0 auto;
}


/***  errors  ***/
#errorExplanation {
  margin: 0 20px 20px;
  text-align: center;
  border: 3px solid;
  font-weight: bold;
}
#errorExplanation p {
  margin: 0 !important;
  margin-bottom: 1em !important;
  padding: 2px 0 5px 0 !important;
}
#errorExplanation ul {
  list-style: none;
  margin: 1em 3px !important;
  padding: 0 !important;
}


/* remove browser defaults */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,legend,input { margin:0; padding:0; }
a img,:link img,:visited img { border:none; }
/* end of browser defaults */

body {
  font: 12px/16px Arial, Helvetica, sans-serif;
  margin: 20px;
}

#HeaderContainer * { display: none; }


body {
  color: #999;
  background-color: #000;
  margin-top: 32px;
}
h1 { font-size: 25px; line-height: 1em; }
h2 { font-size: 18px; line-height: 20px; }
h3 { font-size: 15px; line-height: 18px; }
h4 { font-size: 12px; line-height: 16px; }
h1, h2, h3, h4, p { margin-bottom: 12px; }


#FullContainer {
  width: 780px;
  margin: 0 auto;
}


#HeaderContainer {
  background: #000 url(/sites/wilhelmina_utg/images/header.gif) repeat-x;
  height: 94px;
}


#ContentContainer {
  background: #fff url(/sites/wilhelmina_utg/images/content-bg.gif) repeat-y;
  margin: 0;
  border-bottom: 2px solid #fff;
}


#CopyContainer {
  float: left;
  display: inline;
  color: #333;
  width: 423px;
  padding-top: 30px;
  padding-bottom: 30px;
}
#CopyContainer h1 {
  color: #6a4613;
}
#CopyContainer h2, #CopyContainer h3 {
  color: #a6851f;
  font-weight: bold;
  font-style: italic;
}

#copy-content {
  width: 356px;
  padding: 0 30px 0 37px;
}

#copy-tease {
  background: transparent url(/sites/wilhelmina_utg/images/copy-yellow-bg.gif) repeat-y left center;
  margin-top: 30px;
}
#copy-tease-content {
  padding: 20px 29px 20px 37px;
  font-size: 14px;
  font-weight: bold;
  background: transparent url(/sites/wilhelmina_utg/images/copy-yellow-arrow.gif) no-repeat left center;
}
#copy-tease-content p { margin: 0; }


#FormContainer {
  position: relative;
  float: right;
  display: inline;
  margin-right: 2px;
  width: 353px;
  padding-bottom: 30px;
  color: #fff;
}
#FormCopy, #ThankyouCopy {
  margin: 86px 0 20px 0;
  padding: 30px 25px 15px 30px;
  font-size: 12px;
  line-height: 14px;
  font-style: italic;
  font-weight: bold;
  color: #fff;
  background: #716550 url(/sites/wilhelmina_utg/images/form-copy-arrow.gif) no-repeat 30px 0;
  border: 2px solid #8d8473;
  border-left: none;
  border-right: none;
}
#FormCopy p, #ThankyouCopy p { margin: 0; }
#FormCopy p strong {
  font-size: 22px;
  line-height: 22px;
  color: #ffcc00;
}
#FormArea { margin: 0 30px; }


#FooterContainer {
  position: relative;
  padding-top: 20px;
}
#FooterContainer, #FooterContainer a {
  color: #999;
  text-decoration: none;
}
#FooterContainer a:hover { text-decoration: underline; }
#FooterContent {
  line-height: 14px;
  text-align: center;
  font-weight: bold;
}
#FooterContent ul { list-style: none; margin: .3em 0; }
#FooterContent ul li {
  display: inline;
  border-left: 1px solid;
  padding: 0 10px;
}
#FooterContent ul li.first { border: none; }


/***  form fields  ***/
.FormField-Row { margin: 8px 0; }
.FormField-Label { width: 110px; margin-right: 5px; }
.formPhone4 { width: 60px; }

#FormRow-call_time .FormField-Select { padding-top: 8px; }

#FormField-Submit-dynamic_form { margin: 30px auto; }
#FormField-Submit-dynamic_form input { display: block; font-size: 0; line-height: 0; text-indent: -9999px; border-width: 0; overflow: hidden; cursor: pointer; }
#FormField-Submit-dynamic_form input { width: 119px; height: 26px; background: transparent url(/sites/wilhelmina_utg/images/btn-submit.gif) no-repeat 0 0; }
#FormField-Submit-dynamic_form .FormField-SubmitButton { }
#FormField-Submit-dynamic_form .FormField-SubmitButton-on { background-position: 0 -26px; }


/***  errors  ***/
#errorExplanation { border-color: #FFCC00; margin-left: 10px; margin-right: 10px; }
#errorExplanation p { color: #000; background-color: #FC0; }


#CopyContainer h2 { font-size: 16px; line-height: 16px; }


#FormTopImage {
  position: absolute;
  width: 440px;
  height: 210px;
  top: -124px;
  left: 0;
  background: transparent url(/sites/wilhelmina_utg/adults/images/form-top.jpg) no-repeat;
}
