<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
    margin : 0 auto;
    padding : 0px;
    background : url('img/bg.gif') repeat-x top #002D00;
    font-family : tahoma;
    color : #ffffff;
    behavior : url("csshover.htc");
}

a.tag {
    margin: 6px;
    color: white;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}

a.tag:hover {
    margin: 6px;
    color: white;
    font-size: 15px;
    font-weight: bold;
    text-decoration: underline;
}

div {
    margin : 0px;
    padding : 0px;
}

#main_top {
    height : 200px;
    display : block;
}

#top {
    width : 950px;
    display : block;
    margin : auto;
    height : 200px;
}

#logo {
    width : 394px;
    height : 133px;
    display : inline-block;
    margin-left : 40px;
    margin-top : 19px;
    background : url('img/logo.gif');
    float : left;
}

#logo a {
    display : block;
    width : 394px;
    height : 133px;
}

#logo a img {
	border : none;
}

#top_ban {
    overflow : hidden;
}

.contener_top {
    text-align : center;
    background-color : #084C08;
}


#contener_top_reklama {
    margin : 10px auto 10px auto;
}

#contener_top_lista {
    width : 950px;
    display : inline-block;
    clear : both;
    margin : 2px auto 0px auto;
}

.gwiazdki_lista {
    display : inline-block;
    width : 315px;
    vertical-align : top;
    *display : inline;
    zoom : 1;
}

.gwiazdki {
    display : block;
    clear : both;
    height : 130px;
    width : 315px;
    background : url('img/gwiazdki.png') center no-repeat;
    margin-bottom : 5px;
}

#inter_gwiazdki {
    display : inline-block;
    height : 265px;
    width : 295px;
    margin : 0px 5px 0px 5px;
    border-left : 1px solid #FFBB22;
    border-right : 1px solid #FFBB22;
    text-align : center;
    *display : inline;
    zoom : 1;
}

.gwiazdki_image_holder {
    display : inline-block;
    width : 140px;
    float : left;
    *display : inline;
    zoom : 1;
}

.gwiazdki_image_holder img {
    clear : both;
    display : block;
    float : left;
}

.gwiazdki_image_holder_img {
    margin : 10px 0px 0px 10px;
}

.gwiazdki_image_holder_wiecej {
    margin : 0px auto 0px auto;
    background : url('img/wiecej.gif') center no-repeat;
    width : 92px;
    height : 15px;
    clear : both;
    padding : 0px;
    text-align : center;
}

.gwiazdki_image_holder_wiecej a {
    font-family : tahoma;
    font-size : 11px;
    vertical-align : top;
	text-decoration : none;
	color : #ffffff;
}

.gwiazdki_text_holder {
    display : inline-block;
    vertical-align : top;
    width : 170px;
    *display : inline;
    zoom : 1;
}

.gwiazdki_text_holder_title {
    border-bottom : 1px dotted #ffffff;
    color : #002200;
    width : 170px;
    margin-top : 5px;
    font-size : 20px;
    font-weight : bold;
    text-align : center;
}

.gwiazdki_text_holder_title a {
	text-decoration : none;
	color : #000000; 
	font-size : 15px;
} 

.gwiazdki_text_holder_ostatnio {
    height : 35px;
    width : 165px;
    border-bottom : 1px dotted #ffffff;
    margin-top : 5px;
    font-size : 15px;
    padding-left : 5px;
}

.ostatnio_imie {
	    font : 18px tahoma;
} 

.ostatnio {
    margin : 0px;
    padding : 0px;
    font : 12px tahoma;
    color : #895200;
}

.ostatnio_data {
    margin : 0px;
    padding : 0px;
    color : #084C08;
    font : 13px tahoma;
}

#reklama {
    display : inline-block;
    margin-top : 5px;
    float : right;
}

#top_bar {
    height : 15px;
    border-top : 1px dotted #188916;
    border-bottom : 1px dotted #188916;
    margin-top : 18px;
    font-size : 11px;
    clear : both;
}

.top_bar_yellow {
    color : #FFD50D;
}

#top_bar_left {
    float : left;
    display : inline-block;
}

#top_bar_right {
    float : right;
    display : inline-block;
}

.main_menu {
    display : block;
    background : url(img/menu_tlo.gif) repeat-x top;
    height : 32px;
}

