html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

b,strong
{
    font-weight:bold;
}

em,i
{
    font-style:italic;
}

body
{
    margin:0px;
    padding:0px;
    font-family:tahoma,verdana,arial,sans-serif;
    font-size:12px;
    height:100%;
    background: url('http://gifr.ru/img/bg.jpg') repeat-x;
    background-attachment: fixed;
    color:#000000;
    line-height:1.28;
}

a{
    text-decoration: underline;
}

a:hover{
    text-decoration: none;
}

p{
    margin: 5px 0;
}


/*
/ Content
/------------------------------------------------*/
.main_holder{
    width: 980px;
    margin: 60px auto 5px;
    background: #fff;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    position: relative;
    padding-bottom: 5px;
}

.reg_button{
    width: 150px;
    height: 40px;
    line-height: 33px;
    display: block;
    text-align: center;
    color: #ff2d04;
    text-decoration: underline;
    font-weight: bold;
    font-size: 18px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    top: -32px;
    right: 10px;
    position: absolute;
    background: #ffffff;
}

.reg_button:hover{
    text-decoration: none;
    background: #f2f2f2;
}

.header{
    width: 100%;
    height: 170px;
    display: block;
    margin: 0;
    overflow: hidden;
    position: relative;
}

#logo{
    background: url("http://gifr.ru/image/logo.png") center no-repeat;
    width: 140px;
    height: 71px;
    position: absolute;
    left: 10px;
    top: 15px;
    display: block;
}

#header_banner{
    position: absolute;
    top: 15px;
    left: 200px;
    width: 468px;
    height: 60px;
}

.registration_holder{
    position: absolute;
    top: 10px;
    right: 20px;
    width: 278px;
    height: 110px;
    display: block;
    overflow: hidden;
}

#reg_info{
    width: 100%;
    text-align: right;
    height: 12px;
    line-height: 12px;
}

#reg_info a{
    color: #000000;
    text-decoration: underline;
    font-size: 11px;
}

#reg_info a:hover{
    text-decoration: none;
}

form#login{
    width: 100%;
    overflow: hidden;
    margin-top: 5px;
}

form#login label{
    font-size: 12px;
    line-height: 32px;
    float: left;
    margin: 0 3px 0 9px;
}

form#login input{
    width: 78px;
    margin: 5px 0 0 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: #999999 1px solid;
    float: left;
    height: 20px;
    font-size: 11px;
    padding: 0 2px;
}

form#login #submit_row{
    width: 100%;
    overflow: hidden;
    line-height: 23px;
}

form#login #submit_row #button{
    background: url("http://gifr.ru/image/login-button-bg.png") repeat-x;
    float: right;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 1px 1px 0 #4d8635;
    text-decoration: none;
    height: 23px;
    font-size: 14px;
    padding-bottom: 3px;
}

form#login #submit_row #button:hover{
    cursor: pointer;
    color: #f2f2f2;
}

form#login #submit_row #remember{
    float: left;
    margin-left: 50px;
    line-height: 22px;
    font-size: 12px;
}

form#login #submit_row #checkbox{
    width: 10px;
    height: 10px;
    margin: 6px 3px 0 0;
}

div#userMenu{
    width: 100%;
    overflow: hidden;
    margin-top: 5px;
    margin-left: 9px;
}

#like_vk{
    margin: 10px 50px;
    height: 25px;
    text-align: left;
}

#statistic_info{
    position: absolute;
    left: 465px;
    top: 95px;
    font-size: 12px;
    line-height: 14px;
}

#statistic_info span{
    font-weight: bold;
    color: #ff0000;
}

#main_menu{
    width: 100%;
    margin: 0 auto;
    background: url('http://gifr.ru/image/menu-bg.png') no-repeat center;
    height: 34px;
    display: block;
    position: absolute;
    bottom: 0;
}

#main_menu #menu{
    width: 100%;
}

#main_menu #menu li{
    float: left;
    width: 140px;
    height: 34px;
    line-height: 32px;
    text-align: center;
}

#main_menu #menu li a{
    color: #fff;
    font-size: 16px;
    text-shadow: 1px 1px 0 #666666;
    text-decoration: none;
}

#main_menu #menu li a:hover{
    color: #ff0000;
}

#main_menu #menu li a#glitters{
    background: url("http://gifr.ru/image/glitters.gif") no-repeat center;
    width: 100%;
    height: 33px;
    display: block;
    position: relative;
}

