
/** CSS Reset http://meyerweb.com/eric/tools/css/reset/ **/

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;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/** Font Face Declarations **/
    @font-face {
        font-family: 'DroidSansRegular';
        src: url('/css/fonts/droidsans-webfont.eot');
        src: url('/css/fonts/droidsans-webfontd41d.eot?#iefix') format('embedded-opentype'),
             url('/css/fonts/droidsans-webfont.woff') format('woff'),
             url('/css/fonts/droidsans-webfont.ttf') format('truetype'),
             url('/css/fonts/droidsans-webfont.svg#DroidSansRegular') format('svg');
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: 'DroidSansBold';
        src: url('/css/fonts/droidsans-bold-webfont.eot');
        src: url('/css/fonts/droidsans-bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
             url('/css/fonts/droidsans-bold-webfont.woff') format('woff'),
             url('/css/fonts/droidsans-bold-webfont.ttf') format('truetype'),
             url('/css/fonts/droidsans-bold-webfont.svg#DroidSansBold') format('svg');
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: 'DroidSerifItalic';
        src: url('/css/fonts/droidserif-italic-webfont.eot');
        src: url('/css/fonts/droidserif-italic-webfontd41d.eot?#iefix') format('embedded-opentype'),
             url('/css/fonts/droidserif-italic-webfont.woff') format('woff'),
             url('/css/fonts/droidserif-italic-webfont.ttf') format('truetype'),
             url('/css/fonts/droidserif-italic-webfont.svg#DroidSerifItalic') format('svg');
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: 'DroidSerifRegular';
        src: url('/css/fonts/droidserif-regular-webfont.eot');
        src: url('/css/fonts/droidserif-regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
             url('/css/fonts/droidserif-regular-webfont.woff') format('woff'),
             url('/css/fonts/droidserif-regular-webfont.ttf') format('truetype'),
             url('/css/fonts/droidserif-regular-webfont.svg#DroidSerifRegular') format('svg');
        font-weight: normal;
        font-style: normal;
    }


/** Some Basic Stuff **/
body{ background: #565656 url(/images/site/page/bg.jpg) repeat-x center 0px fixed; color:#000; font:13px "DroidSansRegular",Arial, Helvetica, sans-serif; line-height:20px; }
h1,h2,h3,h4,h5,h6{ font-family: "DroidSansBold",Arial, Helvetica, sans-serif; margin-bottom:20px; color:#454545; }
h1{ font-size:30px;}
h2{ font-size:24px;}
h3{ font-size:18px;}
h4{ font-size:14px;}
h5{ font-size:12px;}
h6{ font-size:10px;}

a{ text-decoration:none; }
a:active, a:visited { color: #607890; }
a:hover { color: #607890; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

dd { margin: 0 0 0 40px; }
ul, ol, nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/*label { cursor: pointer; }*/
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }



/** Main Layout **/
#main wrap { margin:0px auto; overflow:hidden; width:970px;}
.header-wrap { margin: 40px auto 10px; overflow:visible; width:970px; }
#header { height:50px; margin:0px auto; overflow:visible; position:relative; width:970px;}
.inner-wrap { background:#fff; margin:10px auto 0; overflow:hidden; width:970px;padding-top:15px;min-height:200px}
#content-wrap { background:#fff; margin:0px auto; width:940px;}
#slider-wrap { background:url(/images/site/page/slider-wrap-bg.png) repeat-y; margin:0 0px 34px; overflow:hidden; position:relative; width:940px;}
.footer-wrap { background:url(/images/site/page/footer-bg.png); margin:0px auto; width:970px;}
#footer { margin:0px auto; overflow:hidden; padding:40px 0px; width:940px;}


/**HEADER STYLES**/
#header h1 { text-indent:-9999px;}

/* Social icons */
.social_sprite {background: url(/images/site/page/social_sprite.gif) no-repeat top left;display:block;float:left;margin-right:2px}
.facebook{ background-position: 0 -34px; width: 32px; height: 32px; }
.facebook:hover{ background-position: 0 0; width: 32px; height: 32px; }
.twitter{ background-position: 0 -102px; width: 32px; height: 32px; }
.twitter:hover{ background-position: 0 -68px; width: 32px; height: 32px; }
.youtube{ background-position: 0 -170px; width: 32px; height: 32px; }
.youtube:hover{ background-position: 0 -136px; width: 32px; height: 32px; }


/** COMMON STYLES **/
.inner-wrap h2.section-title { background:url(/images/site/page/slogan-heading-bg.png) repeat-x center; color:#454545; margin-bottom:0;padding-bottom: 0; border:none }
.inner-wrap h2.section-title span { background:#fff; font:21px "DroidSansRegular",Arial, Helvetica, sans-serif; padding:0px 10px; }
.inner-wrap h2.section-title strong { color:#BF0101; font:21px "DroidSansBold",Arial, Helvetica, sans-serif; }
.inner-wrap p{ margin:10px 0px 20px;}
.inner-wrap ol,.inner-wrap  ul { margin:20px 10px 20px 10px; }
.inner-wrap ol li { list-style:decimal inside; }
.inner-wrap ul li { /*background:url(/images/site/page/check-list-bg.png) no-repeat left center; padding:0px 0px 0px 26px; */}
.ie7 .inner-wrap ul li,
.ie7 .inner-wrap ol li {}
.inner-wrap blockquote{ font:14px "DroidSerifItalic",Arial, Helvetica, sans-serif; line-height:22px; margin:15px 10px; padding:10px 15px;  background:#f7f7f7; border:1px solid #e8e8e8; }

/**SLOGAN STYLES**/
#slogan { margin:0px auto 26px; width:100%; }
#slogan h2.section-title{ text-align:center; color:#373737; }
#slogan h2.section-title span{  color:#373737; font:21px "DroidSansRegular",Arial, Helvetica, sans-serif; }
#slogan h2.section-title strong{  color:#BF0101; font:25px "DroidSansBold",Arial, Helvetica, sans-serif; }
#slogan .slogan-text { color:#575757; font:15px "DroidSerifItalic",Arial, Helvetica, sans-serif; line-height:26px; text-align:center; }
#slogan a { color:#000; font:15px "DroidSerifItalic",Arial, Helvetica, sans-serif; line-height:26px; }
#slogan a:hover,#slogan a:focus { text-decoration:underline; }
#slogan h3{margin-top:5px;}



/**FEATURE STYLES**/
#feature { margin:0px auto 50px; overflow:hidden; width:940px;  }
#feature .features { overflow:hidden; margin:0px; }
#feature .features li { background:url(/images/site/page/feature-li-bg.png) repeat-y right center; float:left; padding:0px 12px; text-align:center; width:210px; }
#feature .features li img { display:block; margin:0px auto 14px; width:200px; }
#feature .features li h3 { color:#666; font:16px "DroidSansRegular",Arial, Helvetica, sans-serif; line-height:24px; margin-bottom:3px; }
#feature .features li h3 a{ color:#666; }
#feature .features li a:hover,.features li a:focus { color:#393939; }
#feature .features li p { margin:0px; color:#8b8b8b; font:12px "DroidSansRegular",Arial, Helvetica, sans-serif; line-height:18px; }

/*Templates page */
#feature .templates{margin-top:0;}
#feature .templates li { float:left; padding:5px; text-align:center;background-color: #f5f5f5;box-shadow: 0px 0px 10px 0px #ccc;margin: 10px 10px;border-radius:10px; width:200px; height:240px;}
#feature .templates li img { display:block; margin:0px auto 14px; width:200px; }


/**ABOUT STYLES**/
#about { margin:0px auto 20px; overflow:hidden; width:940px; }
#about .about-info { float:left; margin:0px 0px 0px 10px; width:450px; padding:0px 0px 0px 0px;  border-right: 1px dotted #7F7F7F; }
#about .about-info p { color:#8b8b8b; font:13px "DroidSansRegular",Arial, Helvetica, sans-serif; line-height:20px; margin:0px 0px 33px; }
#about .about-detail { float:right; overflow:hidden; width:450px; padding:0px 10px 0px 0px; }
#about .about-detail ul{ margin:0px; padding:0px;}
#about .about-detail ul li { overflow:hidden; margin:0px 0px 15px; padding: 10px 15px; border-radius: 10px}
#about .detail-image { display:block; float:left; margin:0px 11px 0px 0px; border:4px solid #eaeaea; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;   -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; }
#about .detail-image:hover,
#about .detail-image:focus {  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; filter: alpha(opacity=90); -moz-opacity: 0.9; -khtml-opacity: 0.9; opacity: 0.9; border-color:#CCC; }
#about .about-detail ul li .about-content{ width:300px; float:right;}
#about .about-detail h5 { font:13px "DroidSansBold",Arial, Helvetica, sans-serif; line-height:20px; margin-bottom:5px; }
#about .about-detail p { width:75%; color:#8b8b8b; font:16px "DroidSansRegular",Arial, Helvetica, sans-serif; line-height:25px; margin:15px 0px 10px 0px; }

/** custom **/
#about .about-detail1 ul li .about-content{ width:820px; float:right;}
.about-content1 h5{font-size: 24px!important;padding: 0;margin: 10px;margin-left:0;color:black}
#about .about-detail p{color:#444}


/**TESTIMONIALS STYLES**/
#testimonials { margin:0px auto 40px; overflow:hidden; width:940px; }
#testimonials-pager { text-align:right; margin:25px 10px 0px 0px; }
#testimonials-pager a{ display:inline-block; width:9px; height:9px; font-size:0px; background:url(/images/site/page/testimonials-nav.png) bottom left; margin:0px 2px 0px;}
#testimonials-pager a.activeSlide{ background:url(/images/site/page/testimonials-nav.png) top left; }
#testimonials .testimonial-slider { position:relative; margin:10px 10px 0px; width:920px;  }
#testimonials .testimonial-slide { background:#f7f7f7; border:1px solid #e8e8e8; margin:0px auto 0px; padding:22px 27px 0px; width:863px; }
#testimonials .testimonial-slide p { color:#575757; font:15px "DroidSerifItalic",Arial, Helvetica, sans-serif; line-height:26px; text-align:center; margin:0px; }
#testimonials .testimonial-slide p a { color:#000; }
#testimonials .testimonial-slide p a:hover,
#testimonials .testimonial-slide p a:focus { text-decoration:underline; }
#testimonials .testimonial-slide cite { background:url(/images/site/page/cite-tag-bg.png) no-repeat; color:#545454; display:block; font:14px "DroidSansRegular",Arial, Helvetica, sans-serif; height:43px; line-height:43px; margin:0px auto -3px; text-align:center; width:291px; }
#testimonials .testimonial-slide cite span { color:#438e2f; font:14px "DroidSansBold",Arial, Helvetica, sans-serif;  }
#testimonials .testimonial-slide cite strong { color:#545454; font:14px "DroidSansBold",Arial, Helvetica, sans-serif; }


/**LIST TYPE STYLES**/
#list-types { margin:0px auto 47px; overflow:hidden; width:940px; }
#list-types ul { float:left; margin:30px 10px 0px 10px; overflow:hidden; width:215px; }
#list-types ul li { color:#878787; font:12px "DroidSansRegular",Arial, Helvetica, sans-serif; line-height:30px; list-style-position:inside; }
.ie7 #list-types ul li { padding:0px 0px 0px 6px; }
#list-types .tick li { background:url(/images/site/page/check-list-bg.png) no-repeat left center; padding:0px 0px 0px 26px; }
#list-types .buttun li { background:url(/images/site/page/radio-btn.png) no-repeat left center; padding:0px 0px 0px 26px; }
#list-types .arrow li { background:url(/images/site/page/list-arow-bg.png) no-repeat left center; padding:0px 0px 0px 26px; }
#list-types .play li { background:url(/images/site/page/list-play-btn.png) no-repeat left center; padding:0px 0px 0px 26px; }
.buttun li { background:url(/images/site/page/radio-btn.png) no-repeat left center; padding:0px 0px 0px 26px; }

/**FOOTER STYLES STYLES**/
.footer-wrap .copy-right { background:#171717; color:#878787; height:50px; padding:20px; position:relative; }
.footer-wrap .copy-right p { font:12px "DroidSansRegular",Arial, Helvetica, sans-serif; line-height:20px; }
.footer-wrap .copy-right .right-text { font:12px "DroidSansRegular",Arial, Helvetica, sans-serif; line-height:20px; position:absolute; top:20px; right:20px; text-align:right; }
.footer-wrap .copy-right .right-text a { color:#fff; }
.footer-wrap .copy-right .right-text a:hover { text-decoration:underline; }

.footer-links a{color:#ccc;margin-right:5px}
.footer-links a:hover{color:#fff;text-decoration:underline}

.logo{position:relative; left:20px; z-index:1000}

#indexVideo{
    padding:10px 0 0 20px;
    margin-bottom: 20px;
    height: 400px;
    /*background: transparent url("http://gooffers.net/helpdesk.jpg") no-repeat right top;*/
    display: block;
    clear:both;
}
#indexVideo ul{
    list-style: disc;
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 10px
}
.index_inner_left{
    float:left; width:350px; margin-top:15px
}
.index_inner_right{
    float:right; width:560px
}
.indexplayerwrap{
    width: 510px!important;
    height:320px;
    padding: 15px;
    border-radius:5px;
    border: 2px solid white;
    border-right: 2px solid white!important;
    box-shadow: 0px 0px 23px 5px #888;
}

h1.opensansbold{
    font-size:40px;
    font-weight:bold;
    height: 30px;
    line-height: 40px;
    letter-spacing: -2px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    color:#222222
}
.opensans{
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 20px;
    color:#000

}


/*--------------------------------Prettyphoto-----------------------------*/
/*------------------------------------------------------------------------*/
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(/images/site/page/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(/images/site/page/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(/images/site/page/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(/images/site/page/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(/images/site/page/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(/images/site/page/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(/images/site/page/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(/images/site/page/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;height:28px;width:28px}
div.pp_default .pp_expand:hover{background:url(/images/site/page/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(/images/site/page/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;height:28px;width:28px}
div.pp_default .pp_contract:hover{background:url(/images/site/page/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{background:url(/images/site/page/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer;height:30px;width:30px}
div.pp_default .pp_gallery ul li a{background:url(/images/site/page/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{left:auto;position:static}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(/images/site/page/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(/images/site/page/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;margin:4px 0 0;width:20px}
div.pp_default a.pp_arrow_next{background-position:-82px -3px;left:52px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;position:relative;width:110px}
div.pp_default .pp_nav .currentTextHolder{color:#999;font-family:Georgia;font-size:11px;font-style:italic;left:75px;line-height:25px;margin:0;padding:0 0 0 10px;position:absolute;top:2px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:16px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(/images/site/page/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(/images/site/page/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(/images/site/page/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(/images/site/page/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(/images/site/page/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(/images/site/page/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(/images/site/page/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(/images/site/page/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(/images/site/page/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(/images/site/page/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(/images/site/page/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(/images/site/page/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{background:url(/images/site/page/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.light_rounded .pp_nav .pp_play{background:url(/images/site/page/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(/images/site/page/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(/images/site/page/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(/images/site/page/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(/images/site/page/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(/images/site/page/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(/images/site/page/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(/images/site/page/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(/images/site/page/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(/images/site/page/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(/images/site/page/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(/images/site/page/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(/images/site/page/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(/images/site/page/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(/images/site/page/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(/images/site/page/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{background:url(/images/site/page/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.dark_rounded .pp_description{color:#fff;margin-right:85px}
div.dark_rounded .pp_nav .pp_play{background:url(/images/site/page/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(/images/site/page/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(/images/site/page/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(/images/site/page/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(/images/site/page/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(/images/site/page/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(/images/site/page/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(/images/site/page/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(/images/site/page/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(/images/site/page/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(/images/site/page/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(/images/site/page/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{background:url(/images/site/page/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(/images/site/page/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(/images/site/page/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(/images/site/page/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(/images/site/page/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(/images/site/page/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(/images/site/page/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(/images/site/page/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(/images/site/page/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(/images/site/page/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(/images/site/page/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{background:url(/images/site/page/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.light_square .pp_nav .pp_play{background:url(/images/site/page/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(/images/site/page/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(/images/site/page/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(/images/site/page/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(/images/site/page/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(/images/site/page/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(/images/site/page/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(/images/site/page/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(/images/site/page/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(/images/site/page/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(/images/site/page/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(/images/site/page/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(/images/site/page/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(/images/site/page/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(/images/site/page/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{background:url(/images/site/page/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:22px}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(/images/site/page/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(/images/site/page/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(/images/site/page/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(/images/site/page/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(/images/site/page/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(/images/site/page/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(/images/site/page/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(/images/site/page/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(/images/site/page/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(/images/site/page/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:40px;overflow:hidden;width:55px}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;margin:2px 4px;white-space:nowrap}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;margin:0 0 0 5px;padding:0;position:relative;white-space:nowrap}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(/images/site/page/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(/images/site/page/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(/images/site/page/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{display:block;line-height:22px;position:absolute;right:0;text-indent:-10000px;top:0}
.pp_loaderIcon{display:block;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;margin:0 0 5px 15px;z-index:9999}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(/images/site/page/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(/images/site/page/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}


/*--------------------------------Page styling-----------------------------*/
/*------------------------------------------------------------------------*/


/* Table */



/* Tinybox */
.tbox {position:absolute; display:none; padding:14px 17px; z-index:1002}
.tinner {padding:15px; -moz-border-radius:5px; border-radius:5px; background:#fff url(/images/site/preload.gif) no-repeat 50% 50%; border-right:1px solid #333; border-bottom:1px solid #333}
.tmask {position:absolute; display:none; top:0px; left:0px; height:100%; width:100%; background:#000; z-index:1001}
.tclose {position:absolute; top:0px; right:0px; width:30px; height:30px; cursor:pointer; background:url(/images/site/close.png) no-repeat}
.tclose:hover {background-position:0 -30px}
#error {background:red; color:#fff; text-shadow:1px 1px #cf5454; border-right:1px solid #000; border-bottom:1px solid #000; padding:0}
#error .tcontent {padding:10px 14px 11px; border:1px solid #ffb8b8; -moz-border-radius:5px; border-radius:5px}
#success {background:#2ea125; color:#fff; text-shadow:1px 1px #1b6116; border-right:1px solid #000; border-bottom:1px solid #000; padding:10; -moz-border-radius:0; border-radius:0}
#bluemask {background:#4195aa}
#frameless {padding:0}
#frameless .tclose {right:6px}

.bordered {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    width: 100%;
    border: solid #eee 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 10px #eee;
    -moz-box-shadow: 0 1px 10px #eee;
    box-shadow: 0 1px 10px #eee;
}

.bordered h3{
    font-family:"DroidSansRegular",Arial,Helvetica,sans-serif;
    margin-bottom:0;
}

.bordered tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.bordered td, .bordered th {
    border-left: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
    padding: 10px;
    text-align: left;
}

.bordered th {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

/*Zebra for pages*/
.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}

.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.bordered th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

/* features */

.features_column{
    float:left;
    margin: 20px 0 0;
    padding: 0 10px;
    width: 280px;
}
.features_column p{
    margin-bottom:10px
}
.fh1,.fh2,.fh3,.fh4,.fh5,.fh6,.fh7,.fh8,.fh9,.fh10,.fh11,.fh12,.fh13 {
    height:32px;
    line-height:32px;
    padding-left:40px;
    background:url(/images/site/icons/features/icon1.gif) center left no-repeat;
    margin-bottom:5px;
}
.fh2{
    background:url(/images/site/icons/features/icon2.png) center left no-repeat;
}
.fh3{
    background:url(/images/site/icons/features/icon3.png) center left no-repeat;
}
.fh4{
    background:url(/images/site/icons/features/icon4.png) center left no-repeat;
}
.fh5{
    background:url(/images/site/icons/features/icon5.png) center left no-repeat;
}
.fh6{
    background:url(/images/site/icons/features/icon6.png) center left no-repeat;
}
.fh7{
    background:url(/images/site/icons/features/icon7.png) center left no-repeat;
}
.fh8{
    background:url(/images/site/icons/features/icon8.png) center left no-repeat;
}
.fh9{
    background:url(/images/site/icons/features/icon9.png) center left no-repeat;
}
.fh10{
    background:url(/images/site/icons/features/icon10.png) center left no-repeat;
}
.fh11{
    background:url(/images/site/icons/features/icon11.png) center left no-repeat;
}
.fh12{
    background:url(/images/site/icons/features/icon12.png) center left no-repeat;
}
.fh13{
    background:url(/images/site/icons/features/icon13.png) center left no-repeat;
}

.features_column ul{
    margin:0 0 25px 15px;
    list-style-type: square;
}
.features_column li p{
    display:none;
}
.features_column a{
    font-weight:normal;
}

.features_column a:hover{
    text-decoration:underline;
}

.watchvideo{
    float:right;
    margin-top:10px;
}


/*--------------------------Registration form-----------------------------*/
/*------------------------------------------------------------------------*/
.clearfix:after, #main .row:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix, #main .row {
    display: inline-block;
}
*:focus {
    outline: none;
}
p {
    margin:0 0 10px;
    color:#595959;
}
h2 {
    font-family:Arial, Helvetica, sans-serif;
    color:#292929;
    font-size:36px;
    padding:15px 0;
    font-weight:bold;
    outline:none;
    border-bottom: 1px dashed #ccc;
}
h3 {
    color:#7f7f7f;
    font-size:17px;
    line-height:20px;
    font-weight:normal;
    outline:none;
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 10px;
}
#main {
    width:902px;
    padding-top:0px;
    padding-left:20px;
}
#left_side {
    float:left;
    width:642px;
}
#container {
    overflow:hidden;
    padding: 0px 0 20px 20px;
    border-right:1px dashed #d5d5d5;
}
article {
    width:620px;
    padding:0;
}
hgroup {
    margin-right:20px;
}
.form {
    margin:0;
    padding:0;
}
.form fieldset {
    border:none;
    padding: 10px 0 0;
    margin:0;
}
.form .last {
    margin:0 !important;
}
.form h4 {
    font-size:25px;
    color:#063b82;
    /*line-height:33px;*/
    margin-bottom:15px;
}
.form h4 span {
    display:block;
    float:left;
    width:13px;
    padding:0 10px;
    height:33px;
    line-height: 33px;
    margin-top: -5px;
    background:url(/images/site/page/register/h4_span.png) no-repeat center;
    color:#fff;
    font-size:19px;
    font-weight:bold;
    margin-right:15px;
    text-shadow:1px 1px 0 #d6ed94;
}
.form .row {
    margin-bottom:20px;
}
.form label {
    color:#595959;
    font-size:16px;
    display:block;
    float:left;
    padding-bottom:9px;
    width:100%
}
.form label em {
    color:#e33636;
    font-weight:bold;
    margin-left:3px;
}
.form label a {
    color:#0071b9;
}
.form label .tooltip {
    display:block;
    float:right;
    margin-right:5px;
    width:17px;
    height:17px;
    background:url(/images/site/page/registar/tooltip.png) no-repeat;
}
.form .inner_labels label {
    padding:7px 15px 7px 0;
    width:auto;
}
.form input[type="text"], .form .row input[type="password"], .form select, .form textarea {
    background:#f5f5f5;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1), 0 2px 2px rgba(0, 0, 0, .1) inset;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .1), 0 2px 2px rgba(0, 0, 0, .1) inset;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1), 0 2px 2px rgba(0, 0, 0, .1) inset;
    border:1px solid #c5c5c5;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    font-size:18px;
}
.form input[type="text"], .form .row input[type="password"] {
    width:268px;
    padding: 1px 10px;
    height:33px;
    line-height:33px;
}
.form select {
    padding: 6px 5px;
    width: 290px;
    height:37px;
    line-height:33px;
}
.form textarea {
    padding: 5px 10px;
    width: 100%;
    height:95px;
    line-height:19px;
    width:580px;
    font-size:15px;
}
.form input[type="checkbox"], .form .row input[type="radio"] {
    display:block;
    float:left;
    margin: 10px 7px 10px 0;
}
.form input.hasDatepicker {
    float:left;
    width: 113px;
    margin-right:-27px;
}
.form img.ui-datepicker-trigger {
    float:left;
    margin-top:9px;
}
.form input[type="text"]:focus, .form .row input[type="password"]:focus, .form .row select:focus, .form .row textarea:focus, .form .row input[type="text"]:hover, .form .row input[type="password"]:hover, .form .row select:hover, .form .row textarea:hover {
    border:1px solid #b8d564;
    box-shadow: 0 0 5px #b8d564, 0 2px 2px rgba(0, 0, 0, .1) inset;
    -moz-box-shadow: 0 0 5px #b8d564, 0 2px 2px rgba(0, 0, 0, .1) inset;
    -webkitkit-box-shadow: 0 0 5px #b8d564, 0 2px 2px rgba(0, 0, 0, .1) inset;
}
.form input.error, .form select.error, .form textarea.error {
    border:1px solid #eb9393;
    box-shadow: 0 0 5px #f7c4c4;
    -moz-box-shadow: 0 0 5px #f7c4c4;
    -webkit-box-shadow: 0 0 5px #f7c4c4;
    background-color:#fce4e4;
}
.form input[type="submit"] {
    cursor:pointer;
    color:#1c464e;
    margin-right:20px;
    text-shadow:1px 1px 0 #aaeaf7;
    border:1px solid #289cb8;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    background:#67bbcf;
    background: -webkit-gradient(linear, center bottom, center top, from(#67bbcf), to(#82def1));
    background: -moz-linear-gradient(bottom, #67bbcf, #82def1);
    font-size:16px;
    padding:5px 20px;
    font-weight:bold;
    float:right;
}
.form input[type="submit"]:hover {
    background:#51b1c7;
    background: -webkit-gradient(linear, center bottom, center top, from(#4297ab), to(#60cce3));
    background: -moz-linear-gradient(bottom, #4297ab, #60cce3);
}
.form span.label {
    color:#595959;
    float:left;
    line-height:33px;
    margin:0 10px 0 0;
}
.form p.hint {
    margin:5px 0 0;
    color:#b0b0b0;
    font-size:11px;
}
.form .item {
    width:294px;
    float:left;
    margin-right:16px;
}
.form .item span.label {
    width:100%;
    line-height:normal;
    margin-bottom:10px;
}
.copy {
    float:right;
    color:#9eabae;
    font-size:12px;
    margin:10px 16px 20px 0;
    text-shadow:1px 1px 1px #fff;
}
aside {
    width:240px;
    float:left;
    padding:15px 0 0 20px;
}
aside h5 {
    font-family: Georgia;
    color:orange;
    font-size:28px;
    line-height:30px;
    font-style:italic;
    margin-bottom:15px;
    text-transform: none;
}
aside a.login {
    display:block;
    margin-bottom:40px;
    color:#1050a0;
    font-size:17px;
    text-shadow:1px 1px 1px #fff;
    line-height:19px;
    background:url(/images/site/page/registar/ico_login.png) no-repeat left center;
    padding-left:25px;
}
aside .item {
    margin:0 0 20px -20px;
    padding:4px 0 0 50px;
/*    border-bottom:1px solid #fff;
    box-shadow: 0 1px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 0px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, .1);*/
    background:url(/images/site/page/register/aside_h6.png) no-repeat 20px top;
}
aside .item.last {
    border:none;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}
aside h6 {
    font-size:17px;
    margin-bottom:10px;
    color:#1050a0;
    text-shadow:1px 1px 1px #fff;
    line-height:20px;
    text-transform: none;
}
aside p {
    font-size:12px;
    line-height:15px;
    text-shadow:1px 1px 1px #fff;
    color:#607da1;
}
#tooltip {
    z-index:100;
    position:absolute;
    display:none;
    padding:10px;
    color:#212b04;
    text-shadow:1px 1px 1px #fff;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    font-size:12px;
    line-height:17px;
    background:#a3c55c;
    background: -webkit-gradient(linear, center bottom, center top, from(#a3c55c), to(#d4ee85));
    background: -moz-linear-gradient(bottom, #a3c55c, #d4ee85);
    box-shadow:-1px 1px 1px #e8e8e8;
    -moz-box-shadow:-1px 1px 1px #e8e8e8;
    -webkit-box-shadow:-1px 1px 1px #e8e8e8;
}
#tooltip em {
    position:absolute;
    bottom: -6px;
    left:50%;
    margin-left:-6px;
    background:url(/images/site/page/register/tooltip_em.png);
    display:block;
    width:12px;
    height:6px;
}
.form .ui-slider {
    margin-top:42px;
    background:url(/images/site/page/register/slider.png) repeat-x;
    border:none;
    height:9px;
    margin-right:4px;
}
.form .ui-slider .ui-slider-handle {
    margin-top:-1px;
    background: url("/images/site/page/register/slider_handle.png") no-repeat;
    border: 0 none;
    cursor: pointer;
    height: 19px;
    width: 19px;
}
.form .ui-slider .ui-slider-range {
    background: url("/images/site/page/register/slider_range.png") repeat-x;
    border:1px solid #bbb;
    height:7px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}

#feedbackForm{
    padding: 0 20px;
}
#feedbackForm textarea{
    width: 400px
}
#feedbackForm h4{
    margin:0
}