.menu {
    margin : auto;
    width : 950px;
    height : 32px;
    color : #002200;
    display : block;
}

.menu_name {
    background : url('img/menu.png') top no-repeat;
    width : 55px;
    height : 20px;
    display : inline-block;
    margin : 2px 0px 0px 0px;
    text-align : center;
    padding-top : 2px;
    color : #ffffff;
    font-weight : bold;
    font-size : 12px;
    padding-top : 5px;
    vertical-align : top;
    *display : inline;
    zoom : 1;
}

.separator {
    padding : 0px;
    margin : 0px;
    display : inline-block;
    vertical-align : top;
    *display : inline;
    zoom : 1;
}

	    #menu_ul {
		list-style-type: none;
		display: inline-block;
                margin : 5px 0px 0px 0px;
                vertical-align : top;
                text-align : center;
                *display : inline;
                zoom : 1;
	    }
	    #menu_ul li{
		width: 100px;
		display: inline-block;
                margin-left : 10px;
                height : 35px;
                font-family : tahoma;
                font-size : 11px;
                *display : inline;
                zoom : 1;
	    }
		
		#menu_ul li a {
			text-decoration : none;
			color : #002200;
		}		
		
	    #menu_ul li:hover ul{
		display: block;
	    }
	    #menu_ul li ul{
		display: none;
		position: absolute;
                top : 230px;
                padding : 0px !important;
				margin : 0px;
				*margin-left : -120px;
                width : 150px;
	    }
	    #menu_ul li ul li{
		display: block;
                background-color : #FFBB22;
                border-bottom : 1px dotted #ffffff;
                height : 15px;
                padding-top : 5px;
                font-size : 11px;
                text-align : center;
                width : 150px;
                font-weight : bold;
				list-style : none !important;
	    }
		#menu_ul li ul li a {
			text-decoration : none;
			color : #002200;
		}
            #menu_ul li img {
                vertical-align : middle;
            }


/*
ul#menu_ul {
    margin : 5px 0px 0px 0px;
    padding : 0px;
    display : inline-block;
    list-style: none;
    *display : inline;
    zoom : 1;
}

ul#menu_ul li {
    display : inline-block;
    margin : 0px;
    padding : 0px;
    width : 100px;
    text-align : center;
    font-weight : bold;
    height : 32px;
    *display : inline;
    zoom : 1;
}

ul#menu_ul li img {
    vertical-align : middle;
}

ul#menu_ul li:hover ul {
    display : block;
}

ul#menu_ul ul {
    position : absolute;
    margin : 0px;
    padding : 0px;
    top : 230px;
    overflow : hidden;
    width : 130px;
    display : none;
}

ul#menu_ul ul li {
    background-color : #FFBB22;
    border-bottom : 1px dotted #ffffff;
    height : 20px;
    text-align : center;
    font-weight : normal;
    font-size : 11px;
    padding-top : 10px;
    list-style: none;
}

*/

.contener {
    width : 950px;
    margin : 0 auto;
}

.galeria_contener {
    display : inline-block;
    width : 570px;
    float : left;
}

.galeria_topbar {
    height : 23px;
    width : 570px;
    background : url('img/nag.jpg') center repeat-x;
    display : block;
    margin-top : 5px;
    margin-bottom : 5px;
    text-align : center;
    padding-top : 3px;
    color : #FFEE68;
    font-family : tahoma;
    font-size : 14px;
    font-weight : bold;
}

.galeria_content {
    
}

.galeria_content img {
    border : none;
    clear : both;
    display : block;
}

.galeria_content a {
    display:inline-block;
    height:140px;
    overflow:hidden;
    text-align:center;
    text-decoration:none;
    width:109px;
    font-size : 12px;
    font-family : tahoma;
    color : #ffffff;
    margin : 0px 5px 0px 0px;
}

.sidebar {
    display : inline-block;
    width : 360px;
    margin : 0px 5px 0px 5px;
    float : left;
    font-size : 11px;
    font-family : tahoma;
}

.sidebar_content_title {
	font-weight : bold;
	font-family : tahoma;
	font-size : 15px;
	color : #FFEE68;
	text-align : center;
}

.sidebar_content_column {
	display : inline-block;
	*display : inline;
	zoom : 1;
	width : 170px;
	vertical-align : top;
	text-align : center;
}