#main_menu #menu li a#glitters span{
    position: absolute;
    top: -22px;
    left: 23px;
    font-size: 18px;
    line-height: 18px;
    color: #ff0000;
    font-style: italic;
    text-shadow: none;
}

.footer{
    width: 980px;
    margin: 0 auto 20px;
    background: #fff;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    padding: 20px 0;
}

.footer .footer_holder{
    width: 940px;
    margin: 0 20px;
    padding: 0;
    overflow: hidden;
    display: block;
}

.footer .footer_holder .footer_info{
    width: 650px;
    margin: 0;
    float: left;
}

.footer .footer_holder .footer_info a{
    color: #ff0000;
}

.footer .footer_holder .counter{
    float: right;
    margin: 0;
    width: 280px;
    text-align: right;
}

.feedback_btn{
    position: absolute;
    background: url("http://gifr.ru/image/feedback-button.png") no-repeat center;
    width: 36px;
    height: 182px;
    display: block;
    top: 300px;
    left: -36px;
}

.holder{
    width: 940px;
    margin: 20px;
    padding: 0;
}

h1.description{
    text-align: center;
    font-size: 14px;
    color: #666666;
    line-height: 18px;
}

.red_info{
    width: 100%;
    text-align: center;
    color: #ff0000;
    background: #ffeaea;
    border: #333333 1px dotted;
    padding: 10px 0;
    font-size: 18px;
    font-style: italic;
    margin-top: 20px;
}

.red_info p{
    width: 850px;
    margin: 0 auto;
}

.big_buttons{
    width: 100%;
    margin: 20px 0;
    overflow: hidden;
}

.big_buttons .hover .plane{
    width: 199px;
    height: 42px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    margin: 2px;
}

.big_buttons .hover{
    width: 203px;
    height: 46px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    margin: 10px 42px 0 0;
    float: left;
}

.big_buttons .hover:hover,
.big_buttons .hover.active{
    background: #df9c67;
}

.big_buttons .hover .plane a{
    height: 51px;
    width: 184px;
    display: block;
    position: absolute;
    left: 2px;
    bottom: 1px;
    text-align: right;
    color: #ffffff;
    text-shadow: 1px 1px 0 #666666;
    font-size: 16px;
    line-height: 58px;
    text-decoration: none;
}

.big_buttons .hover .plane#pc{
    background: url("http://gifr.ru/image/yellow-plane.png") no-repeat center;
}

.big_buttons .hover .plane a#pc{
    background: url("http://gifr.ru/image/pc.png") no-repeat top left;
}

.big_buttons .hover .plane#collection{
    background: url("http://gifr.ru/image/green-plane.png") no-repeat center;
}

.big_buttons .hover .plane a#collection{
    background: url("http://gifr.ru/image/collection.png") no-repeat top left;
}

.big_buttons .hover .plane#webcam{
    background: url("http://gifr.ru/image/blue-plane.png") no-repeat center;
}

.big_buttons .hover .plane a#webcam{
    background: url("http://gifr.ru/image/webcam.png") no-repeat top left;
}

.big_buttons .hover .plane#inet{
    background: url("http://gifr.ru/image/pink-plane.png") no-repeat center;
}

.big_buttons .hover#inet{
    margin-right: 0;
}

.big_buttons .hover .plane a#inet{
    background: url("http://gifr.ru/image/earth.png") no-repeat top left;
}

.sms_form{
    width: 100%;
    background: #feaf33 url("http://gifr.ru/image/sms-form-bg.png") top left repeat-x;
    margin: 10px auto;
    border: #666666 1px dotted;
    border-right: none;
    border-top: none;
    display: block;
    overflow: hidden;
}

.sms_form .upload{
    width: 500px;
    margin: 10px;
    float: left;
}

.sms_form .upload p{
    margin: 0 0 5px 0;
}

.sms_form .upload form{
    width: 100%;
    height: 25px;
    margin: 10px 0;
    overflow: hidden;
}

.sms_form .upload form .input{
    height: 17px;
    line-height: 15px;
    float: left;
    font-size: 14px;
    color: green;
}

.sms_form .upload form .file{
    height: 24px;
}

.sms_form .upload form #submit{
    float: left;
    height: 25px;
}

.sms_form .premium{
    width: 400px;
    margin: 10px;
    float: left;
}

