/* frame boxa produkty - po prawej stronie */
.st_frame_newsletter {
    width: 230px;
    margin-bottom: 10px;
	 border-bottom:1px solid #3F3D3E;
	 margin-top:10px;
}

.st_frame_newsletter_top {
    width: 180px;
    height: 34px;
}

.st_frame_newsletter_top_header {
    color: #d44a1b;
    padding: 10px 0px 0px 15px;
    font-size: 1.25em;
}

.st_frame_newsletter_middle {
    width: 180px;
    padding-bottom: 5px;
	 margin: 0 auto;
}

.st_frame_newsletter_middle .st_content {
    padding-top: 10px;
}

.st_frame_newsletter_bottom {
    width: 180px;
    height: 7px;
}

.st_newsletter_box_input {
    overflow: hidden;
    width: 173px;
    margin: 0px auto;
}

.st_newsletter_box_input_left {
    background: url(/images/frontend/theme/default/button_newsletter_left.png) top left no-repeat;
    width: 7px;
    height: 25px;
    float: left;
}

.st_newsletter_box_input_right {
    background: url(/images/frontend/theme/default/button_newsletter_right.png) top left no-repeat;
    width: 16px;
    height: 25px;
    float: left;
}

.st_newsletter_input {
    background-color: #fff;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    width: 102px;
    height: 23px;
    float: left;
}

.st_newsletter_input input {
    background: transparent;
    border: none;
    width: 102px;
    height: 25px;
    padding: 3px 0px 0px 0px;
    color: #888;
}

.st_newsletter_input_ok {
    background: url(/images/frontend/theme/default/button_newsletter_add.png) top left repeat-x;
    height: 25px;
    float: left;
    border-left: 1px solid #cdcdcd;
    padding-left: 2px;
}

.st_newsletter_input_ok input {
    border: none;
    background: transparent;
    padding: 4px 0px 0px 0px;
    color: #666;
    font-size: 10px;
    font-weight: bold;
    padding-right: 3px;
}

#st_application-newsletter-index .st_content {
    padding: 10px 0;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    background-image: url('/images/frontend/theme/default/bg_line_login.gif');
    background-repeat: repeat-x;
}

#st_application-newsletter-index-header h1.st_title, #st_application-newsletter-index-group h5.st_title {
    float: left;
    width: 200px;
}

#st_application-newsletter-index fieldset {
    width: 300px;
    border: none;
    margin: 0px auto;
}

#st_application-newsletter-index p {
    margin-left: 200px;
    padding: 10px;
    margin: 0;
}

#st_application-newsletter-index-group p {
    margin-left: 200px;
    padding: 0px;
    margin: 0;
}

#newsletter_content {
    font-size: 1em;
    padding-left: 7px;
    line-height: 14px;
    margin-top: -5px;
    margin-bottom: 5px;
    text-align: justify;
    padding-right: 7px;
}

.newsletter_button input {
    color: #000;
    background: transparent url(/images/frontend/theme/alhen/button_dodaj.png) no-repeat;
    border: 0 !important;
    width: 88px;
    height: 31px;
	font-size:0;
		line-height: 0;
}

.newsletter_input input {
    color: #000;
    background: #DADADA;
}