.sidebar_content_column a {
	text-decoration : none;
	color : #FFBB22;
	font-family : tahoma;
	font-size : 15px;
	clear : both;
	display : block;
	font-weight : bold;
}

.sidebar_content_item {
	margin : 10px auto 10px auto;
}

.sidebar_content_filmy {
	font-weight : bold;
	font-family : tahoma;
	font-size : 15px;
	color : #FFEE68;
	text-align : center;	
}

.sidebar_topbar {
    display : block;
    background : url('img/nag.jpg') center repeat-x;
    width : 360px;
    height : 23px;
    margin-top : 5px;
    margin-bottom : 5px;
    text-align : center;
    padding-top : 3px;
    color : #FFEE68;
    font-family : tahoma;
    font-size : 14px;
    font-weight : bold;
}

.content_main {
    display : inline-block;
    width : 950px;
    clear : both;
}

#menu_rodzaj {
    height : 26px;
    width : 100%;
    background-color : #053d05;
}

#menu_rodzaj_content {
    height : 26px;
    width : 950px;
    text-align : center;
    margin : 0 auto;
}

#menu_rodzaj_content img {
    vertical-align : middle;
    display : inline-block;
    margin : 3px 5px 0px 5px;
    *display : inline;
    zoom : 1;
}

#menu_rodzaj_content ul {
    display : inline-block;
    list-style: none;
    margin : 0px auto;
    padding : 0px;
    vertical-align : middle;
    *display : inline;
    zoom : 1;
}

#menu_rodzaj_content ul li {
    display : inline;
    font-family : tahoma;
    font-size : 12px;
    color : #FFDD46;
}

#menu_rodzaj_content ul li a {
	color : #FFDD46;
	text-decoration : none;
}

.menu_rodzaj_separator {
    color : #3C9552;
    margin-left : 3px;
}

.zapraszamy {
    margin : 20px auto 0px auto;
    color : #30992D;
    font-family : tahoma;
    font-size : 13px;
    width : 950px;
    display : inline-block;
    text-align : center;
}

.gold {
    color : #FFCC33;
}

.galeria_ramki {
    width : 950px;
    display : inline-block;
    margin-top : 10px auto 0px auto;
    text-align : center;
}

.galeria_ramki table {
    margin : 0 auto;
}

.ramka {
    height : 220px;
    width : 150px;
    border : 1px solid #3C9552;
    margin-top : 10px;
    font-family : tahoma;
    text-align : center;
    margin-top : 5px;
    margin-left : 15px;
    color : #FFEE68;
}

.ramka img {
    margin : 5px auto 5px auto;
    display : block;
}

.ramka_name {
    font-size : 12px;
    font-weight : bold;
}

.ramka_opis {
    font-size : 11px;
    font-family : tahoma;
}

.ramka_separator {
    width : 170px;
    height : 230px;
    display : inline-block;
    border-left : 1px dotted #3C9552;
    margin-left : 5px;
    *display : inline;
    zoom : 1;
}

.ramka_separator_empty {
    width : 170px;
    height : 230px;
    display : inline-block;
    *display : inline;
    zoom : 1;
}

.galeria_bottom {
    width : 950px;
    margin-top : 10px;
    margin-bottom : 30px;
}

.galeria_bottom a {
    display:inline-block;
    height:140px;
    overflow:hidden;
    text-align:center;
    text-decoration:none;
    width:109px;
    font-size : 12px;
    font-family : tahoma;
    color : #ffffff;
    margin : 0px 5px 0px 0px;
    border : none;
}

.galeria_bottom img {
    border : none;
}

.horeizontal_menu {
    display : block;
    background : url(img/menu_tlo.gif) repeat-x top;
    height : 32px;
}

#footer {

}

#linki_do_stron {
    margin : 20px auto 0px auto;
    text-align : center;
}

#linki_do_stron ul {
    display : inline;
    list-style: none;
    font-family : tahoma;
    font-size : 12px;
}

#linki_do_stron ul .li_green {
    color : #25BC21;
}

#linki_do_stron ul li {
    color : #FFCC33;
    display : inline-block;
    *display : inline;
    zoom : 1;
}

#linki_do_stron ul li a {
	color : #FFCC33;
	text-decoration : none;
}

#linki_do_stron ul li span {
    color : #25BC21;
}