.sms_form .premium .button_premium{
    background: url("http://gifr.ru/image/premium-button.png") no-repeat center;
    width: 377px;
    height: 46px;
    display: block;
    margin: 15px auto 0;
}

.button_premium2 {
    display: block;
    margin: 15px auto 0;
    height: 40px;
    width: 377px;
    display: block;
    -moz-box-shadow: 0px 1px 0px 0px #f29c93;
    -webkit-box-shadow: 0px 1px 0px 0px #f29c93;
    box-shadow: 0px 1px 0px 0px #f29c93;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
    background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
    background-color:#fe1a00;
    -webkit-border-top-left-radius:10px;
    -moz-border-radius-topleft:10px;
    border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
    -moz-border-radius-topright:10px;
    border-top-right-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    -moz-border-radius-bottomright:10px;
    border-bottom-right-radius:10px;
    -webkit-border-bottom-left-radius:10px;
    -moz-border-radius-bottomleft:10px;
    border-bottom-left-radius:10px;
    text-indent:0px;
    border:1px solid #d83526;
    color:#ffffff;
    font-family:Arial;
    font-size:14px;
    font-weight:bold;
    font-style:normal;
    line-height:40px;
    text-decoration:none;
    text-align:center;
    text-shadow:4px 1px 11px #b23e35;
}
.button_premium2:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
    background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
    background-color:#ce0100;
}
.button_premium2:active {
    position:relative;
    top:1px;
}

.sms_form .sms_premium{
    width: 920px;
    float: left;
    margin: 10px;
}

.sms_form .sms_premium p span{
    color: #ff0000;
    font-weight: bold;
}

.sms_form .sms_premium .code_form{
    overflow: hidden;
    margin-top: 15px;
}

.sms_form .sms_premium .code_form form{
    float: left;
    overflow: hidden;
}

.sms_form .sms_premium .code_form form #code{
    width: 100px;
    height: 22px;
    border: #999999 1px solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    line-height: 20px;
    padding-left: 5px;
    float: left;
}

.sms_form .sms_premium .code_form form #submit{
    height: 26px;
    float: left;
    margin-left: 5px;
}

.sms_form .sms_premium .code_form .info{
    float: left;
    margin-left: 10px;
}

.sms_form .sms_premium .code_form .info p{
    font-size: 10px;
    line-height: 15px;
}

.sms_form .sms_premium .code_form .info a{
    color: #ff0000;
}

.sms_premium .upload embed{
    width: 400px;
    margin: 10px auto;
}

.holder_special{
    width: 100%;
    overflow: hidden;
    margin: 10px auto;
}

.holder_special .vk_group{
    margin-top: 30px;
    width: 310px;
    float: left;
}

.holder_special .special_avatars{
    width: 605px;
    float: right;
}

.holder_special .special_avatars .title{
    width: 100%;
    margin: 0;
    margin-top: 27px;
}

.holder_special .special_avatars .title a{
    color: #ff0000;
    font-size: 16px;
    line-height: 18px;
}

.holder_special .special_avatars .avatars{
    overflow: hidden;
    width: 100%;
    margin-top: 10px;
}

.holder_special .special_avatars .avatars a{
    float: right;
}

.holder_special .special_avatars .avatars a img{
    width: 189px;
    height: 115px;
    margin-left: 10px;
    border: #999999 1px solid;
}

.advertize{
    width: 100%;
    margin: 10px auto;
}

.fresh_gifs{
    width: 100%;
}

