html,body {
    height:100%;
}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
    margin:0;
    padding:0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}
img {
    border: 0;
    outline:none;
}
address,caption,cite,dfn,th,var {
    font-style: normal;
    font-weight: normal;
}
li {
    list-style: none;
}
caption,th {
    text-align: left;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
a {
    text-decoration: none;
    color: #0063A6;
}
a:hover {
    text-decoration: underline;
    color: #ff0000 !important;
}
body {
    background-color: #fff;
    font-family: Arial;
    font-size: 14px;
    color: #000000;
}

.form {
    width: 300px;
    position: relative;
}
/*header*/
.wrapper {
    margin: 0 auto;
    min-width: 1205px;
    max-width: 1370px;
    min-height: 1000px;
    padding: 0 10px;
}
.header {
    height: 145px;
    position: relative;
}
.header  .logo {
    background: url("/_i/logo.png") 0 0 no-repeat;
    width: 132px;
    height: 47px;
    display: block;
    text-indent: -9999px;
    position: absolute;
    top:11px;
    left: 30px;
}
.header form {
    float: right;
    padding-left: 66px;
    padding-right: 20px;
    margin-top: 20px;
    position: relative;
}

.form .text, .header form .text {
    width: 168px;
    height: 33px;
    line-height: 33px;
    background: url("/_i/search.png") 0 0 no-repeat;
    border:none;
    font-size: 14px;
    color: #929292;
    font-family: Georgia;
    font-style: italic;
    padding: 0 30px 0 15px
}
.form .submit_button, .header form .submit_button {
    width: 17px;
    height: 16px;
    background: url("/_i/search_button.png") 0 0 no-repeat;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 28px;
    top:10px;
}

.header .top_menu {
    float: right;
    padding-top: 27px;
}
.top_menu li {
    float: left;
    padding:0 17px;
    background: url("/_i/top_menu_sep.png") right 5px no-repeat;
}
.top_menu li.last {
    background: none;
}
.top_menu li a {
    color: #0063a6;
    font-size: 14px;
    font-family: Georgia;
    font-style: italic;
}
.menu_wrapper {
    padding-top: 19px;
    position: relative;
}
.main_menu {
    clear: both;
    width: 100%;
    text-align: center;
}
.main_menu td {
    height: 35px;
    background: url("/_i/menu_bg.png") center 0 no-repeat;
}
.main_menu td.first {
    background: url("/_i/menu_bg.png") 0 0 no-repeat;
}
.main_menu td.last {
    background: url("/_i/menu_bg.png") right 0 no-repeat;
}

.main_menu td td.active a {
    color:#f7fb00;
    /* background: url("/_i/menu_bg.png") no-repeat scroll center 0 transparent !important; */
}

.main_menu a {
    display: block;
    padding-top: 6px;
    height: 28px;
    padding-left: 15px;
    padding-right: 15px;
}
.main_menu td.hover  , td.active   {
    background: none;
    color: #fff;
}
table.main_menu {
    background: url("/_i/menu_bg_hover.png") 0 0 repeat-x;
}
.main_menu td.hover td span {
    background: none;
}
.main_menu td.hover td span {
    background: none;
}
.main_menu td .submenu {
    display:none;
    background: url('/_i/sub_menu_bg_hover.png') 0 0 repeat-x;
    text-align: left;
}
.main_menu td.hover .submenu {
    display:block;
}
.main_menu td td.hover span {
    background: none;
    color: #fff;
}
.main_menu .active .submenu {
    z-index: 100;
    display:block;
    background: url('/_i/sub_menu_bg.png') 0 0 repeat-x;
}
.main_menu td a:hover {
    text-decoration: none;
    color: #fff !important;
}
.main_menu td a {
    font-size: 16px;
    color: #fff;
    display: block;
    height: 29px;
    position: relative;
}
td.point span {
    background: url("/_i/main_menu_sep.png") center 9px no-repeat;
    padding-right: 0 !important;
    padding-left: 0 !important;
    display: block;
    height: 28px;
}

.no-bg , .active-no-bg {
    background: none !important;
}
.no-bg span ,.active-no-bg span {
    background: none !important;
}

.main_menu .hover .first_item , .main_menu .active .first_item  {
    background: url("/_i/menu_bg_hover_left.png") 0 0 no-repeat !important;
}
.main_menu .hover .last_item ,  .main_menu .active .last_item  {
    background: url("/_i/menu_bg_hover_right.png") right 0 no-repeat !important;
}
td.point {
    width: 8px;
}
.main_menu td td a {
    font-size: 13px;
    color: #fff;
    display: inline;
    background: none;
    padding: 0;
    font-weight: bold;
}
.main_menu td td a:hover {
    color: #fff !important;
    text-decoration: underline !important;
}
.main_menu td.last a {
    background: none;
}
.main_menu td td.last  {
   background: none !important;
}
.main_menu td td {
    height: 37px;
    padding: 0px 15px;
    background: url("/_i/sub_menu_sep.png") right 8px no-repeat !important;
}
.submenu {
    position: absolute;
    top: 54px;
    width: 100%;
    left:15px;;
    z-index: 200;
}
.submenu table {
    text-align: left;
}

/*content*/
.right {
    width: 278px;
    padding:0 17px 0 10px;
    float: right;
}
.title {
    font-size: 24px;
    font-family: Georgia;
    color: #335aad;
    border-bottom: 4px solid #c3c3c3;
    padding-bottom: 4px;
    margin-bottom: 5px;
}
.title:first-letter {
    color: #e32625;
}
.video_online  .big_video {
    margin-bottom: 12px;
    position: relative;
}
.video_online {
    overflow: hidden;
}
.small_video li {
    margin-right:12px;
    width: 60px;
    height:60px;
    float: left;
    position: relative;
}
.small_video .last {
    margin: 0;
}
.small_video .active span {
    display: block;
    width: 59px;
    height: 59px;
    border: 1px solid #b9d1ea;
    position: absolute;
    top:0px;
    left:0px;
}
.small_video .active i {
    display: block;
    width: 53px;
    height: 53px;
    border: 3px solid #fff;
    position: absolute;
    top:1px;
    left:1px;
}
.hide {
    display: none;
}
.block {
    padding-bottom: 8px;
    border-bottom:4px solid #C3C3C3;
}
.banner-item {

}
.mt20 {
    margin-top: 20px;
}
.mb10 {
    margin-bottom: 10px;
}
.big_video a.play {
    background: url("/_i/play.png") no-repeat scroll 0 0 transparent;
    /*background: url("/_i/play_small.png") no-repeat scroll 0 0 transparent;*/
    play_small.png
    display: block;
    height: 102px;
    left: 88px;
    position: absolute;
    top: 48px;
    width: 102px;
}

a.play_first {
    background: url("/_i/play.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 102px;
    left: 99px;
    position: absolute;
    top: 45px;
    width: 102px;
}

a.play_sibling{
    background: url("/_i/play.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 102px;
    left: 43px;
    position: absolute;
    top: 19px;
    width: 102px;    
}

.conteiner {
    padding-top: 20px;
}
.content {
    overflow: hidden;
    padding-left: 15px;
}
.quote {
    position: relative;
    background-color:#f2f2f2;
    color: #ae0000;
    padding: 23px;
    border: 1px solid #dfdfdf;
    font-family: Georgia;
    font-style: italic;
    font-size: 14px;
    line-height: 1.5;
}
.quote .q_left {
    display: block;
    background: url("/_i/q_left.png") 0 0 no-repeat;
    width: 24px;
    height: 17px;
    position: absolute;
    top:3px;
    left:3px;
}
.quote .q_right {
    display: block;
    background: url("/_i/q_right.png") 0 0 no-repeat;
    width: 24px;
    height: 17px;
    position: absolute;
    bottom:3px;
    right:3px;
}
.quote  .buble {
    display: block;
    background:url("/_i/buble.png") 0 0 no-repeat;
    width: 22px;
    height: 10px;
    position: absolute;
    bottom: -10px;
    left: 30px;
}
.quote-item {
    margin-top: 20px;
}
.quote-item input{
    display: block;
    float: left;

}
.quote-item label{
    display: block;
    float: left;
    font-style: italic;
    overflow: hidden;
    width: 245px;
    padding-left: 7px;
}
.big-photo a {
    color: #5A5A5A;
}
.small_block ul li.last span {
    border-bottom: none;
}
.quote-item .oh {
    overflow: hidden;
    margin-bottom: 10px;
    padding-left: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.big-photo {
    padding: 7px 7px 10px 7px;
    background-color: #f2f2f2;
    border: 1px solid #c2c2c2;
    font-size: 13px;
    color: #5a5a5a;
    font-family: Georgia;
    font-style: italic;
    margin-bottom: 10px;
}
.big-photo img {
    border: 1px solid #dfdfdf;
    display: block;
    margin-bottom: 7px;
}
.small_photo li {
    padding-bottom: 5px;
    border-bottom: 1px dashed #cccccc;
    margin-bottom: 5px;
}
.small_photo li.last {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}
.small_photo img {
    border: 1px solid #dfdfdf;
    float: left;
    margin-right: 8px;
}
.small_photo div {
    overflow: hidden;
}
.small_photo div p {
    color: #000000;
    font-size: 12px;
    font-family: Georgia;
    font-style: italic;
    margin-bottom: 5px;
    padding-left: 2px;
}
.small_photo div p a {
    color: #000000;
}
.small_photo div span , span.date {
    color: #a4a4a4;
    font-size: 10px;
    font-style: italic;
}
.most_read_item {
    margin-bottom: 7px;
}
.most_read_item img {
    border: 1px solid #dfdfdf;
    display: block;
    margin-bottom: 6px;
}
.most_read_item a.item_title {
    display: block;
    font-size: 18px;
    color: #000;
    margin-bottom: 2px;
}
.block_wrapper {
    overflow: hidden;
}
.w66 {
    float: left;
    width: 66%;
}
.w33 {
    float: left;
    width: 33%;
}
.slider_wrapper {
    padding: 8px 0;
    background-color: #f2f2f2;
    border:1px solid #e2dfdf;
    margin-right: 20px;
    position: relative;
    margin-top: 6px;
}
.clear {
    clear: both;
}
.slider {
    width: 553px;
    margin: 0 auto;
}
.small_news li  {
    width: 170px;
    margin-right: 21px;
    float: left;
}

.small_news span.time {
    display: block;
    text-align: center;
    padding-bottom:3px;
    margin-bottom: 10px;
    border-bottom: 6px solid #000;
    padding-top: 8px;
    color: #000;
}
.small_news .active span.time {
    border-bottom: 6px solid #e32424;
}
.small_news span.desc {
    font-size: 13px;
    color: #8f8f8f;
    font-family: Georgia;
    font-style: italic;
    line-height: 1.4;
}
.small_news a:hover{
    text-decoration: none;
}
.small_news .last{
    margin-right: 0;
}
.slider_wrapper .arrow {
    display: block;
    background: url("/_i/arrow.png") 0 0 no-repeat;
    width: 399px;
    height: 64px;
    padding:10px 20px 20px 30px;
    position: absolute;
    top:220px;
    left: 0;
    font-size: 20px;
    font-family: Georgia;
    font-style: italic;
}
.slider_wrapper .arr_date {
    font-size: 11px;
    position: absolute;
    top:299px;
    left: 7px;
}
.big_news {

}
.big_news .news_item {
    height: 420px;
    overflow: hidden;    
}

.big_news a {
    color: #fff;
}
.big_news a:hover {
    color: #fff !important;
    text-decoration: none !important;
}
.tabs {
    margin-top: 6px;
}
.tabs-item span {
    display: block;
    float: left;
    width: 43px;
    font-size: 11px;
    color: #858585;
    padding-top: 1px;
    padding-left: 2px;
}
.tabs-item a {
    overflow: hidden;
    display: block;
    font-size: 12px;
    color: #3d678d;
    line-height: 1.4;
}
.tabs-item {
    padding-bottom: 6px;
    margin-bottom: 6px;
    border-bottom: 1px dashed #ccc;
}
.tabs-block .last {
    border-bottom: none;
}
.tab_menu {
    width: 100%;
    border-bottom: 4px solid #C3C3C3;
    margin-bottom: 18px;
}
.tab_menu a {
    color: #335aad;
    font-size: 16px;
    font-family: /*"Myriad Pro",*/Arial;
}
.tab_menu td {
    height: 28px;
    text-align: center;
    padding: 0 3px;
}
.tab_menu td.active {
    background: url("/_i/tabs_active.png") 0 0 repeat-x;
    color: #fff;
}
.tab_menu td.active a {
    color: #fff;
}
.tab_menu td.active a:hover {
    color: #fff !important;
    text-decoration: none;
    cursor: default;
}
.main_of_day {
   margin-right: 20px;
}
.day-item  {
    margin-right: 15px;
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom: 1px dashed #cccccc;
    margin-bottom: 4px;
}
.main_of_day .even {
    margin-right: 0;
    margin-left: 15px;
}
.officially .title {
    margin-bottom: 15px;
}
.officially .last {
    border-bottom: none;
}
.day-item .photo {
    display: block;
    width: 275px;
    height: 170px;
    margin-top: 12px;
    margin-bottom: 9px;
    border: 1px solid #DFDFDF;
    overflow: hidden;
}
.day-item .main_title{
    font-size: 16px;
    font-weight: bold;
}
.day-item .main_title a {
    color: #000;
}
.day-item span {
    display: block;
    color: #9c9d9d;
    font-family: Georgia;
    font-style: italic;
    margin: 5px 0 13px 0;
}
.day-item  p {
    color: #484747;
    font-size: 13px;
}
.w50 {
    float: left;
    width: 50%;
}
.social img , .comment-count img {
    display: inline;
    margin: 0;
}
.social a {
    margin-right: 4px;
}
.social td td a {
    margin-right:0;
}
.social img , .comment-count img {
    border: none;
}
.social {
    float: left;
    padding-top: 15px;
    width: 230px;
}
.comment-count {
    float: right;
    margin-top: 17px;
    padding-left: 28px;
    background: url("/_i/comment_red.png") 0 1px no-repeat;
}
.comment-count img {
    margin-right: 5px;
    position: relative;
    top:1px;
}
.comment-count a {
    color: #000000;
    font-size: 15px;
    font-weight: bold;
}
.small_block {
    overflow: hidden;
    padding-right: 12px;
}
.small_block .title {
    margin-bottom: 20px;
}
.small_block .info {
    float: left;
    width: 176px;
    margin-right: 10px;
}
.small_block ul {
    overflow: hidden;
}
.small_block .info img {
    display: block;
    margin-bottom: 17px;
    border: 1px solid #DFDFDF;
}
.small_title a {
    font-size: 13px;
    color: #000;
}
.small_title {
    margin-bottom: 4px;
}
.small_block ul li span {
    border-bottom: 1px dotted #BFBFBF;
    display: block;
    margin-bottom: 8px;
    padding-bottom: 5px;
}
.small_block ul li {
    display: block;
    background: url('/_i/small_point.png') 0 6px no-repeat;
    padding-left: 12px;
}
.w49{
    width: 49.5%;
    float: left;
}
.w49 .even {
    padding-left: 12px;
    padding-right: 0;
}
.pt15 {
    padding-top: 15px;
}
.last_block_wrapper{
    border-bottom: 4px solid #C3C3C3;
    margin-bottom: 10px;
}
.pagination {
    padding-top:8px;
}
.news_list {
    padding-right: 30px;
    padding-top: 16px;
}
.big_title {
    font-size: 25px;
    font-weight: bold;
    color: #3d678d;
    line-height: 1.1;
    margin-bottom: 8px;
}
.big_title:first-letter {
    color: #E32625;
}
.big_title:hover:first-letter {
    color: #ff0000 !important;
}
.news_list {
    color: #353535;
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 17px;
}

.news_list .news_item .photo {    
    position: relative;
    display: block;
    float: left;
    border: 1px solid #DFDFDF;
    margin-right: 16px;
    overflow: hidden; 
    width: 180px; 
    height: 130px;    
}
.news_list .news_desc {
    overflow: hidden;
    color: #252525;
    font-size: 13px;
    line-height: 1.4;

}
.news_list .last_news_item .news_desc {
    padding-top: 7px;
}
.news_list .news_desc span.date {
    display: block;
    margin-top: 9px;
}
.news_list .news_item {
    position: relative;
    border-bottom: 1px dashed #999999;
    margin-bottom: 12px;
    overflow: hidden;
    padding-bottom: 12px;
}
.news_item .news_title {
    color: #3d678d;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 4px;
}
.full_news {
    padding-right: 30px;
}
.footer {
    padding-bottom: 10px;
}
.footer .links {
    padding-left: 15px;
    float: left;
    padding-top: 21PX;
}
.footer .links {
    width: 160px;
    padding-right: 10px;
}
.footer .links li {
    margin-bottom: 7px;
}
.footer .links a {
    font-size: 12px;
}
.social_footer {
    float: left;
    padding-top: 21px;
    width: 190px;
}
.social_footer .social_footer_title {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 12px;
}
.social_footer li {
    float: left;
    margin-right: 11px;
    height: 50px;
    margin-bottom: 11px;
    width: 50px;
}
.pagination a {
    display: block;
    float: left;
    margin-right: 9px;
    font-size: 13px;
    text-align: center;
    padding-top: 1px;
}
.pagination span {
    display: block;
    float: left;
    font-size: 13px;
    padding-top: 1px;
    margin-right: 9px;
}
.pagination .active {
    background: url("/_i/pag_active.png") 0 0 no-repeat;
    width: 19px;
    height: 19px;
    text-align: center;
    color: #fff;
}
.next_a {
    background: url("/_i/pag_next_act.png") 3px 3px no-repeat;
    height: 19px;
    width: 11px;
}
.pre_a {
    background: url("/_i/pag_pre_act.png") 3px 3px no-repeat;
    height: 19px;
    width: 11px;
}
.pre_n {
    background: url("/_i/pag_pre_noact.png") 3px 3px no-repeat;
    height: 19px;
    width: 11px;
}
.next_n {
    background: url("/_i/pag_next_noact.png") 3px 3px no-repeat;
    height: 19px;
    width: 11px;
}
.copy {
    line-height: 1.4;
    overflow: hidden;
    padding-left: 36px;
    padding-right: 130px;
    padding-top: 44px;
}
.mt10 {
    margin-top: 10px;
}
.mb30 {
    margin-bottom: 30px;
}
.copy p {
    color: #ababab;
    font-size: 11px;
}
.top_social span.date {
    font-family: Georgia;
    font-size: 14px;
    float: right;
    display: block;
    padding-top: 10px;
}
.top_social .social {
    padding-top: 7px;
}
.top_social {
    overflow: hidden;
    padding-bottom: 10px;
}
.news_body {
    color: #353535;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 17px;
}
.news_body .news_img  img {
    display: block;
    margin-bottom: 5px;
}
.news_body .news_img span {
    font-size: 13px;
    color: #A4A4A4;
    font-style: italic;
}
.news_body .news_img {
    float: left;
    padding-right: 20px;
    padding-bottom: 5px;
}
.news_body p {
    color: #353535;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 17px;
}
.news_tags {
    padding: 7px 0;
    border-bottom: 1px dashed #cccccc;
    border-top: 1px dashed #cccccc;
}
.news_tags .label {
    float: left;
    padding-right: 7px;
    font-size: 13px;
    color: #353535;
}
.news_tags .tags_items {
    overflow: hidden;
}
.bottom_social .social {
    padding-top: 13px;
}
.bottom_social .watched {
    background: url("/_i/eye.png") no-repeat scroll 0 18px transparent;
    color: #757575;
    float: right;
    font-size: 13px;
    font-weight: bold;
    padding-left: 40px;
    padding-top: 18px;
}
.bottom_social {
    padding-bottom: 8px;
    border-bottom: 4px solid #C3C3C3;
    overflow: hidden;
}
.related_news {
    padding-top: 5px;
    border-bottom: 4px solid #C3C3C3;
}
.related_news .title {
    font-size: 19px;
    border-bottom: none;
}
.related_news_item {
    padding-bottom: 5px;
    border-bottom: 1px dotted #b2b2b2;
    margin-bottom: 7px;
    font-size: 12px;
}
.related_news_item a {
    color: #3d678d;
}
.related_news_item span {
    color: #838383;
    font-size: 11px;
    font-style: italic;
}
.tags_items a {
    color: #3D678D;
}
.add_comment .title {
    border-bottom: medium none;
    font-size: 19px;
    margin-top: 10px;
}
.add_comment textarea {
    height:123px;
    border: none;
    resize: none;
    color: #393939;
    font-size: 13px;
    padding: 5px 0;
    border-top: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    overflow: hidden;
    width: 100%;

}
.default_fill {
    color: #cacaca !important;
}
.default_fill.error {
    color: #f00 !important;
}
.left_c {
    position: absolute;
    left: 0;
    top:0;
    width: 4px;
    background: url("/_i/left_c.png") 0 0 no-repeat;
    height: 135px;
}
.right_c {
    position: absolute;
     right: 0;
     top:0;
    width: 6px;
    background: url("/_i/right_c.png") 0 0 no-repeat;
    height: 135px;
}
.add_comment_button {
    margin-top: 10px;
    border: none;
    background: url("/_i/submit.png") 0 0 no-repeat;
    color: #fff;
    font-size:13px;
    font-weight: bold;
    padding-bottom: 4px;
    width: 107px;
    height: 40px;
    cursor: pointer;
}
.comments_item_wrapper {
    margin-top: 20px;
}
.comment_item .avatar {
    float: left;
    padding-right: 13px;
}
.comment_item .avatar img {
    border: 3px solid #FFFFFF;
}
.comment_item .avatar span {
    border: 1px solid #B9D1EA;
    display: block;
}
.comment_item .cont {
    overflow: hidden;
}
.comment_item .author {
    float: left;
}
.comment_item .author a {
    font-size: 13px;
    font-weight: bold;
}
.comment_item .cont .date {
    float: right;
    padding-top: 2px;
}
.comments_item_wrapper {
    border-bottom: 1px dashed #CCCCCC;
}
.comment_item p {
    margin-top: 10px;
    color: #393939;
    font-size: 12px;
    line-height: 1.4;
}
.add_comment .text {
    position: relative;
    padding:0 6px 0 4px;
}
.comments_item_wrapper .answer {
    padding-left: 75px;
}
.comment_item {
    padding-top: 14px;
    border-top: 1px dashed #cccccc;
    padding-bottom: 10px;
}
.related_news .last {
    border-bottom: none;
}
.news_tags .tags_items a {
    font-size: 13px;
}
.copy span {
    display: block;
    color: #484848;
    font-size: 12px;
   padding-top: 15px;
}
.footer_menu {
    margin-top: 20px;
}

.formBlock {
    color: #373737;
    font-size: 13px;
    line-height: 1.4;    
}
    .formBlock .fieldRow {
        margin: 0 0 15px 0;
    }
    .formBlock .fieldRow label{
        width: 130px;
        margin-right: 15px;
        text-align: right;
        line-height: 25px;
        float: left;
    }
    .formBlock .fieldRow .tfieldBlock{
        float: left;
    }
    .formBlock .fieldRow .tfieldBlock input{
        border: 1px solid #C3C3C3;
        width: 300px;
        height: 25px;
    }
    .formBlock span {
        color: #f00;
    }
    
    .formBlock .fieldRow.captcha .captchaImage{
        float: left;
        margin-left: 15px;
    }
    .formBlock .fieldRow .error{
        margin-left: 145px;
    }
    .formBlock.profile .fieldRow .tfieldBlock{
        line-height: 25px;
        font-weight: bold;
    }

.formButtons{
    margin: 20px 0 0 145px;
}
    .sendButton {
        cursor: pointer !important;
        border-radius:5px;
        -moz-border-radius:5px;
        -khtml-border-radius:5px;
        -webkit-border-radius: 5px;
        
        padding-right:20px;
        position:relative;     
              
        display:block;
        height:35px;
        line-height:34px;
     
        outline:none;
        color:#fff;
        font-size:18px;
        text-indent:20px;
        text-decoration:none;
        text-align:center;
        text-shadow: #333 0px -1px 0px;
        margin-bottom: 10px;
    }

    .sendButton, .sendButton em {
        background-image:url('/_i/menu_bg.png');
        background-repeat:no-repeat;                                
    }
    
    .sendButton em {
        display:block;
        position:absolute;
        background-position:100% 0;
        width:20px;
        height:52px;
        top:0px;
        right:0px;
    }
    
    .formButtons a:hover{
        background-image:url('/_i/menu_bg_hover_left.png');
        background-repeat:no-repeat;            
        text-decoration: none;
        color: #fff !important;
    }
    
    .formButtons a:hover em{
        background-image:url('/_i/button_right_hover.png');
        background-repeat:no-repeat;                                
    }
     
.fb {
    padding-right: 23px;
    background-image:url('/_i/facebook-icon.png');
    background-position: right top;
    background-repeat:no-repeat;
}

.video_title {
    position: absolute;
    display: block;
    width: 266px;
    height: 33px;
    top: 165px;
    left: 0;
    padding: 5px;
    background: url('/_i/bg_transparent.png') repeat;
    color: #fff;
    font-size: 13px;
    z-index: 9999;
}

.big_banner {
    width: 730px;
    margin: 0 auto;
}
.middle_banners {
    background-color: #F2F2F2;
    border: 1px solid #E2DFDF;
    padding: 0;
    width: 100%;
    height: 60px;
    overflow: hidden;
}

.middle_banners a{
    display: block;
    float: left;
    width: 461px;
    height: 60px;
    overflow: hidden;
}

.banner_468 {
    display: block;
    width: 468px; 
    height: 60px;
    margin: 0 auto; 
    overflow: hidden;
}
#siteby {
    background: url("/_i/applemint.gif") 0 0 no-repeat;
    color: #9E9E9E;
    display: block;
    font-size: 10px;
    padding-top: 22px;
    text-align: center;
    text-decoration: none;
    width: 96px;     
}   

.copy a {
color: #ababab;
font-size: 11px;
}