#reklamy {
    width : 950px;
    height : 150px;
    margin : 0 auto;
}

.mail_message {
	margin : 50px auto;	
	font-family : tahoma;
	font-size : 16px;
}

.h1tag {
	color : #FFEE68;
	font-size : 10px;
	font-family : tahoma;
	text-align : center;
}

.sidebar_title {
	color : #FFEE68;
	font-size : 16px;
	font-family : tahoma;
	text-align : center;	
}

.sidebar_descr {
	color : #FFEE68;
	font-size : 10px;
	font-family : tahoma;
	text-align : center;	
}

.sidebar_add_cont {
	color : #FFEE68;
	font-size : 10px;
	font-family : tahoma;
	text-align : center;	
}

#video_mini {
    margin-bottom: 10px;
    background-color: #053d05;
    width: 183px;
    height: 175px;
    border: 1px solid #399b39;
    background-image: url('images/star_back.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    display: inline-block;
    *float: left;
    *margin-left: 5px;
    *width: 181px;
}

#video_mini .img {
    margin: 6px;
    width: 170px;
    height: 130px;
    vertical-align: top;
    background-repeat: no-repeat;
}

#video_mini .img a.link {
    display: block;
    position: absolute;
    padding: 40px 0px 0px 60px;
    width: 110px;
    height: 60px;
}

#video_mini .title {
    margin: 0px;
    padding: 0px;
    height: 28px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

#video_mini .stats {
    text-align: center;
    font-size: 11px;
    color: #52be52;
}

#video_mini .stats .time {
    text-align: left;
    width: 85px;
    height: 30px;
    display: inline-block;
    *display: block;
    *float: left;
    *padding-left: 5px;
    /*display: inline;*/
}

#video_mini .stats .stars {
    text-align: right;
    width: 90px;
    height: 30px;
    display: inline-block;
    *display: block;
    /*display: inline;*/
}

#sidebar_video {
    width: 340px!important;
    height: 460px;
    background-color: #0b470b;
    padding: 10px;
}

#sidebar_video img {
    border-width: 0px;
}

#sidebar_video .title {
    color: #8fcf8f;
    font-size: 12px;
    font-weight: normal;
}

#sidebar_video .stars {
    color: #37a237;
    font-size: 12px;
    font-weight: normal;
}

#sidebar_video p {
    color: #37a237;
    font-size: 12px;
}

#sidebar_video p span {
    color: #ffffff;
    font-size: 12px;
}

#sidebar_video_premium {
    width: 910px!important;
    background-color: #0b470b;
    padding: 10px;
    margin: 10px 0px 0px 0px;
}

#sidebar_video_premium .title {
    font-size: 14px;
    width: 500px;
    color: orange;
}

#sidebar_video_premium .stars {
    width: 300px;
    display: inline-block;
    *float: left;
}

#sidebar_video_premium .stats {
    width: 300px;
    display: inline-block;
    *float: left;
}

#sidebar_video_premium .demo {
    width: 225px;
    height: 47px;
    margin-left: 0px;
    vertical-align: top;
    display: inline-block;
}

#video {
    width: 500px;
    height: 500px;
}

#more_videos {

}

#more_videos .video {
    margin: 0px 6px;
    vertical-align: top;
    display: inline-block;
    *float: left;
}

#more_videos .video .title {
    margin-top: 2px;
    width: 170px;
    height: 40px;
    background-color: #0b470b;
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-color: #165e16;
    text-align: center;
    overflow: hidden;
}

#more_videos .video .title a {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
}

#more_videos .video .stats {
    padding: 3px;
    margin-top: 2px;
    width: 164px;
    height: 30px;
    background-color: #0b470b;
}

#more_videos .video .stats span {
    font-size: 11px;
    color: #37a237;
    display: inline-block;
    vertical-align: top;
    *display: inline;
}

#more_videos .video img {
    width: 170px;
    border-width: 0px;
    height: 100px;
}

#register {
    margin: 10px 0px 0px 100px;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    vertical-align: top;
    *float: left;
}

#register table tr td input {
    background-image: url('images/jq_input.png');
    background-repeat: no-repeat;
    border-width: 0px;
    padding: 0;
    width: 138px;
    height: 24px;
    *width: 138px;
}