.fresh_gifs .title{
    width: 960px;
    height: 30px;
    margin: 10px auto;
    background: url("http://gifr.ru/image/fresh-gifs-title-bg.png") no-repeat center;
    color: #ff0000;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}

.fresh_gifs_holder{
    width: 100%;
    margin: 10px auto;
    overflow: hidden;
}

.fresh_gifs_holder span{
    float: left;
    margin: 5px 5px;
    border: 9px solid #CCCCCC;
    width: 140px;
    height: 140px;
    overflow: no-content;
    text-align: center;
    padding-top: 10px;
}

.fresh_gifs_holder span a{
    /*float: left;*/
    margin: 5px 5px;
}
.fresh_gifs_holder span a .gifs_copy{
    color: #007EFF;
}

.fresh_gifs_holder a img{
    border: #cccccc 0px solid;
    padding: 5px;
}

.fresh_gifs_holder span a img{
    border: #cccccc 0px solid;
    padding: 5px;
}

.fresh_gifs_holder span p {
    clear: left;
    color: #007EFF;
}

.glitters_holder{
    width: 100%;
    overflow: hidden;
    margin: 0;
}

.glitters_holder .creating_form{
    width: 750px;
    float: left;
    margin: 0;
}

.with-sidebar{
    width: 750px;
    float: left;
    margin: 0;
}

 .sidebar{
    float: right;
    width: 170px;
    margin-left: 20px;
}

.sidebar .ad{
    width: 120px;
    margin: 0 auto;
}

.glitters_holder .creating_form .info{
    width: 100%;
}

.glitters_holder .creating_form .info span{
    color: #ff0000;
    font-weight: bold;
    text-transform: uppercase;
}

.glitters_holder .create{
    width: 100%;
    margin: 20px 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.glitters_holder .create .content{
    width: 720px;
    margin: 15px;
    overflow: hidden;
    padding-bottom: 15px;
}

.glitters_holder .text{
    background: url("http://gifr.ru/image/text-bg.png") repeat;
}

.glitters_holder .title{
    width: 150px;
    height: 25px;
    line-height: 23px;
    color: #ffffff;
    font-weight: bold;
    padding-left: 15px;
    margin: 0;
    -moz-border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
}

.glitters_holder .text_title{
    background: url("http://gifr.ru/image/text-label-bg.png") repeat;
}

.glitters_holder .text textarea{
    border: #cccccc 1px solid;
    width: 470px;
    height: 80px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    float: left;
    padding: 5px;
}

.glitters_holder .text .selectors{
    float: left;
    width: 215px;
    margin: 0 0 0 20px;
}

.glitters_holder .row{
    width: 100%;
    overflow: hidden;
}

.glitters_holder .text .selectors .row .label, .glitters_holder .text .selectors .row label{
    width: 50px;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    float: left;
}

.glitters_holder .text .selectors .font{
    width: 80px;
    height: 40px;
    background: #ffffff;
    border: #cccccc 1px solid;
    float: left;
    position: relative;
}

.glitters_holder .text .selectors .glitter_fonts{

}

.glitters_holder .text .selectors .size{
    width: 147px;
    height: 20px;
    float: left;
    margin-top: 12px;
}

.glitters_holder .text .selectors .glitter_fonts a{
    text-decoration: none;
}

.glitters_holder .border{
    background: url("http://gifr.ru/image/border-bg.png") repeat;
}

.glitters_holder .border_title{
    background: url("http://gifr.ru/image/border-title-bg.png") repeat;
}

.glitters_holder .border .selectors{
    float: left;
    width: 250px;
}

.glitters_holder .border .selectors .row{
    overflow: hidden;
    width: 100%;
    margin-bottom: 15px;
}

.glitters_holder .border .label, .glitters_holder .border label{
    float: left;
    width: 100px;
    text-align: right;
    line-height: 24px;
    padding-right: 10px;
}

.glitters_holder .border .color{
    float: right;
    width: 400px;
    overflow: hidden;
    margin-top: 20px;
}

.glitters_holder .border .pick{
    float: left;
    margin: 3px 10px;
}

.glitters_holder .border #output{
    margin: 3px 10px;
}

.glitters_holder .border .select{
    float: left;
    margin-left: 10px;
    height: 25px;
    width: 130px;
    color: green;
    display: block;
    background: #ffffff;
    border: #cccccc 1px solid;
    line-height: 25px;
    font-size: 14px;
}

.glitters_holder .glitters{
    background: url("http://gifr.ru/image/glitters-bg.png") repeat;
}

.glitters_holder .glitters_title{
    background: url("http://gifr.ru/image/glitters-title-bg.png") repeat;
}

.glitters_holder .glitters .label, .glitters_holder .glitters label{
    float: left;
    width: 50px;
    text-align: right;
    line-height: 24px;
    margin-top: 3px;
}

.glitters_holder .glitters .glitters_select{
    float: left;
    width: 640px;
    margin-left: 10px;
    overflow: hidden;
    cursor: pointer;
}

.glitters_holder .glitters .glitters_all{
    width: 650px;
    height: 300px;
    margin: 35px 50px;
    background: #ffffff;
    border: #cccccc 1px solid;
}

.glitters_holder .glitters .glitters_all a{
    text-decoration: none;
    margin: 5px;
    width: 61px;
    height: 29px;
    display: block;
    float: left;
}

.glitters_holder .glitters .glitters_select img{
    float: left;
    margin-right: 10px;
}

.glitters_holder .link{
    background: url("http://gifr.ru/image/link-bg.png") repeat;
}

.glitters_holder .link_title{
    background: url("http://gifr.ru/image/link-title-bg.png") repeat;
}

.glitters_holder .link .label, .glitters_holder .link label{
    float: left;
    width: 30px;
    line-height: 27px;
}

.glitters_holder .link .link_input{
    float: left;
    width: 670px;
    height: 25px;
    line-height: 24px;
    background: #ffffff;
    border: #cccccc 1px solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding-left: 5px;
    color: green;
    margin-right: 10px;
}

.glitters_holder form .row_bottom{
    width: 350px;
    margin: 10px auto;
    overflow: hidden;
}

.glitters_holder .show_in_gallery{
    float: left;
    width: 225px;
    line-height: 25px;
    overflow: hidden;
}

.glitters_holder .show_in_gallery .checkbox{
    width: 20px;
    height: 20px;
    border: #cccccc 1px solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    float: left;
}

.glitters_holder .show_in_gallery .label{
    float: left;
    margin-left: 5px;
}

.glitters_holder .submit{
    background: url("http://gifr.ru/image/login-button-bg.png") repeat-x;
    float: right;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 1px 1px 0 #4d8635;
    text-decoration: none;
    height: 23px;
    font-size: 14px;
    padding-bottom: 3px;
    border: #cccccc 1px solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-top: 3px;
}

.glitters_holder .submit:hover{
    color: #f2f2f2;
}

.glitters_holder .sidebar{
    float: left;
    width: 170px;
    margin-left: 20px;
}

.glitters_holder .sidebar .ad{
    width: 120px;
    margin: 0 auto;
}

h1.page_title{
    text-align: left;
    color: #007eff;
    font-size: 14px;
}

div.holder div#gallery h1, div.holder div#padded h1{
    text-align: left;
    color: #007eff;
    font-size: 14px;
}

