
#header { position: relative; }

.header-panel { text-align: left; line-height: 1.3em; color: white; background: #252525; opacity: .9; filter:alpha(opacity=90); position: absolute; overflow: hidden; z-index: 5;  }

.header-panel form { padding: 20px 30px; }

.header-panel p { margin: .8em 0; }

.header-panel input { display: block; }

.header-panel label { display: block; margin: .8em 0 .3em; }

.header-panel label.error { color: #e41380; }

.header-panel .submit_btn { display: block; margin: .8em 0 .1em auto; }

.header-panel .inputs-left { float: left; width: 170px; }

.header-panel .inputs-right { float: right; width: 170px; }

.header-panel .inputs-left input.input-text,
.header-panel .inputs-right input.input-text { width: 164px; }


#header_newsletter_panel { top: 92px; left: 586px; width: 250px; height: 0; }

#header_newsletter_panel input.input-text { width: 185px; }


#header_sendmsg_panel { top: 92px; left: 536px; width: 435px; height: 0; }

#header_sendmsg_panel input.input-radio { float: left; margin: 5px 15px 0 0; }

#header_sendmsg_panel .options-text { float: left; width: 320px; }

#header_sendmsg_panel .options-text p { margin: .1em 0 .8em; }

#header_sendmsg_panel .options-text a { color: #DB3E91; }

#header_sendmsg_panel textarea { width: 320px; height: 80px; float: left;  }


