/* popup */
#sec-popup
{
   background-color: #edf0eb;
   background-image: none;
}
#sec-popup p, #sec-popup div, #sec-popup span
{
   font-size: 10px;
}
#sec-popup #window
{
   width: 385px;
   height: 500px;
   position: relative;
}
#sec-popup #logo
{
   position: absolute;
   left: 35px;
   top: 35px;
   width: 180px;
}
#sec-popup #close
{
   position: absolute;
   right: 0;
   top: 0;
}
#sec-popup h1
{
   text-align: left;
   position: absolute;
   left: 35px;
   top: 129px;
}
#sec-popup #form
{
   position: absolute;
   left: 35px;
   top: 170px;
   width: 315px;
   line-height: 140%;
}
#sec-popup input, #sec-popup select, #sec-popup textarea, #sec-popup label
{
   font-size: 10px;
}
#sec-popup label
{
   width: 80px;
}
#sec-popup .label img
{
   padding-top: 18px;
}
#sec-popup .field 
{
   width: 230px;
}
#sec-popup .row
{
   position: relative;
}
#sec-popup #thankyou
{
   position: absolute;
   left: 35px;
   bottom: 68px;   
   width: 310px;
   height: 50px;
}
#sec-popup #thankyou h1
{
   text-align: left;
   position: relative;
   left: 0;
   top: 0;
}
#sec-popup #submit
{
   position: absolute;
   right: 0;
   bottom: 0;
}
#sec-popup #footer
{
   position: absolute;
   left: 0;
   bottom: 0;
   background-color: #2d3437;
   background-image: none;
   padding: 3px 0;
   width: 385px;
   margin: 0;
   color: #fff;
   height:12px;
}
#sec-popup #thefooter
{
   position: relative;
   background-color: #2d3437;
   padding: 3px 0;
   width: 385px;
   margin: 0 0 0 -35px;
   color: #fff;
}
#sec-popup #footer a:link, #sec-popup #footer a:visited, #sec-popup #thefooter a:link, #sec-popup #thefooter a:visited
{
   color: #fff;
   text-decoration: underline;
   font-size: 10px;
}
#sec-popup #footer a:hover, #sec-popup #thefooter a:hover
{
   color: #fff;
   text-decoration: none;
   font-size: 10px;
}
#sec-popup #footer div, #sec-popup #thefooter div
{
   padding: 0 35px;
}
a:link, a:visited 
{
   color: #333;
   text-decoration: underline;
}
a:hover 
{ 
   color: #333;
   text-decoration: none;
}

#footer {font-size:11px;}

ul {margin:12px 0 0 0;padding:0;}

#thankyou li {margin:0;padding:0;font-size:10px;}