#frames h2 {
    color: #96CA7C;
    font-size: 16px;
    margin-bottom: 10px;
}

.avatars_holder{
    overflow: hidden;
    width: 100%;
    margin: 10px auto;
}

.avatars_holder .ava{
    float: left;
    width: 300px;
    height: 300px;
    margin: 6px;
}

.avatars_holder .ava img{
    width: 300px;
    height: 300px;
    margin: 0;
    border: #cccccc 3px solid;
}

.help_lesson_title{
    color: #007eff;
    font-weight: bold;
    cursor: pointer;
    margin: 10px 0;
}

.help_lesson{

    width: 900px;
    margin: 10px auto;
    border: #666666 1px dotted;
    padding: 10px;
}

.help_lesson img{
    width: 390px;
    margin: 10px auto;
}

.help_lesson .close{
    text-align: right;
    color: #999999;
    cursor: pointer;
}

/*
/ Paginator
/-------------------------------------*/
.paginator{
    width: 100%;
    height: 30px;
    margin: 10px auto;
    overflow: hidden;
    text-align: center;
    color: #007eff;
}

.paginator a{
    text-align: center;
    line-height: 20px;
    border: #cccccc 1px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 1px;
    text-decoration: none;
    padding: 1px 4px;
    color: #333333;
    background: #f9fafb;
}

.paginator a:hover{
    background: #e1e8ec;
}

.clear_left {
    clear: left;
}

.clear_right {
    clear: right;
}

.clear_both {
    clear: both;
}

.nofloat{
    float: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.ya-ad-index{
    width: 80%;
}

#GMapContainer {
    min-height: 500px;
}

#contacts{
    min-height: 500px;
}

.blogblock{
	padding-top: 20px;
        border-top: 1px solid grey;
}

.blogblock .recent-posts{
    float: left;
    width: 450px;
	list-style-type: none;
}

.blogblock .popular-posts{
    float: right;
    width: 450px;
	list-style-type: none;
}

.wtitle {
    color: #007EFF;
    font-size: 14px;
    text-align: left;
    padding-bottom: 20px;
}

.post-thumb {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 100px;
    height: 100px;
    overflow: hidden;
}

div.main_holder div.holder div.glitters_holder div.creating_form div#editor div.sms_form{
    border: 0px !important;
}

html body div.main_holder div.holder div.glitters_holder div.creating_form div#editor div.sms_form div.premium{
    float: none;
    width: 100%;
}