/* Stylesheet prepared by Ismar Healthcare - http://www.ismar.com */
body
{
/*background: #edeeeb;*/
background: url(bg_emuc.jpg) #edeeeb top center no-repeat;
padding-top: 25px;
}

h1
{
  color: #fff;
  background: #00519C;
  font-size: 1.7em;
  line-height: 2.5em;
  padding-left: 10px;
  margin-bottom: 3px;
  margin-top: 5px !important;
}

h2 {
  color: #00519C;
  padding-left: 10px;
  border-bottom: 2px solid #00519C;
  font-size: 2em;
  line-height: 1.2em;
  margin-top: 5px;
  margin-bottom: 0px;
}

h2 span
{
  display: block;
  color: #666 !important;
}

#wrapper
{
  width: 500px;
  /* background: url(knal2.jpg) white top left no-repeat;*/ 
  background: white;
  padding: 15px;
  padding-bottom: 50px;
  color: #00519C;
  position: relative;
}

#surveyContent
{
  float: left;
  background: transparent;
  margin: 10px;
  margin-top: 5px;
  margin-bottom: 3px;
  width: 200px;

}


#surveyContent table {
font-size: 11pt;
border-collapse: collapse !important;
border: none !important;
margin: 0 !important;
}

#surveyContent table td
{
padding: 0;
}

.question
{
font-size: 1em; 
font-weight: bold; 
margin-bottom: 0 !important;
padding-bottom: 3px !important;
padding-top: 5px;
color:#00519C;
}
.instruct
{
font-size: 1em;
color: #999999;
}

input.emucInput {
  border: 1px solid #00519C;
  padding: 5px;
  width: 300px;
}


input.emuc:focus
{
   background: #eef8fb;
}

/* ********* message styles  ************ */
div.confirm
{
   font-weight: normal !important;
}

div.thanks
{
     background: #ffc;
     padding: 20px;
     margin-top: 20px;
     color: black !important;
     border: 1px solid #fc0;
     font-size: 120%;
}

div.thanks h2
{
  border: none;
  padding: 0;
  color: black;
}

#footer {margin-top: 20px;}
#footer p {color: #666; float: left; width: 230px; margin-left: 25px;}
#footer img {float: left; margin-left: 10px;}