#register table tr td input.submit {
    margin: 10px 0px 0px 80px;
    width: 83px;
    height: 24px;
    background-image: url('images/register.png');
    background-repeat: no-repeat;
    border-width: 0px;
    font-weight: bold;
    color: #002d00;
    text-align: center;
}

#new_video {
    margin: 10px 0px 0px 60px;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
}

#new_video table tr td input {
    background-image: url('images/jq_input.png');
    background-repeat: no-repeat;
    border-width: 0px;
    width: 138px;
    height: 22px;
    *width: 136px;
}

#new_video table tr td textarea {
    background-image: url('images/textarea.png');
    background-repeat: no-repeat;
    border-width: 0px;
    width: 379px;
    height: 137px;
}

#new_video table tr td input.submit {
    margin: 10px 0px 0px 92px;
    width: 83px;
    height: 24px;
    background-image: url('images/register.png');
    background-repeat: no-repeat;
    border-width: 0px;
    font-weight: bold;
    color: #002d00;
    text-align: center;
}

#payments {
    margin: 80px auto 10px auto;
    width: 960px;
    height: 84px;
    text-align: center;
}

#payments .payment-left, #payments .payment-right {
    width: 472px;
    vertical-align: top;
    height: 84px;
    display: inline-block;
    *display: inline;
}

#payments .payment-left .submit-left {
    width: 472px;
    height: 84px;
    background-image: url('/images/premium-left.png');
    background-repeat: no-repeat;
    border-width: 0px;
    cursor: pointer;
}

#payments .payment-right .submit-right {
    width: 472px;
    height: 84px;
    background-image: url('/images/premium-right.png');
    background-repeat: no-repeat;
    cursor: pointer;
    border-width: 0px;
}

#sms {
    margin: 10px auto;
    width: 948px;
    height: 84px;
    text-align: center;
    background-image: url('/images/payment-back.jpg');
    background-repeat: repeat-x;
}

#sms .left {
    vertical-align: top;
    width: 473px;
    height: 84px;
    display: inline-block;
    *display: inline;
}

#sms .right {
    width: 469px;
    height: 84px;
    display: inline-block;
    *display: inline;
}

#sms .left .up {
    width: 473px;
    height: 44px;
    background-image: url('/images/phone-up.png');
    background-repeat: no-repeat;
}

#sms .left .up p {
    padding-top: 10px;
    font-weight: bold;
    color: #fcc936;
    font-size: 18px;
    margin-left: 340px;
}

#sms .left .down {
    width: 473px;
    height: 40px;
    background-image: url('/images/phone-down.png');
    background-repeat: no-repeat;
}

#sms .left .down p {
    padding-top: 10px;
    color: #053d05;
    font-size: 15px;
    margin-left: 40px;
}

#sms .right p {
    padding: 10px 0px 10px 30px;
    text-align: left;
    color: #053d05;
    font-size: 13px;
}

#sms .right .text {
    width: 287px;
    height: 24px;
    background: none;
    background-image: url('/images/input.jpg');
    background-repeat: no-repeat;
    border-width: 0px;
}

#sms .right .sendFormular {
    margin-left: 10px;
    width: 117px;
    height: 24px;
    background-image: url('/images/active-premium.png');
    background-repeat: no-repeat;
    border-width: 0px;
}

#user-menu {
    width: 950px;
    height: 32px;
    *margin-top: 10px;
}

#user-menu .left {
    width: 6px;
    height: 32px;
    background-image: url('/images/user-menu-left.png');
    display: inline-block;
    *float: left;
}

#user-menu .center {
    vertical-align: top;
    width: 938px;
    height: 32px;
    background-image: url('/images/user-menu.png');
    display: inline-block;
    *float: left;
}

#user-menu .center p {
    padding: 8px 5px;
    font-size: 13px;
}

#user-menu .center p a {
    color: #fcc42c;
    text-decoration: none;
}

#user-menu .center p a:hover {
    color: #fcc42c;
    text-decoration: underline;
}

#user-menu .right {
    width: 6px;
    height: 32px;
    background-image: url('/images/user-menu-right.png');
    display: inline-block;
    *float: left;
}

#dotpay {
    width: 948px;
    height: 51px;
    margin: 10px auto;
}

#regulamin {
    margin: 10px auto 80px auto;
    width: 950px;
    text-align: center;
}

