/* ###########
jQuery effects
########### */
#exposeMask
{
	background:black;
}

/* ###########
SEARCH
########### */
form#searchForm
{
   width:280px;
   padding-top:16px;
   padding-left:20px;
   height:40px;
}

#searchForm input[type="text"]
{
   width:164px;
   padding-left:15px;
   padding-right:15px;
   height:28px;
   background:url('../img/search.jpg') no-repeat left top;
   color:black;
   font-size:13px;
}

#searchForm input[type="image"]
{
   width:66px;
   height:26px;
   margin-top:1px;
   margin-left:5px;
}

/* ###########
NEWSLETTER
########### */
form#newsletterForm
{
   width:205px;
   padding-top:16px;
   padding-left:5px;
   margin-left:10px;
   height:76px;
}

#newsletterForm input[type="text"]
{
   width:177px;
   height:28px;
   background:url('../img/search.png') no-repeat left top;
   color:black;
   font-size:13px;
   padding-left:10px;
   padding-right:10px;
}

#newsletterForm input[type="image"]
{
   display:block;
   width:76px;
   height:21px;
   margin-top:10px;
   margin-left:5px;
}

/* ###########
CONTACT
########### */
form#contactForm
{
   width:330px;
   height:300px;
}
#contactForm .header
{
   height:16px;
   padding-left:40px;
   background:url('../img/contact.png') no-repeat left top;
   margin-bottom:9px;
   font-size:16px;
   padding-top:9px;
   font-weight:bold;
}
#contactForm ol
{
   list-style:none;
}
#contactForm li
{
   display:block;
   clear:left;
   height:25px;
   padding-bottom:5px;

}

#contactForm input[type="text"]
{
   float:left;
   width:259px;
   height:19px;
   padding:2px 3px;
   border:#f46e4d 1px solid;
   background:url('../img/contactInput.jpg') no-repeat left top;
   color:#e8ac9e;
   font-size:12px;
   font-style:italic;
}

#contactForm textarea
{
   float:left;
   width:259px;
   height:102px;
   padding:2px 3px;
   border:#f46e4d 1px solid;
   background:url('../img/contactTextarea.jpg') no-repeat left top;
   color:#e8ac9e;
   font-size:12px;
   font-style:italic;
}

#contactForm div.info
{
   float:left;
   width:35px;
   text-align:center;
   padding-top:2px;
   height:18px;
}

#contactForm div.info img
{
   cursor:pointer;
}