@charset "UTF-8";
html, body{height:100%}
body { background: url(../images/bg.png) repeat-x top #3b3b3b; margin:0; font-family:Arial, Helvetica, sans-serif;}
#header {height: 40px; text-align:right;font-size:16px;line-height:40px;padding-right:20px }
#header a{color:#F09;text-decoration:none;font-weight:bold;text-transform:uppercase;padding-left:10px}
#container { width: 800px; margin-top: 0px; margin-right: auto; margin-bottom: 0px; margin-left: auto; font-size: 14px; color: #AAA; padding:20px 0 100px; display: block; height:200px }
#contact_form_window { background-image: url(../images/contact_form_bg.png); background-repeat: no-repeat; background-position: center top; height: 260px; width: 180px; padding:40px 20px 20px  }
#contact_form_contents{width:180px}
#container #logo { width:550px;height:200px;float:left }
#container #contactinfo{ float:right; width:250px; padding-top:35px }
#newsletter_form_window { background-image: url(../images/newsletter-form_bg.png); background-repeat: no-repeat; background-position: center top; height: 180px; width: 180px; padding:40px 20px 20px; }
#contact_form_contents p,#contact_form_window p,#newsletter_form_window p { font-size: 14px; font-weight:bold; color: #444; text-align: center; margin:5px 0 10px }
#contact_form_window img, #newsletter_form_window img{cursor:pointer}
#contact_form_window input[type=text],#contact_form_contents input[type=text],#newsletter_form_window input[type=text],textarea{border:1px solid #ccc;background:#fff;padding:5px;width:160px;font-family:Arial;font-size:12px;margin: 3px 0}

/*placement*/
#forms{position:relative;display:block;width:340px;float:right;}
#contact_form_window, #newsletter_form_window{position:absolute;z-index:999;}
#contact_form_window{top:30px;left:0}
#newsletter_form_window{top:30px;right:20px}