#regulamin p {
    color: #59a959;
    font-size: 12px;
}

#regulamin p a {
    text-decoration: underline;
    color: #ffe85f;
}

#user-list, #user-list li {
    display: inline;
    list-style: none;
    color: #1f621f;
}

#user-list li a {
    vertical-align: top;
    display: inline;
    list-style: none;
    color: #fedb4c;
    font-size: 12px;
    text-decoration: none;
    margin: 5px 5px 0px 5px;
    padding: 3px;
    text-align: center;
    width: 102px;
    height: 15px;
    display: inline-block;
}

#user-list li a.selected {
    vertical-align: top;
    display: inline;
    list-style: none;
    color: #fedb4c;
    font-size: 12px;
    text-decoration: none;
    margin: 5px 5px 0px 8px;
    padding: 3px;
    text-align: center;
    background-image: url('/images/user-menu-back.png');
    background-repeat: no-repeat;
    width: 102px;
    height: 15px;
    display: inline-block;
}

.head {
    padding: 10px 5px;
    color: #48b748;
    font-size: 15px;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #48b748;
}

#change-pass {
    margin-top: 20px;
}

#change-pass tr td {
    font-size: 12px;
    color: #fff;
}

#change-pass tr td input {
    width: 138px;
    height: 22px;
    background-image: url('/images/input2.png');
    background-repeat: no-repeat;
    border-width: 0px;
    margin-bottom: 10px;
    *width: 136px;
}

#change-pass tr td input.send {
    width: 83px;
    height: 24px;
    margin-left: 3px;
    background-image: url('/images/change-pass.png');
    background-repeat: no-repeat;
    border-width: 0px;
    margin-bottom: 10px;
}

.status {
    text-align: center;
    font-size: 12px;
}

table.wideos {
    margin: 10px 0px;
    border-width: 0px 1px;
    border-collapse:separate;
    border-spacing: 0px;
    border-style: solid;
    border-color: #369536;
}

table.wideos tr td {
    margin-top: 10px;
    background-color: #043204;
    border-width: 1px 0px;
    border-style: solid;
    border-color: #369536;
    text-align: center;
}

#premium-status {
    margin: 30px 0px 20px 170px;
    width: 540px;
    height: 35px;
    padding: 20px 0px 0px 50px;
    background-image: url('/images/payment-bar.png');
    background-repeat: no-repeat;
}

#premium-status img {
    margin-top: -10px;
    margin-right: 10px;
}
#premium-status span {
    vertical-align: top;
    padding-top: 5px;
    color: #75c175;
    font-size: 12px;
}

#premium-status span a {
    text-decoration: none;
    color: #fcc52e;
}

#payment-table {
    margin: 10px 0px;
    border-collapse:separate;
    border-spacing: 0px;
}

#payment-table tr th {
    padding: 5px 0px;
    background-color: #022602;
    font-size: 12px;
    text-align: center;
    color: #428642;
    font-weight: bold;
}

#payment-table tr td {
    padding: 5px 0px;
    background-color: #043204;
    font-size: 12px;
    text-align: center;
    color: #52be52;
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-color: #053d05;
}

table#comment {
    font-size: 12px;
}

table#comment tr td {
    padding: 0px 3px;
}

table#comment tr td input.nick {
    width: 138px;
    height: 22px;
    background-image: url('/images/input2.png');
    background-repeat: no-repeat;
    border-width: 0;
}

table#comment tr td textarea.text {
    width: 379px;
    height: 137px;
    background-image: url('/images/textarea.png');
    background-repeat: no-repeat;
    border-width: 0;
    font-family: Arial;
    font-size: 12px;
}

table#comment tr td input.send {
    width: 69px;
    height: 24px;
    background-image: url('/images/jq_login.png');
    background-repeat: no-repeat;
    border-width: 0;
}

#comments p {
    font-size: 12px;
    text-align: center;
}

#comments p.head {
     text-align: left;
     font-size: 15px;
     margin-bottom: 20px;
}

.comments {
    margin: 20px 0px;
}

.comment {
    background-color: #0c480c;
    margin-bottom: 5px;
}

.comment .up {
    padding: 5px;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #0d530d;
    font-size: 12px;
    color: #48b748;
}

.comment .down {
    padding: 5px;
    font-size: 12px;
    color: #fff;
}</pre></body></html>