@charset "utf-8";
/****************EMBER FONTS*********************/

@font-face {
    font-family: "HelveticaNeueLT Std UltLt";
    src: url('fonts/helveticaneueltstd-ultlt-webfont.eot');
    src: url('fonts/helveticaneueltstd-ultlt-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneueltstd-ultlt-webfont.woff') format('woff'),
         url('fonts/helveticaneueltstd-ultlt-webfont.ttf') format('truetype'),
         url('fonts/helveticaneueltstd-ultlt-webfont.svg#HelveticaNeueLTStd25UltraLt') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Helvetica35-Thin';
    src: url('helveticaneue-thin-webfont.eot');
    src: url('helveticaneue-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('helveticaneue-thin-webfont.woff') format('woff'),
         url('helveticaneue-thin-webfont.ttf') format('truetype'),
         url('helveticaneue-thin-webfont.svg#Helvetica35Thin') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Helvetica57-Condensed';
    src: url('fonts/helveticaneue-condensed-webfont.eot');
    src: url('fonts/helveticaneue-condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneue-condensed-webfont.woff') format('woff'),
         url('fonts/helveticaneue-condensed-webfont.ttf') format('truetype'),
         url('fonts/helveticaneue-condensed-webfont.svg#Helvetica57CondensedRoman') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Helvetica55Roman';
    src: url('fonts/helveticaneue-roman-webfont.eot');
    src: url('fonts/helveticaneue-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneue-roman-webfont.woff') format('woff'),
         url('fonts/helveticaneue-roman-webfont.ttf') format('truetype'),
         url('fonts/helveticaneue-roman-webfont.svg#Helvetica55Roman') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'Helvetica25-UltraLight';
    src: url('fonts/helveticaneue-ultralight_0-webfont.eot');
    src: url('fonts/helveticaneue-ultralight_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneue-ultralight_0-webfont.woff') format('woff'),
         url('fonts/helveticaneue-ultralight_0-webfont.ttf') format('truetype'),
         url('fonts/helveticaneue-ultralight_0-webfont.svg#Helvetica25UltraLightUltraLt') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'Helvetica45-Light';
    src: url('fonts/helveticaneue-light-webfont.eot');
    src: url('fonts/helveticaneue-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneue-light-webfont.woff') format('woff'),
         url('fonts/helveticaneue-light-webfont.ttf') format('truetype'),
         url('fonts/helveticaneue-light-webfont.svg#Helvetica45Light') format('svg');
    font-weight: normal;
    font-style: normal;

}


/****************END EMBER FONTS*****************/
/****************MAIN*****************/
#body {
	margin: 0 auto;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #FFF;
	height: 100%;
  	width: 100%;
/*	background-image:url(../images/full-bg.png);
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
    background-image:url(../images/bg-%20transparent.png);
*/}

/* begin Page */
/* Created by Artisteer v3.1.0.46558 */

#css-main, table
{
   font-family: Helvetica ,Arial, Helvetica, Sans-Serif;
   font-style: normal;
   font-weight: normal;
   font-size: 13px;
}

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li
{
   margin: 0;
   padding: 0;
}

h4 
{
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-style: normal;
}

ul
{
   list-style-type: none;
}

ol
{
   list-style-position: inside;
}

html, body
{
   height:100%;
}

#css-main
{
   position: relative;
   z-index: 0;
   width: 100%;
   min-height: 100%;
   left: 0;
   top: 0;
   cursor:default;
   overflow:hidden;
}

body
{
   padding: 0;
   margin:0;
   min-width: 700px;
   color: #0F1419;
   background-color: #FFFFFF;
}

.clear
{
   display:block;
   clear: both;
   float: none;
   margin: 0;
   padding: 0;
   border: none;
   font-size: 0;
   height:0;
   overflow:hidden;
}

.reset-box
{
   overflow:hidden;
   display:table;
}

form
{
   padding: 0 !important;
   margin: 0 !important;
}

table.position
{
   position: relative;
   width: 100%;
   table-layout: fixed;
}




a {
	color: #09F;
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-style: normal;
	
}
.main .main-contents a
{
	color: #09F;
	text-decoration: none;
	font-weight: 100;
}
ul li
{
	list-style: none;
	padding: 0px 0 3px 0;
}
ul.main_menu li{
	text-align: left;
	display: block;
	list-style-type: none;
	list-style-image: none;
	padding: 7px 0 9px 0;
}
.wrapper {
	width: 1024px;
	height:auto;
	margin:0 auto;
}
/****************START HEADER*****************/
#header .bg-top
{
	height: 40px;
	margin-bottom: -31px;
	width:100%;
	background-image: url(../images/menubg.png);
	background-repeat:no-repeat;
}
/****************END HEADER*****************/
/****************START MENU*****************/
.menu {
	margin: 0 auto;
	width: 1024px;
	position: relative;
}
.menu a
{
	position: relative;

}

.menu.one {
	width: 258px;
	background-color: #002d57;
	text-align: right;
	position: absolute;
	left: 0;
	z-index: 1;
}
.menu.one li.first{
	text-align:right;
}
li.menu.one a{
	padding: 9px 15px 9px 15px;
	color:#FFF;
	font-weight: bold;
}
li.menu.one a:hover
{
	background-color: #215381;
	
}
.menu.two{
	width: auto;
	background-color: #0475c6;
	text-align: center;
	position: absolute;
	left: 258px;
}
.menu.two li{

}
.menu.two a{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 9px;
	padding-top: 9px;
	color:#FFF;
	font-weight: bold;
	
}
.menu.two a:hover{
	background-color: #2083ca;
}
.menu ul li.language{
	width: 96px;
	background-color: #00aeef;	
	position: absolute;
	left: 375px;
	
}
.menu ul li.language img
{
	display: inline;
}
.menu ul li.language p
{	
	padding-left: 30px;
	background-image: url(../images/arrow-down.png);
	background-repeat:no-repeat;
	background-position: right;
	margin-right: 5px;
	margin-top: -17px;
	color: #FFF;
	font-weight: 300;
	height: 24px;
}
.menu ul li ul.active {
	display: block;
}

        .dropdown a:hover { color:#75c7ef;}
        .dropdown dt a {
			display: block;	
			background: url(../images/arrow-down.png) no-repeat scroll right center;
			margin-right: 7px;
			color:#FFF;
			font-weight: bold;
			padding-right: 16px;
		}
		.dropdown {
			margin: 0 auto;
			background: #0276C9;
			position: relative;
			padding: 2px 0px 4px 4px;
			border-radius: 4px;
		
		}
        .dropdown dt a span {
			cursor:pointer; 
			padding-left: 0px !important;
			color:#FFF;
			font-weight: bold;
			}
        .dropdown dd ul { 
			position: absolute;
			width: 106px !important;
			right: auto;
			margin-left:-44px;
			background: #0474c6;
			border-top: none;
			width:96px; 
			list-style:none;
			z-index: 3000;
			margin-top: 5px;
			border-bottom-left-radius: 4px;
			border-bottom-right-radius: 4px;
		}
        .dropdown span.value { display:none;}
        .dropdown dd ul li a { padding:5px; 	font-weight: bold; color:#FFF; display:block;}
        .dropdown dd ul li a:hover { background-color:#3fbaeb;}
        .dropdown img.flag { border:none; vertical-align:middle; margin-right: 10px;}
        .flagvisibility { display:none;}
/****************END MENU*****************/
#main-home
{	
	padding-top: 31px;
	margin: 0 auto;
	width: 1024px;
	background-image:url(../images/bg.png);
	background-repeat: no-repeat;
}

#main
{	
	padding-top: 0px;
	float:left;
	width: 1024px;
	background-repeat: no-repeat;
}


#maincontent
{	
	
	margin: 0 auto;
	width: 1024px;
	background-image: url(../images/bg-contents.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	padding-top: 31px;
	
}
#maincontent .contents
{
	text-align: left;
	width: 960px;
	padding: 20px 0 45px 40px;
}

#maincontent .contents ul a
{
	color: #133860;
}
#maincontent h3.title
{
	font-size: 18pt;
	color: #133860;
	font-family:  "Helvetica45-Light", Arial, Tahoma, sans-serif;
}

/****************MAIN*****************/
.top-main
{
	padding-left: 30px;
	z-index: 100;
	position: relative;
	margin-top:0px;
	
}
.top-adv
{
	padding-left: 30px;
	z-index: 100;
	position: relative;
	height: 152px;
}

.top-main .logo, .top-adv .logo
{
	
	width: 193px;
	height: 127px;
	z-index: 10;
	margin-top: 7px;
	position: absolute;
	left: 162px;
    
}
.top-main .logo a, .top-adv .logo a
{
	border: none;
	color: transparent;
}
.top-main .advertising, .top-adv .advertising
{
	position: absolute;
	left: 335px;
	padding-top: 44px;
}
.top-main .upload-area
{
	width: 282px;
	padding-bottom: 71px;
	padding-top: 81px;
	
}
.top-main .upload-area .upload-box
{
	background-image: url(../images/uploadbox.png);
	background-repeat: no-repeat;
	width: 700px;
	height: 67px;
	margin-top: 50px;
	position: relative;
}
.top-main .upload-area .upload-box .upload
{

	width: 100%;
	height: 100%;
	border: none;
	cursor: pointer;
	position: absolute;
	opacity: 0; 
	filter:alpha(opacity=0); /* stupid IE */ 
	-moz-opacity: 0;

}

.uploading
{
	background-image:url(../images/choose_a_file.png);
	background-repeat: no-repeat;
	width: 140px;
	height: 46px;
	border: none;
	margin: 10px;
	cursor: pointer;
	left: 0;
	position: absolute;


}
.file_path {
	padding-left: 170px;
	padding-top: 25px;
	width: 300px;
}
.upload-button {
	width: 190px;
	height: 67px;
	float: right;
	margin-top: -67px;
	position: absolute;
	left: 550px;
}

.top-main .upload-area .upload-button .button-upload
{	
	float: right;
	background-color: #072952;
	border-radius: 10px;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari and Chrome */
	behavior:url(border-radius.htc);
	width: 185px;
	position: absolute;
	height: 67px;
	color: white;
	font-size: 19pt;
	border: none;
	cursor: pointer;
}
.top-main .upload-area .upload-button .button-upload:hover
{	

	background-color: #183e6c;
	float: right;
	border-radius: 10px;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari and Chrome */
	behavior:url(border-radius.htc);
	width: 185px;
	position: absolute;
	height: 67px;
	color: white;
	font-size: 19pt;
	border: none;
	cursor: pointer;
}
.top-main .upload-area .upload-box .button-upload p
{
	padding: 19px;
	color: white;
	font-size: 25px;
	font-family: "Helvetica35-Thin", Arial, Tahoma, sans-serif;
}


.top-main .upload-area .simple
{
	color: #002c5b;
	font-size: 62pt;
	padding-top: 15px;
	font-family: "HelveticaNeueLT Std UltLt", Arial, Tahoma, sans-serif;
}
.top-main .upload-area .one-click
{
	color: #1eb1ec;
	font-size: 47.8pt;
	font-family: "HelveticaNeueLT Std UltLt", Arial, Tahoma, sans-serif;
}

.top-main .upload-area .solutions
{
	color: #bfcad6;
	font-size: 22pt;
	font-family: "HelveticaNeueLT Std UltLt", Arial, Tahoma, sans-serif;
}

.top-main .upload-area .button-upload-now
{
	background-color: #072952;
	border-radius: 10px;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari and Chrome */
	behavior: url(border-radius.htc);
	
	width: 227px;
	height: 82px;
	margin-top: 40px;
}

.top-main .upload-area .button-upload-now p
{
	padding: 23px 30px;
	color: #FFF;
	font-size: 30px;
	font-family: "Helvetica35-Thin", Arial, Tahoma, sans-serif;
}
.bottom-main
{
float:left;width:100%;
}

.bottom-main .download-area
{
	width:100%;
	float: left;
	padding-left: 60px;
}
.bottom-main .download-area .create-download
{
	padding: 30px 0 0 200px;
	
}
.bottom-main .download-area .create-download-link
{
	background-image: url(../images/create-download-link.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 174px;
	height: 32px;
	border: none;
	background-color: white;
	cursor: pointer;
	color: #FFF;
}
.bottom-main .download-area .file-name {
	padding-left:10px;
	padding-top:19px;
	color: white;
	font-weight: 700;
	float:left;
}
.bottom-main .download-area .info-file {
	float:left;
}
.bottom-main .download-area .info-file li{
	color: #000;
	font-size: 10pt;
	font-family: arial;
	padding:5px 10px;
	font-weight: 600;
	width: auto;
	background-color:#FFFFFF;float:left;	
}
.bottom-main .download-area .info-file li.right{
	width:400px;
	padding-left:10px;
	font-weight: 100;
	font-size: 10pt;
	float:left;
	padding-bottom:0;
}
.bottom-main .download-area .captcha
{
	padding-top: 30px;
	padding-left: 120px;
}

#main .share-link-area
{
	background-image:url(../images/download-share-link-bg.png);
	height: 134px;
	width: 838px;
	background-position: left;
	background-repeat:no-repeat;
	float:left;
	padding-bottom: 35px;
}
#main .share-link-area input
{
	background-color: transparent;
}
#main .share-link-area ul.share-link
{
	padding-top: 4.bottom-main .filenotfound-area0px;
}
#main .share-link-area ul.share-link li
{
	color: #666;
	
	font-family: arial;
	padding: 0 0 15px 30px;
	font-weight: 600;
	width: 130px;
}
#main .share-link-area ul.share-link li.right
{
	width: 540px;
	padding-left: 180px;
	margin-top: -32px;
	font-weight: 100;
	font-size: 10pt;
}
#main .share-link-area ul.share-link .line
{
	border-top: 1px solid white;
	margin-bottom: 10px;
	margin-top: -5px;
	margin-left: 180px;
	margin-right: 10px;
}
#main .share-link-area ul.share-link li.copy-button
{
	float: right;
	margin-top: -36px;
	margin-right: -30px;
}
#main .share-link-area ul.share-link li.copy-button input
{
	background-image:url(../images/copy-link.png);
	background-repeat: no-repeat;
	width: 93px;
	height: 22px;
	border: none;
	cursor: pointer;
}
/****************END MAIN*****************/


/****************FOOTER*****************/
#footer
{
	background-image: url(../images/bg-bottom.png);
	background-repeat:repeat-x;
	height: 296px;
	width: 100%;
	color: #FFF;
	float:left;
	
}
#footer #footer_top
{

	/*padding-left: 60px;*/
	padding-top: 20px;
	position: relative;
	left: 0px;
	height: 155px;
	width: 1024px;
	margin: 0 auto;
}
#footer #footer_top .footer_top.first {
	padding-left: 48px;
	float: left;
}
#footer #footer_top .footer_top.text {
	color: #FEFEFE;
	font-size: 13pt;
}
#footer #footer_top .footer_top.first p.easy {
	color: #133860;
	font-weight: 700;
	font-size: 36px;
	font-family: "Helvetica57-Condensed", Arial, Tahoma, sans-serif;
}

#footer #footer_top .footer_top.first p.online-file {
	color: #FFF;
	font-weight: 700;
	font-size: 30px;
	font-family: "Helvetica55Roman", Arial, Tahoma, sans-serif;
}
#footer #footer_top .footer_top.first p.storage-for {
	color: #a3cdea;
	font-weight: 700;
	font-size: 28px;
	font-family: "Helvetica25-UltraLight", Arial, Tahoma, sans-serif;
}
#footer #footer_top .socialnetwork {
	position: absolute;
	left: 225px;
	background-image: url(../images/line.png);
	background-repeat:no-repeat;
	background-position: right;
	width: 110px;
	padding-top: 15px;
}
#footer #footer_top .socialnetwork img
{
	padding-left: 25px;
}
#footer #footer_top .artists {
	position: absolute;
	left: 363px;
	background-image: url(../images/line.png);
	background-repeat:no-repeat;
	background-position: right;
	width: 110px;
	padding-top: 15px;
}
#footer #footer_top .business {
	position: absolute;
	left: 500px;
	padding-top: 30px;
	width: 110px;
	
}
#footer #footer_top .go-premium
{
	position: absolute;
	left: 598px;
	background-color: #FFF;
	width: 185px;
	height: 161px;
	border-radius:15px;
	-moz-border-radius: 15px; /* Firefox */
	-webkit-border-radius: 15px; /* Safari and Chrome */
	behavior: url(border-radius.htc);
	margin-top: -51px;
}
.go-premium h3
{

	color: #2687CD;
	margin-left: 20px;
	font-size: 18pt;
	padding-top: 18px;
	font-family: "Helvetica45-Light", Arial, Tahoma, sans-serif;

}
.go-premium ul li
{
	color: #707070;
	list-style-image: url(../images/arrow.png);
	margin-left: 40px;
}
.go-premium .learnmore
{

	background-color: #17375d;
	-moz-border-radius: 50px; /* Firefox */
	-webkit-border-radius: 50px; /* Safari and Chrome */
	border-radius: 50px;
	behavior: url(border-radius.htc);
	width:137px;
	height: 25px;
	margin: 10px auto;
}
.go-premium .learnmore p
{
	padding: 5px 0 0 35px;
}

#footer #footer_top .foo-images
{
	padding-top: 10px;
}

#footer #footer_bottom
{
	padding-left: 60px;
	position: relative;
	left: 0px;
	width: 1024px;
	margin: 0 auto;
}
#footer #footer_bottom .footer_bottom ul li.title
{  
	padding: 3px 0 3px 0;
	font-weight: 700;
}
#footer #footer_bottom .footer_bottom.first {
	float: left;
	position: absolute;
}
#footer #footer_bottom .footer_bottom.second {
	
	border-right: 3px solid #264568;
	width: 162px;
	position: absolute;
	left: 175px;

}

.copyright {
	position:relative;
	margin-top: 8px;
	float: left;
	width: 100%;
}
#footer #footer_bottom .footer_bottom.logo {
	position: absolute;
	left: 670px;
	width:auto;
}
#footer #footer_bottom .footer_bottom p.footer_logo {
	background-image:url(../images/logo-footer.png);
	background-repeat: no-repeat;
	height: 60px;
	margin-top: 20px;
	padding-right: 200px;

}

/* Footer download page */
#footer-download
{
	background-image: url(../images/bg-bottom-download.png);
	background-repeat:repeat-x;
	height: 577px;
	width: 100%;
	color: #FFF;
	
}
#footer-download a{ color: #FFF;}
#footer-download .one, #footer-download .two, #footer-download .three, #footer-download .four, #footer-main .four
{
	width: 1024px;
	margin: 0 auto;
}
#footer-download .one { height: 100px; padding-left: 65px; position: relative;}
#footer-download .one p.go-premium
{
	font-family: 'Helvetica45-Light';
	color: #1880ca;
	font-size: 40pt;
	padding-top: 20px;
	position: absolute;
	float: left;
}
#footer-download .one p.text
{
	font-family: arial;
	color: #666;
	left: 400px;
	position: absolute;
	padding-top: 37px;
}


#footer-download .two
{
	height: 211px;
	padding-left: 65px;
	position: relative;
	margin-top: 30px
}
#footer-download .two .premium-1
{
	background-image: url(../images/line-download.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 180px;
	float: left;
}
#footer-download .two input
{
	background-color: transparent;
	padding-top: 27px;
}
#footer-download .two .button
{
	padding: 0px 0px 0px 11px;
}
#footer-download .two .picture-1, #footer-download .two .picture-2, #footer-download .two .picture-3, #footer-download .two .picture-4
{
	padding: 0px 0px 10px 30px;
}
#footer-download .two .paypal
{
	background-image: url(../images/join-by-paypal.png);
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	width: 133px;
	height: 22px;
}
#footer-download .two .credit-card
{
	background-image: url(../images/join-by-cc.png);
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	width: 133px;
	height: 22px;
}

#footer-download .two .premium-2
{
	background-image: url(../images/line-download.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 176px;
	left: 267px;
	position: absolute;
}
#footer-download .two .premium-3
{
	background-image: url(../images/line-download.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 176px;
	left: 465px;
	position: absolute;
}
#footer-download .two .premium-4
{
	background-image: url(../images/box-white.png);
	background-repeat: no-repeat;
	width: 277px;
	height: 199px;
	left: 677px;
	position: absolute;
	margin-top: -74px;
}
#footer-download .two .button-4
{
	padding: 20px 0px 0px 45px;
}
#footer-download .three
{
	height: 41px;
	padding-left: 65px;
	position: relative;
	padding-top: 20px;
	font-size: 13px;
}
#footer-download .three p.text
{
	position: absolute;
	float: left;
	
}
#footer-download .three img.payment
{
	position: absolute;
	float: left;
	left: 254px;
	
}

#footer-download .three .social
{
	float: right;
	margin-top: -8px;
	padding-right: 175px;
}
#footer-download .three .social a
{
	color: transparent;
}
#footer-download .three .follow-us {
	float: left;
	margin-top: 13px;
	margin-right: 20px;
}

#footer-download .four
{
	padding-left: 65px;
	position: relative;
	height: 125px;
	padding-top: 50px;
}
#footer-download .four a
{
	
	font-weight: 100;
}
#footer-download .four .footer_bottom.first-a
{
	float: left;
	position: absolute;
	
}
#footer-download .four .footer_bottom .title
{
	color: #FFF;
	font-weight: 600;
	font-family: Arial, Helvetica, sans-serif;
}

#footer-download .four .footer_bottom.first {
	position: absolute;
	left: 225px;
}
#footer-download .four .footer_bottom.second {
	
	width: 167px;
	position: relative;
	float: left;

}

#footer-download .four .footer_bottom.copyright {
	position:absolute;
	left: 585px;
	margin-top: 38px;
}
#footer-download .four .footer_bottom.logo {
	position: absolute;
	left: 800px;
}
#footer-download .four .footer_bottom p.footer_logo {
	background-image: url(../images/bottom-logo-download.png);
	background-repeat: no-repeat;
	height: 44px;
	margin-top: 20px;
	padding-right: 200px;

}
/****************END FOOTER*****************/
/****************PREMIUM****************/
#tariff-block {
	position: relative;
	padding-bottom: 40px;
	z-index: 2;
	zoom: 1;
}
.tariff_box_black {
	background: url(../images/tariff-black.png) no-repeat;
}

.tariff_box .period {
	display: block;
	padding-top: 49px;
	height: 112px;
	font: bold 72px/.8em Arial, Helvetica, sans-serif;
	color: white;
}

#tariff-block .title-in-2 {
	padding-bottom: 25px;
	font-size: 17pt;
	font-weight: bold;
	color: #133860;
	font-family: "Helvetica45-Light", Arial, Tahoma, sans-serif;
}
.tariff_box .period span {
	display: block;
	font-size: 13px;
	font-weight: normal;
	line-height: 1em;
}
.tariff_box .btn-9 {
	display: block;
	margin: 0 auto 4px;
}
.btn-9 {
	display: inline-block;
	zoom: 1;
	width: 145px;
	height: 30px;
	background: url(../images/btn-9.png) no-repeat;
	font: bold italic 11px/23px Arial, Helvetica, sans-serif;
	color: #3A3939;
	text-decoration: none;
	text-align: center;
}

.btn-9:hover {
	color: #FFF;
	text-decoration: none;
}
.tariff_box_red {
	background: url(../images/tariff-red.png) no-repeat;
}
.tariff_box_red .price {
	color: #803030;
}
.tariff_box .price {
	display: block;
	padding-top: 9px;
	font: bold italic 36px/.85em Arial, Helvetica, sans-serif;
}

.tariff_box_blue {
	background: url(../images/tariff-blue.png) no-repeat;
}
.tariff_box {
	float: left;
	width: 196px;
	min-height: 196px;
	margin-right: 7px;
	text-align: center;
}
.tariff_box_green_big {
	background: url(../images/tariff-green-big.png) no-repeat;
}
.tariff_box2 {
	float: right;
	width: 351px;
	min-height: 351px;
	margin: -25px 0 0 0;
	text-align: center;
}
.tariff_box_green_big .price {
	color: #6CA82B;
}
.tariff_box2 .price {
	display: block;
	padding-top: 15px;
	font: bold italic 60px/.85em Arial, Helvetica, sans-serif;
}
.tariff_box2 .period {
	display: block;
	padding-top: 70px;
	height: 242px;
	font: bold 102px/.8em Arial, Helvetica, sans-serif;
	color: #2D2D2D;
}
.tariff_box2 .period span {
	display: block;
	font-size: 25px;
	font-weight: normal;
	line-height: 1em;
}
.tariff_box2 .btn-9 {
	display: block;
	margin: 0 auto 4px;
}
.payment_box {
	float: left;
	padding: 8px 6px;
	margin: 335px  0 0 109px;
	height: 24px;
	line-height: 24px;
	border: solid 0px #316699;
	font-size: 12px;
	color: #3A3A3A;
	margin-bottom: 10px;
}
.payment_box span {
	display: inline-block;
	padding: 0 2px 0 3px;
	vertical-align: middle;
	zoom: 1;
}
.tbl-1 {
	width: 100%;
	margin-bottom: 25px;
	border-collapse: collapse;
	font: bold 17px Arial, Helvetica, sans-serif;
	color: #1880ff;
	text-align: center;
	border: 1px solid #efefef;
}
.tbl-1 tr.first {
	background: none;
}
.tbl-1 .tright {
	padding-right: 15px;
	/*text-align: right;*/
	width:200px;
}
.tbl-1 th {
	padding: 5px;
	font-size: 25px;
}
.tbl-1 td {
	padding: 7px 5px 5px;
	line-height: 29px;
	vertical-align: middle;
}
.tbl-1 .prem {
	width: 145px;
	color: #0777c7;
}
.tbl-1 .free {
	width: 145px;
	color: #002c57;
}
.tbl-1 tr.first {
	background: url(../images/bg-title.png) repeat-x;
}
.tbl-1 tr {
	background: url(../images/tbl-1-line.png) 0 0 no-repeat;
}
.icon-false {
	display: inline-block;
	zoom: 1;
	width: 34px;
	height: 29px;
	background: url(../images/icon-false.png) no-repeat;
	vertical-align: middle;
}
.icon-true {
	display: inline-block;
	zoom: 1;
	width: 34px;
	height: 29px;
	background: url(../images/icon-true.png) no-repeat;
	vertical-align: middle;
}
/****************END PREMIUM****************/
/****************LOGIN*********************/

#login-box {
	width:333px;
	height: 352px;
	padding: 58px 76px 0 76px;
	color: #ebebeb;
	font: 12px Arial, Helvetica, sans-serif;
	background: url(../images/login-box-backg.png) no-repeat left top;
	margin: 0 auto;
}

#login-box img {
	border:none;
}

#login-box h2 {
	padding:0;
	margin:0;
	color: #ebebeb;
	font: bold 44px "Helvetica57-Condensed", Arial;

}


#login-box-name {
	float: left;
	display:inline;
	width:80px;
	text-align: right;
	padding: 14px 10px 0 0;
	margin:0 0 7px 0;
}

#login-box-field {
	float: left;
	display:inline;
	width:230px;
	margin:0;
	margin:0 0 7px 0;
}


.form-login  {
	width: 205px;
	padding: 10px 4px 6px 3px;
	border: 1px solid #0d2c52;
	background-color:#1e4f8a;
	font-size: 16px;
	color: #ebebeb;
}


.login-box-options  {
	clear:both;
	padding-left:87px;
	font-size: 11px;
}

.login-box-options a {
	color: #ebebeb;
	font-size: 11px;
}
/****************END LOGIN****************/

/****************DOWNLOAD MP3 PLAYER********************/
.bottom-main .download-mp3-area {
	background-image: url(../images/download-box-bg-mp3.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 621px;
	height: 301px;
	float: left;
	margin-left: 40px;
	margin-right: 17px;
}
.bottom-main .download-mp3-area .create-download
{
	padding: 30px 0 0 200px;
	
}
.bottom-main .download-mp3-area .create-download-link
{
	background-image: url(../images/create-download-mp3-link.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 170px;
	height: 30px;
	border: none;
	padding: 22px;
	cursor: pointer;
	color: #FFF;
}
.bottom-main .download-mp3-area .file-name {
	padding-left: 165px;
	padding-top: 27px;
	color: white;
	font-weight: 700;
}
.bottom-main .download-mp3-area .info-file {
	padding-top: 60px;
	padding-left: 30px;
}
.bottom-main .download-mp3-area .info-file li{
	color: #666;
	font-size: 12pt;
	font-family: arial;
	padding: 10px;
	font-weight: 600;
	width: auto;
}
.bottom-main .download-mp3-area .info-file li.right{
	width: 450px;
	padding-left: 120px;
	margin-top: -38px;
	font-weight: 100;
	font-size: 10pt;
}

 .captcha
{
	padding-top: 30px;
	padding-left: 120px;
}
.bottom-main .download-mp3-area #media-player
{
	display: block;
	width: 621px;
	height: 30px;
	position: absolute;
	padding-top: 30px;
}
.bottom-main .download-mp3-area .waiting-coundown
{
	background-image: url(../images/time-down-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 67px;
	width: 333px;
	margin-top: 21px;
	padding-left: 232px;
}
.bottom-main .download-mp3-area .waiting-coundown .waiting-text
{
	font-family: "Helvetica45-Light", Arial, Tahoma, sans-serif;
	color: #666666;
	font-size: 15px;
	padding-top: 26px;
	padding-left: 6px;
	font-weight: 600;
}
#main .share-mp3-link-area
{
	background-image:url(../images/download-share-link-mp3-bg.png);
	height: 191px;
	width: 838px;
	background-position: left;
	background-repeat:no-repeat;
	margin-left: 40px;
	padding-bottom: 35px;
	margin-top: 85px;
}
#main .share-mp3-link-area input
{
	background-color: transparent;
}
#main .share-mp3-link-area ul.share-link
{
	padding-top: 40px;
}
#main .share-mp3-link-area ul.share-link li
{
	color: #666;
	font-size: 12pt;
	font-family: arial;
	padding: 0 0 15px 30px;
	font-weight: 600;
	width: 130px;
}
#main .share-mp3-link-area ul.share-link li.right
{
	width: 540px;
	padding-left: 180px;
	margin-top: -32px;
	font-weight: 100;
	font-size: 10pt;
}
#main .share-mp3-link-area ul.share-link .line
{
	border-top: 1px solid white;
	margin-bottom: 10px;
	margin-top: -5px;
	margin-left: 180px;
	margin-right: 10px;
}
#main .share-mp3-link-area ul.share-link li.copy-button
{
	float: right;
	margin-top: -36px;
	margin-right: -30px;
}
#main .share-mp3-link-area ul.share-link li.copy-button input
{
	background-image:url(../images/copy-link.png);
	background-repeat: no-repeat;
	width: 93px;
	height: 22px;
	border: none;
	cursor: pointer;
}



/****************END DOWNLOAD MP3 PLAYER****************/
/****************FILE NOT FOUND****************/
.bottom-main .filenotfound-area {
	width: 621px;
	height: 404px;
	float: left;
	margin-left: 206px;
	margin-right: 17px;
	background-image: url(../images/notfound-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.bottom-main .filenotfound-area .file-not-found
{
	width: 100%;
	height: 250px;
}
.bottom-main .filenotfound-area .file-not-found .not-found-icon
{
	background-image: url(../images/not-found-icon.png);
	background-position: center top;
	background-repeat: no-repeat;
	width: 99px;
	height: 122px;
	margin: 0 auto;
	margin-top: 35px;
}

.bottom-main .filenotfound-area .file-not-found .not-found-text
{
	margin-left: 243px;
	margin-top: 20px;
}
.bottom-main .filenotfound-area .file-not-found  .not-found-description {
	margin-left: 100px;
	color: white;
	
}
.bottom-main .filenotfound-area  .file-not-found-solutions
{
	height: 35px;
	margin-left: 60px
}
.bottom-main .filenotfound-area .file-not-found-solutions.possible
{
	color: #666;
	font-family: Tahoma, sans-serif;
	font-size: 18px;
	margin-left: -13px;
    padding-left: 13px;
}
.bottom-main .filenotfound-area .file-not-found-solutions ul li
{
	list-style-image: url(../images/list-items-style.png);
}

/*Sticky footer*/
#footer-space
{
	height: 160px; 
	clear: both;
}

#footer-main
{
	background-image: url(../images/footer_strip.png);
	background-repeat:repeat-x;
	height:120px;
	color: #FFF;
	padding-top: 30px;
	/*Sticky footer*/
	position: relative;
	width: 100%;
	/*float:left;
	padding-left: 20px;
	margin-top: 70px;*/
}
#footer-main .four a
{
	color: #ccc;
	font-weight: 100;
	margin-top: 2px;	
	
}
#footer-main .four .footer_bottom.first-a
{
	position: relative;
	float: left;
	width:215px;
	margin-left: 49px;
}
#footer-main .four .footer_bottom .title
{
	color: #FFF;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer-main .four .footer_bottom.first {
	position: relative;
	float: left;
	width:206px;
}
#footer-main .four .footer_bottom.second {
	
	
	width: 240px;
	position: relative;
	float: left;
	
}

#footer-main .four .footer_bottom.copyright {
	position:relative;
	float: left;
	margin-top: 38px;
}
#footer-main .four .footer_bottom.logo {
	position: absolute;
	left:1037px;
	margin-top:8px!important;
}
#footer-main .four .footer_bottom p.footer_logo {
	background-image: url(../images/bottom-logo-download.png);
	background-repeat: no-repeat;
	height: 75px;
	margin-top: 20px;
	padding-right: 200px;
	display: none;
}

.connectwidcntnr{
    width: 185px;
    position: relative;
    float: left;
}
.connectwidcntnr .head{
    width: 100%;
    position: relative;
    float: left;
    font-family: Arial;
    font-size: 14px;
    color: #ffffff;
}
.connectwidcntnr .socialcntnr{
    width: 100%;
    position: relative;
    float: left;
    margin-top: 10px;
}
.connectwidcntnr .socialcntnr .fb{
    width: 30px;
    height: 30px;
    position: relative;
    float: left;
    margin-right: 10px;
    background-image: url(../images/fb_icon.png);
}
.connectwidcntnr .socialcntnr .twitter{
    width: 30px;
    height: 30px;
    position: relative;
    float: left;
     margin-right: 10px;
    background-image: url(../images/twitter_icon.png);
}
.connectwidcntnr .socialcntnr .google{
    width: 30px;
    height: 30px;
    position: relative;
    float: left;
    background-image: url(../images/googleplus.png);
}

/****************END FILE NOT FOUND****************/

/****************FAQ****************/
div.title
{
	font-size: 40px;
	height: 50px;
	margin-left: 40px;
	color: #187fca;
	font-family: Arial, Helvetica, sans-serif;
}
.faq-contents
{
	width: 82%;
	margin-left: 40px;
}
.faq-contents ul li.title
{
	height: 60px;
	background-image:url(../images/bg-title.png);
	background-repeat:repeat-x;
	list-style-image: url(../images/list-items-style.png);
	padding-top: 20px;
	padding-left: 20px;
	list-style: inside;
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.faq-contents ul li.content
{
	background-color: white;
	padding: 10px;
	margin-top: -23px;
	padding-left: 41px;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}

/****************END FAQ****************/

/****************TERMS OF SERVICE****************/
.bottom-main .main {
	width: 621px;
	float: left;
	margin-left: 40px;
	margin-right: 17px;
	background: #FFF url(../images/bg-main-bottom.png) center bottom repeat-x;
	min-height: 400px;
}
.bottom-main .main-content {
	width: 621px;
	margin-left: 40px;
	margin-right: 17px;
	background: #FFF url(../images/bg-main-bottom.png) center bottom repeat-x;
	min-height: 400px;
}
.bottom-main .top-bg-main-contents
{
	background-image:url(../images/top-bg-main-contents.png);
	height: 16px;
	width: 621px;
	margin-left: 40px;
	background-repeat: repeat-x;
}
.bottom-main .terms-of-service, .bottom-main .policy, .bottom-main .main-contents
{
	padding: 30px;
	font-size: 15px;
}
.bottom-main .terms-of-service ul li, .bottom-main .policy ul li
{
	list-style-image: url(../images/list-items-style.png);
	padding: 10px;
}
/**************** END TERMS OF SERVICE****************/
/**************** LOGIN********************/

.bottom-main .login
{
	width: 495px;
	height: 275px;
	background: #FFF url(../images/bg-main-bottom.png) center bottom repeat-x;
	border: 1px solid #efefef;
	margin: 0 auto;
	margin-top: 40px;
}
.table-login {
	margin: 0 auto;
	padding-top: 55px;
}
.table-login tbody tr td.laber
{
	font-weight: 600;
	font-size: 16px;
}

.table-login tbody tr td input.login-buttom
{
	background-image:url(../images/login-buttom.png);
	background-repeat:no-repeat;
	width: 137px;
	height: 32px;
	border: none;
	cursor: pointer;
	margin-top: 15px;
	margin-left: 135px;
}

.pass-buttom
{
	background-image:url(../images/bg-button.png);
	background-repeat:no-repeat;
	width: 137px;
	height: 32px;
	border: none;
	color: #FFFFFF;
    cursor: pointer;
    font-weight: normal;
	margin-top: 15px;
	margin-left: 135px;
}
/**************** END LOGIN****************/
/****************CONTACT US****************/
.main .main-contents .contacts
{
	margin: 0 auto;
	margin-top: 30px;
}
.main .main-contents .contacts textarea.message
{
	background-image:url(../images/bg-main-bottom.png);
	background-repeat:repeat-x;
	background-position: center bottom;
	padding-left:5px;
}
.main .main-contents .contacts input.send-buttom
{
	background-image: url(../images/bg-button.png);
	height:32px;
	width: 137px;
	color: #FFF;
	border: none;
	cursor: pointer;
}
.main .main-contents  .thanks-for-contact-us
{
	background-image: url(../images/bg-thanks-contact-us.png);
	background-repeat: no-repeat;
	width: 456px;
	height: 206px;
	margin: 0 auto;
	margin-top: 40px;
}
.main .main-contents  .thanks-for-contact-us h3
{
	color: #FFF;
	padding: 75px;
}
/****************END CONTACT US****************/
/****************PREMIUM********************/
.content-premium.one
{
	width: 100%;
	background: url(../images/bg-premium-top.png) repeat-x;	
}
.content-premium.one .choose-type
{
	height: 69px;
}
.content-premium.one .choose-type h1
{
	color: #FFF;
	padding-top: 20px;
	text-align: center;
	font-family: "Helvetica55Roman", Arial, Tahoma, sans-serif;
}

.content-premium.one .packing-premium
{
	height: 332px;
	position: relative;
	margin-top: 30px;
	padding-left: 20px;
}
.content-premium.one .packing-premium .premium-1 {
	background-image: url(../images/line-download.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 170px;
	float: left;
	margin-top: 60px;

}
.content-premium.one .packing-premium .premium-2 {
	background-image: url(../images/line-download.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 166px;
	left: 199px;
	position: absolute;
	margin-top: 60px;

}
.content-premium.one .packing-premium .premium-3 {
	background-image: url(../images/line-download.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 170px;
	left: 365px;
	position: absolute;
	margin-top: 60px;

}
.content-premium.one .packing-premium .premium-4 {
	background-image: url(../images/line-download.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 170px;
	left: 537px;
	position: absolute;
	margin-top: 60px;

}

.content-premium.one .packing-premium .premium-5 {
	background-image: url(../images/box-white.png);
	background-repeat: no-repeat;
	width: 277px;
	height: 199px;
	left: 748px;
	position: absolute;
}
.content-premium.one .packing-premium .picture-1, .content-premium.one .packing-premium .picture-2, .content-premium.one .packing-premium .picture-3, .content-premium.one .packing-premium .picture-4 {
	padding: 0px 0px 10px 30px;
	
}
.premium-5 .span_money{
	color: #3fc2f2 !important;
	font-size: 25px !important;
	margin-top: -7px;
	position: relative;
	float: right !important;
	margin-right: 106px;
}
.content-premium.one .packing-premium .picture-5 {
    margin-left: -77px;
	margin-top: 10px;
	padding: 0 0 10px 30px;
}
.content-premium.one .packing-premium .button-5 {
	/*padding: 12px 0px 0px 45px;*/
	margin-left: 52px;
}
.content-premium.one .packing-premium .button-5 a {
	background: #28a0e5; 
	background-image: -webkit-linear-gradient(top, #28a0e5, #7dc5ee); 
	background-image: -moz-linear-gradient(top, #28a0e5, #7dc5ee); 
	background-image: -ms-linear-gradient(top, #28a0e5, #7dc5ee); 
	background-image: -o-linear-gradient(top, #28a0e5, #7dc5ee); 
	background-image: linear-gradient(to bottom, #28a0e5, #7dc5ee); 
	-webkit-border-radius: 10; 
	-moz-border-radius: 10; 
	border-radius: 10px; 
	font-family: Arial; 
	color: #ffffff; 
	font-size: 14px; 
	padding: 7px 17px 7px 17px; 
	text-decoration: none; 
	font-weight: bold; 
}
.content-premium.one .packing-premium .button-5 a:hover {
	background: #2eb6ff;
  background-image: -webkit-linear-gradient(top, #2eb6ff, #82d0fa);
  background-image: -moz-linear-gradient(top, #2eb6ff, #82d0fa);
  background-image: -ms-linear-gradient(top, #2eb6ff, #82d0fa);
  background-image: -o-linear-gradient(top, #2eb6ff, #82d0fa);
  background-image: linear-gradient(to bottom, #2eb6ff, #82d0fa);
  text-decoration: none;	
}
.content-premium.one .packing-premium .button-5 a:active {
	-webkit-box-shadow: 0px 1px 1px #666666; 
	-moz-box-shadow: 0px 1px 1px #666666; 
	box-shadow: 0px 1px 1px #666666; 
}
.premium-5 .button-5 {
	float: left !important;
	padding-top: 3px  !important
}
/*.button-4 {
	padding: 12px 0px 0px 45px;
	margin-left: -83px;
}*/
.content-premium.one .packing-premium .paypal {
	background-image: url(../images/join-by-paypal.png);
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	width: 133px;
	height: 22px;
	padding-top: 5px;
}
.content-premium.one .packing-premium .credit-card {
	background-image: url(../images/join-by-cc.png);
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	width: 133px;
	height: 22px;
}
.content-premium.one .packing-premium input {
	background-color: transparent;
	padding-top: 27px;
}
.content-premium.one .packing-premium .button {
	padding: 0px 0px 0px 11px;
}
.content-premium.one .packing-premium .button a{
	float: right;
	margin: 5px 20px 5px 0;
	background: #28a0e5; 
	background-image: -webkit-linear-gradient(top, #28a0e5, #7dc5ee); 
	background-image: -moz-linear-gradient(top, #28a0e5, #7dc5ee); 
	background-image: -ms-linear-gradient(top, #28a0e5, #7dc5ee); 
	background-image: -o-linear-gradient(top, #28a0e5, #7dc5ee); 
	background-image: linear-gradient(to bottom, #28a0e5, #7dc5ee); 
	-webkit-border-radius: 10; 
	-moz-border-radius: 10; 
	border-radius: 10px; 
	font-family: Arial; 
	color: #ffffff; 
	font-size: 14px; 
	padding: 7px 17px 7px 17px; 
	text-decoration: none; 
	font-weight: bold; 
	width: 96px;
	height: 19px;
	line-height: 19px;
}
.content-premium.one .packing-premium .button a:hover {
	background: #2eb6ff;
	background-image: -webkit-linear-gradient(top, #2eb6ff, #82d0fa);
	background-image: -moz-linear-gradient(top, #2eb6ff, #82d0fa);
	background-image: -ms-linear-gradient(top, #2eb6ff, #82d0fa);
	background-image: -o-linear-gradient(top, #2eb6ff, #82d0fa);
	background-image: linear-gradient(to bottom, #2eb6ff, #82d0fa);
	text-decoration: none;	
}
.content-premium.one .packing-premium .button a:active {
	-webkit-box-shadow: 0px 1px 1px #666666; 
	-moz-box-shadow: 0px 1px 1px #666666; 
	box-shadow: 0px 1px 1px #666666; 
}
.content-premium.one .packing-premium .button-4 a {
float: right;
margin: 0px 42px 10px 0;
}
.content-premium.one .packing-premium .button-4 a {
float: right;
margin: 0px 42px 10px 0;
}
/**/
.content-premium.one .accept-payment
{
	height: 30px;
	position: relative;
	margin: 15px 0 0 195px;
	font-size: 13px;
}
.content-premium.one .accept-payment p.text {
	position: absolute;
	float: left;
	color: #fff;
}

.content-premium.one .accept-payment img.payment {
	position: absolute;
	float: left;
	left: 196px;
}



/****************END PREMIUM****************/
/****************MY ACCOUNT********************/
.main-content .tbl-myaccount
{
	padding: 40px;
}
.main-content .tbl-myaccount .laber
{
	font-weight: 600;
	padding: 10px;
	font-size: 13pt;
	width: 300px;
}
.main-content .tbl-myaccount .request-payout
{
	background-image:url(../images/bg-button.png);
	width: 137px;
	height: 32px;
	background-repeat: no-repeat;
	border: none;
	color: #FFF;
	cursor: pointer;
	margin-left: 54px;
}
.main-content .tbl-myaccount input
{
	background-color:transparent;
}
.bottom-main .my-account-setting
{
	background: #fff  url(../images/bg-top-my-account.png) repeat-x;
	min-height: 300px;
	width: 621px;
	margin-left:30px;
	margin-right: 17px;
	float:left;
}
.bottom-main .my-account-setting .text-myaccsetting 
{
	height: 68px;
	text-align: center;
	font-size: 15pt;
	padding-top: 13px;
}
.bottom-main .my-account-setting .contents-myaccsetting
{
	margin: 20px 0 0 52px;
}
.bottom-main .my-account-setting .choose-dropdownlist
{
	padding: 2px;
	height: 27px;
	border: none;
	width: 120px;
}
.bottom-main .my-account-setting input[type="button"]
{
	background: url(../images/bg-button.png) no-repeat;
	width: 137px;
	height: 32px;
	border: none;
	color: #FFF;
	cursor: pointer;
	margin-left: 54px;
	float: right;
	margin-top: 30px;
	
}
.bottom-main .my-account-setting .laber
{
	font-weight: 600;
	font-size: 12pt;

}

/****************END MY ACCOUNT****************/
/****************SIGN UP****************/
.bottom-main .top-bg-main-contents-long
{
	background-image:url(../images/top-bg-main-contents.png);
	height: 16px;
	width: 834px;
	margin-left: 40px;
	background-repeat: repeat-x;
}
.bottom-main .sign-up
{
	background: white url(../images/bg-main-bottom.png) center bottom repeat-x;
	border: 1px solid #EFEFEF;
	margin: 0 auto;
	margin-left: 40px;
	width: 834px;
}
.sign-up h2 {
	text-align: center;
	padding: 10px;
	font-family: 'Helvetica45-Light', Arial, Tahoma, sans-serif;
	font-size: 17pt;
	color: #002C57;
}
.sign-up .sign-up-content
{
	padding: 20px 0 20px 30px;
}
.sign-up .sign-up-content .signup-left
{
	background: url(../images/bg-signup.png) no-repeat;
	width: 408px;
	height: 386px;
	float: left;
}
.sign-up .sign-up-content .signup-left h2
{
	color: #FFF;
	font-size: 20pt;
}
.sign-up .sign-up-content .signup-left img.images-doc-music {
	margin-left: 1px;
	margin-top: 23px;
}
.sign-up .sign-up-content .signup-left .button-go-premium
{
	background-image: url(../images/bg-upload-now.png);
	background-repeat: no-repeat;
	background-color: transparent;
	height: 67px;
	color: white;
	font-size: 19pt;
	border: none;
	cursor: pointer;
	margin-left: 110px;
	padding-top: 17px;

}

.sign-up .sign-up-content .signup-left .button-go-premium a 
{
	padding: 23px 25px;
	color: #FFF;
}
.sign-up .sign-up-content .signup-right .tbl-signup
{
	padding-left: 30px;
}
.sign-up .sign-up-content .signup-right .tbl-signup input[type="button"]
{
	background-color: transparent;
}
.sign-up .sign-up-content .signup-right .tbl-signup .button-submit
{
	background-image: url(../images/bg-button.png);
	background-repeat: no-repeat;
	height: 32px;
	width: 137px;
	color: white;
	border: none;
	cursor: pointer;
	float: right;
}

.trf{background-image:url(../images/flags.png);height:11px;width:16px;background-repeat:no-repeat;overflow:hidden;display:inline-block;margin-right:3px;color: #FFFFFF;}
.trf-za{background-position:-24px 0;}
.trf-al{background-position:-48px 0;}
.trf-arabic{background-position:-72px 0;}
.trf-by{background-position:-96px 0;}
.trf-bg{background-position:-120px 0;}
.trf-catalonia{background-position:-144px 0;}
.trf-cn{background-position:-168px 0;}
.trf-tw{background-position:-192px 0;}
.trf-hr{background-position:-216px 0;}
.trf-cz{background-position:-240px 0;}
.trf-dk{background-position:-264px 0;}
.trf-nl{background-position:-288px 0;}
.trf-ee{background-position:-312px 0;}
.trf-fi{background-position:-336px 0;}
.trf-french{background-position:-360px 0;}
.trf-galicia{background-position:-384px 0;}
.trf-german{background-position:-408px 0;}
.trf-gr{background-position:-432px 0;}
.trf-il{background-position:-456px 0;}
.trf-in{background-position:-480px 0;}
.trf-hungary{background-position:-504px 0;}
.trf-indonesia{background-position:-528px 0;}
.trf-it{background-position:-552px 0;}
.trf-is{background-position:-576px 0;}
.trf-ie{background-position:-600px 0;}
.trf-japan{background-position:-624px 0;}
.trf-kr{background-position:-648px 0;}
.trf-lv{background-position:-672px 0;}
.trf-lt{background-position:-696px 0;}
.trf-mk{background-position:-720px 0;}
.trf-my{background-position:-744px 0;}
.trf-mt{background-position:-768px 0;}
.trf-no{background-position:-792px 0;}
.trf-ir{background-position:-816px 0;}
.trf-polish{background-position:-840px 0;}
.trf-pt{background-position:-864px 0;}
.trf-ro{background-position:-888px 0;}
.trf-russian{background-position:-912px 0;}
.trf-rs{background-position:-936px 0;}
.trf-sk{background-position:-960px 0;}
.trf-sl{background-position:-984px 0;}
.trf-spanish{background-position:-1008px 0;}
.trf-ke{background-position:-1032px 0;}
.trf-se{background-position:-1056px 0;}
.trf-ph{background-position:-1080px 0;}
.trf-thai{background-position:-1104px 0;}
.trf-turkish{background-position:-1128px 0;}
.trf-ua{background-position:-1152px 0;}
.trf-vn{background-position:-1176px 0;}
.trf-wales{background-position:-1200px 0;}
.trf-europeanunion{background-position:-1224px 0;}
/****************END SIGN UP****************/
/***********CSS NEW HEADER MENU************/
.main{float:left; outline: solid 1px blue; position: relative;}
.logo{float:left;position: relative; padding-left:25px; margin-top: 10px;}
.logo a{float:left;}
#homban{float:left;width:733px;display:block;position: relative;margin: 27px 0px 0px 130px !important;}
#header{float:left;width:100%;}
.advertising{float:right;width:300px;}
.info-file-download{float:left;}
.mid-repeat{float:left;width:100%;}
/*#btn_download{float:left;background-image:url(../images/create-link-download.png);background-repeat:no-repeat;cursor:pointer;width:203px;height:33px;border:none;margin-top:13px;margin-left:20px;}*/
.bot-repeat{background-image:url(../images/mid-bottom-bg.png);background-repeat:repeat-x;width:100%;height:59px;float:left;border-width: 1px 1px 0px;border-top-style: solid;border-right-style: solid;border-left-style: solid;border-top-color: rgb(241, 241, 224);border-right-color: rgb(241, 241, 224);border-left-color: rgb(241, 241, 224);}
.black-img-repeat{background-image:url(../images/black-navi-bg.png);background-repeat:repeat-x;background-position:left top;height:54px;float:left;width:100%;}
.file-name-img{float:left;width:auto;font-size:16px;color:#FFFFFF;padding-left:5px;padding-top:6px;}
.file-name-img img{float:left;}
.file-name-img span{float:left;padding-left:5px;padding-top:10px;}
.info-file .size{background-color:#FFFFFF;}
.share-this{background-color:#F5F5F5 !important;clear:left;font-weight:normal;margin-top:10px;margin-bottom:10px;}
.share-this span{float:left;}
.share-link{width:690px;float:left;padding:10px;}
#generating{color:#000000;font-weight:bold;float:left;margin-left:20px;font-size:18px;padding-top:17px;width: 161px;text-align: center;}
.footer_bottom a{color:#FFF;}

.main1{
      
       margin: 0 auto;
       display:inline-block;
	   }

.menu2{
	display:inline;
    width: auto;
	text-align: center;
	margin-left:0px;
	padding-bottom: 9px;
    top:1px;
    position: relative;float: left;
}
.menu2 a{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 9px;
	padding-top: 9px;
	color:#FFF;
	font-weight: bold;
	
}
.menu2 a:hover{
	background-color: #2083ca;
}

.menu3{
	display:inline-block;
	background-color: #00aeef;	
	margin-left:auto;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius:3px;
	width: 100px;
}
.menu3 img
{
	display: inline;
}
.menu3 p
{	
	padding-left: 30px;
	background-image: url(../images/arrow-down.png);
	background-repeat:no-repeat;
	background-position: right;
	margin-right: 5px;
	margin-top: -17px;
	color: #FFF;
	font-weight: 300;
	height: 24px;
}
/***********CSS NEW HEADER MENU************/

.download1
{
background-image: url(../images/create-download-link.png);
background-repeat: no-repeat;
background-position: center;
width: 174px;
height: 32px;
border: none;
background-color: white;
cursor: pointer;
color: #FFF;
}
#main .share-link-area ul.share-link li.right
{
width: 540px;
padding-left: 180px;
margin-top: -59px;
font-weight: 100;
font-size: 10pt;
}
.btn-2 { display:inline-block; *display:inline; zoom:1; padding-right:7px; background:url(../images1/btn-2.png) 100% -48px no-repeat; font-size:18px; color:#f0ffba; text-decoration:none; }
.btn-2 span { display:inline-block; *display:inline; zoom:1; height:48px; line-height:48px; padding:0 45px 0 50px; background:url(../images1/btn-2.png) 0 0 no-repeat; cursor:pointer;}
.btn-2:hover { color:#dffe6c; text-decoration:none;}

#file-info { padding:20px 0 16px;}
#file-info .t { display:block; padding:0 0 20px 5px; font-size:23px; color:#5d5d5d; margin-left:200px;} 
#file-info .t .name { padding:0 30px 0 2px; color:#002b51;}
#file-info .t .size { font-size:14px; color:#a9a9a9;}

#premium_feature { position:relative; height:365px; margin-bottom:-200px; background:url(../images1/premium_bg.png) repeat-x;}
#premium_feature_pic { position:absolute; top:-16px; left:10px; width:617px; height:137px; background:url(../images1/premium_feature_pic.jpg) no-repeat;}
#premium_feature .ul-1 { float:right; width:310px; padding:10px 0 0 0; color:#fff;}

#download_type_block { width:996px; padding-bottom:72px; }
#download_type_block .premium_box { position:relative; float:left; width:500px; padding-top:337px; background:url(../images1/download_type_block_prem.jpg) 50% 0 no-repeat;}
#download_type_block .regular_box { position:relative; float:right; width:491px; padding-top:337px; background:url(../images1/download_type_block_reg.jpg) 50% 0 no-repeat;}
#download_type_block .btn-8 { position:absolute; top:218px; left:50%; margin-left:-156px;}
#download_type_block .timerow { font:bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#5d5d5d; text-align:center;}
#download_type_block .timerow .time { color:#588b21;}
#download_type_block .timerow .time span { font-size:22px;}
.btn-8 { display:inline-block; *display:inline; zoom:1; width:312px; height:48px; background:url(../images1/btn-8.png) no-repeat; font:bold 18px/48px Arial, Helvetica, sans-serif; color:#000; text-decoration:none; text-align:center;}
.btn-8:hover { color:#292929; text-decoration:none;}
.btn-1 { display:inline-block; *display:inline; zoom:1; width:494px; height:48px; background:url(../images1/btn-8.png) no-repeat; font:bold 15px/48px Arial, Helvetica, sans-serif; color:#000; text-decoration:none; text-align:center;}
.btn-1:hover { color:#292929; text-decoration:none;}

.send-button{background-image: url(../images/bg-button.png);background-image: url(../images/bg-button.png);height:32px;width: 137px;color: #FFF;border: none;cursor: pointer;}
.message
{
	background-image:url(../images/bg-main-bottom.png);
	background-repeat:repeat-x;
	background-position: center bottom;
}
.signup-right{float:left;width:370px;}
.signup-left{float:left;margin-top:20px;}
.my-account-table{margin-bottom:15px;margin-top:15px;margin-left:30px;float:left;width:808px;line-height:30px;}
.result_slot{float:left;margin-top:20px;}
.err{color:#FF0000;float:left;margin-bottom:10px;margin-left:35px;clear:left;}

.admin-nav-cont{
	position: absolute;left: 148px;top: 60px;width: 100px;border: 1px solid #09F;border-top: 0 none;line-height: 12px;background: #fff;
}
.admin-nav-cont a{
	width: 92%;
	float: left;
	line-height: 12px;
	border-bottom: 1px solid #ccc;
	padding:2px 4px;
	font-size: 12px;
}
.admin-nav-cont a:last-child{
	border: 0 none;
}

div.tabbertab div.hover { background-color:#e9f3e9; }
.tabberlive .tabbertabhide {display:none;}
.tabber {}
.tabberlive {margin-top:1px;}
ul.tabbernav{margin:0;padding: 3px 0;border-bottom: 1px solid #778;font: bold 12px Verdana, sans-serif;}
ul.tabbernav li{list-style: none;margin: 0;display: inline;}
ul.tabbernav li a {background: #F3F6FB; border: 1px solid #778; padding: 3px 3px;margin-left: 3px;border-bottom: none;text-decoration: none;}
ul.tabbernav li a:link { color: #66A; }
ul.tabbernav li a:visited { color: #667; }
ul.tabbernav li a:hover{color: #000;background: #AAE;border-color: #227;}
ul.tabbernav li.tabberactive a{background-color: #fff;border-bottom: 1px solid #fff;color: #448;}
ul.tabbernav li.tabberactive a:hover{color: #000;background: white;border-bottom: 1px solid white;}
.tabberlive .tabbertab {padding:5px;border:1px solid #aaa;border-top:0;background-color:#FFF;text-align:left;}
.tabberlive .tabbertab h2 {display:none;}

.nav-bar{
	width: 1023px;
	float: left;
	padding: 6px 0;
	background: #002d57;
	margin-top: 10px;
}
.nav-bar a{
	float: left;
	padding:2px 10px;
	border-right: 1px solid #ccc;
	color: #fff;
}
.nav-bar a:last-child{
	border: 0;
}
.nav-bar a.sel{
    color: #4bceff;
}
/********************My Files Grid****************************/

.gridcntnr{
    width: 1024px;
    position: relative;
    float: left;
    min-height: 300px;
    margin-top: 15px;
}
.gridcntnr .leftcntnr{
    width:200px;
    position: relative;
    float:left;
    
}
.gridcntnr .leftcntnr .head{
    width: 100%;
    position: relative;
    float: left;
    font-family: Arial;
    font-size: 12px;
    color: #000;
    margin-top: 35px;
    margin-bottom: 5px;
    text-align: left;
    font-weight: bold;
}
.gridcntnr .leftcntnr .foldercntnr{
    width: 100%;
    position: relative;
    float: left;
    margin-top: 4px;
    border-bottom: solid 1px #c5c5c5;
}
.gridcntnr .leftcntnr .foldercntnr .lftname{
    width: 100px;
    position: relative;
    float: left;
    padding-bottom: 6px;
}
.gridcntnr .leftcntnr .foldercntnr .lftname a{
    color:#515151;
    margin-left:7px;
}
.gridcntnr .leftcntnr .foldercntnr .lftname a:hover{
    color:#007cc3;
}

.gridcntnr .leftcntnr .foldercntnr .lftname .fldr{
    width: 17px;
    height: 14px;
    position: relative;
    float: left;
    background-image: url(../images/fldrcntnr.png);
}


.gridcntnr .leftcntnr .foldercntnr .lftname .fldrname{
    width: 78px;
    height: 14px;
    position: relative;
    float: left;
    margin-left: 5px;
    font-family: Helvetica;
    text-decoration: none;
    font-size: 12px;
    color: #515151;
}
.gridcntnr .leftcntnr .foldercntnr .rtfilescntnr{
    width: 100px;
    position: relative;
    float: left;
    padding-bottom: 6px;
}
.gridcntnr .leftcntnr .foldercntnr .rtfilescntnr .files{
    width: 72px;
    position: relative;
    float: left;
    font-family: Helvetica;
    text-decoration: none;
    font-size: 10px;
    color: #0670b8;
    margin-top: 1px;
    text-align: left;
}
.gridcntnr .leftcntnr .foldercntnr .rtfilescntnr a.edit{
    width: 12px;
    height: 12px;
    position: relative;
    float: left;
    margin: 2px 0px 0px 3px;
    background-image: url(../images/edit.png);
}
.gridcntnr .leftcntnr .foldercntnr .rtfilescntnr a.del{
    width: 10px;
    height: 10px;
    position: relative;
    float: left;
    margin: 3px 0px 0px 3px;
    background-image: url(../images/delete.png);
}
.gridcntnr .rightcntnr{
    width:790px;
    position: relative;
    float:left;
    margin-left: 33px;
}
.gridcntnr .rightcntnr .topcntnr{
    width: 100%;
    position: relative;
    float: left;
}
.gridcntnr .rightcntnr .topcntnr .inputbg{
    width: 248px;
    height: 31px;
    position: relative;
    float: left;
    background-image: url(../images/newfolderinput.png);
}

.gridcntnr .rightcntnr .topcntnr .inputbg input{
    width: 110px;
    position: relative;
    float: left;
    border: none;
    margin: -3px 0px 0px 0px;
    font-family: Helvetica;
    font-size: 12px;
    color: #686868;
    background: none;
    outline: none;
}

.gridcntnr .rightcntnr .topcntnr .inputbg a.create{
    width: 42px;
    position: relative;
    float: left;
    font-family: Arial;
    color: #002d57;
    font-size: 12px;
    margin: 8px 0px 0px 11px;
}

.gridcntnr .rightcntnr .topcntnr .rtlinks{
    width: 465px;
    position: relative;
    float: right;
    height: 25px;
    margin-top: 11px;
}

.gridcntnr .rightcntnr .topcntnr .rtlinks a{
    position: relative;
    float: left;
    font-family: Helvetica;
    font-size: 12px;
    text-decoration: none;
    color: #000;
    margin-left: 5px;
}
.gridcntnr .rightcntnr .topcntnr .rtlinks a:hover{
    color:#007cc3;
}
.gridcntnr .rightcntnr .gridbg{
    width:100%;
    position: relative;
    float: left;
    background-color: #e9e9e9;
    border: solid 1px #989898;
    margin-top: 5px;
}

.gridcntnr .rightcntnr .gridbg .gridtp{
    width: 100%;
    position: relative;
    float: left;
}
.gridcntnr .rightcntnr .gridbg .gridtp .usedspace{
    width: 400px;
    position: relative;
    float: left;
    font-family: Helvetica;
    font-size: 12px;
    margin: 25px 0px 0px 10px;
    color: #616161;
}

.gridcntnr .rightcntnr .gridbg .gridtp .searchbg{
    width: 186px;
    position: relative;
    float: right;
    height: 31px;
    margin: 10px 10px 0px 0px;
    background-image: url(../images/searchbg.png);
}

.gridcntnr .rightcntnr .gridbg .gridtp .searchbg input[type="text"]{
    width: 140px;
    position: relative;
    float: left;
    background: none;
    border: none;
    outline: none;
    margin: -3px;
    font-size: 11px;
    color: #686868;
}

.searchicon{
    width: 12px;
    height: 14px;
    position: relative;
    float: left;
    text-indent:-99999em;
    margin: 9px 0px 0px 11px;
     background-image: url(../images/searchicon.png);
     border: none;
     cursor: pointer;
}

.gridtable{
    width: 770px;
    position: relative;
    float: left;
    margin: 10px 0px 10px 0px;
}

.gridtable table thead tr{
    width: 770px;
    height: 28px;
    background-color: #002d57;
}
.gridtable table thead tr th{
    font-family: Arial;
    font-weight: bold;
    color: #fff;
    height: 28px;
    text-align: left;
    font-size: 11px;
    vertical-align: middle;
}
.gridtable table thead tr th a{
    color:#fff !important;
}
.gridtable table tbody tr{
    width:100%;
    height: 28px;
    vertical-align: middle;
    text-align: left;
    background: #fff;
    font-family: arial;
    font-size: 11px;
}
.gridtable table tbody tr:nth-child(2n+1){
    background: #e9e9e9;
}
.gridtable table tfoot tr td{
    height: 28px;
    vertical-align: middle;
    background: #002D57;
}
.paging{
    position: relative;
    /*width:100%;*/
    font-family: arial;
    font-size: 12px;
    color: white;
    padding-top: 2px;
    right:10px;
    float: right;
    text-align: right;
	background: #002D57;
}
.paging a{
    font-family: arial;
    font-size: 12px;
    color: white;
    margin: 0px 5px 0px 5px;
}
.paging small{
    display: none;
}
/*Login css*/

.wrapper{
	width: 1024px;
	margin: 0 auto;
	/*Sticky Footer*/
	min-height: 100%;
	margin-bottom: -150px;
	position: relative;
}
.wrapper .container{
	width: 100%;
	float: left;
	margin-top: 10px;
	cursor: default;
}  
.wrapper .container .socialContnr{
	width: 450px;
	height: 290px;
	float: left;
	background: #1e83cc; /* Old browsers */
	background: -moz-linear-gradient(top,  #1e83cc 0%, #0469b2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e83cc), color-stop(100%,#0469b2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1e83cc 0%,#0469b2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1e83cc 0%,#0469b2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1e83cc 0%,#0469b2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1e83cc 0%,#0469b2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e83cc', endColorstr='#0469b2',GradientType=0 ); /* IE6-9 */
	border-radius: 4px;
	margin: 40px 0 0;
} 
.wrapper .container .socialContnr h5{
	width: 100%;
	float: left;
	font: normal 18px/20px arial,sans-serif;
	color: #fff;
	text-align: center;
	margin: 50px 0 10px;
}  
.wrapper .container .socialContnr ul{
	width: 100%;
	float: left;
	position: relative;
}
.wrapper .container .socialContnr ul li{
	width: 150px;
	float: left;
	margin: 30px 0 10px;
}  
.wrapper .container .socialContnr ul li a{
	width: 80%;
	float: left;
	padding: 75px 0 0;
	margin: 0 10%;
	font: normal 18px/24px arial,sans-serif;
	color: #fff;
	text-decoration: none;
	text-align: center;
	opacity: .9;
}
.wrapper .container .socialContnr ul li a:hover{
	opacity: 1;
}
.wrapper .container .socialContnr ul li:first-child a{
	
}
.wrapper .container .socialContnr ul li:first-child a span{
	background: url("../images/gp.png") no-repeat center top !important;
	position: absolute;
	float: left;
	width: 78px !important;
	height: 76px !important;
	top: 31px !important;
	left: 33px !important;
}
.wrapper .container .socialContnr ul li:nth-child(2) a{
	
}
.wrapper .container .socialContnr ul li:nth-child(2) a span{
	background: url("../images/fb.png") no-repeat center top !important;
	position: absolute;
	float: left;
	width: 78px !important;
	height: 76px !important;
	top: 31px !important;
	left: 185px !important;
}
.wrapper .container .socialContnr ul li:nth-child(3) a{
	
}
.wrapper .container .socialContnr ul li:nth-child(3) a span{
	background: url("../images/tw.png") no-repeat center top !important;
	position: absolute;
	float: left;
	width: 78px !important;
	height: 76px !important;
	top: 31px !important;
	left: 332px !important;
}
.wrapper .container .loginContnr{
	width: 390px;
	min-height: 390px;
	padding-left: 120px;
	position: relative;
	float: right;
	background: #1e83cc; /* Old browsers */
	background: -moz-linear-gradient(top,  #1e83cc 0%, #0469b2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e83cc), color-stop(100%,#0469b2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1e83cc 0%,#0469b2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1e83cc 0%,#0469b2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1e83cc 0%,#0469b2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1e83cc 0%,#0469b2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e83cc', endColorstr='#0469b2',GradientType=0 ); /* IE6-9 */
	border-radius: 4px;
}
.wrapper .container .loginContnr .or{
	width: 20px;
	height: 20px;
	font: normal 18px/18px arial,sans-serif;
	color: #0066cc;
	background: #fff;
	text-align: center;
	position: absolute;
	top: 160px;
	left: -30px;
	border: 1px solid #0c72ba;
	border-radius: 40px;
	padding: 20px;
}
.wrapper .container .loginContnr h5{
	width: 100%;
	float: left;
	font: normal 18px/20px arial,sans-serif;
	color: #fff;
	text-align: left;
	margin: 30px 0 20px;
} 
.wrapper .container .loginContnr label{
	width: 100%;
	float: left;
	font: normal 18px/20px arial,sans-serif;
	color: #fff;
	text-align: left;
	margin: 2px 0 ;
} 
.wrapper .container .loginContnr select, input[type="text"], .wrapper .container .loginContnr input[type="password"]{
	width: 210px;
	height: 40px;
	border: 1px solid #ccc;
	background: #fff;
	float: left;
	font: normal 16px/18px arial,sans-serif;
	color: #333;
	text-align: left;
	margin: 2px 0 10px;
	border-radius: 4px;
	padding: 0 10px;
}
.wrapper .container .loginContnr p{
	width: 100%;
	float: left;
	font: normal 18px/20px arial,sans-serif;
	color: #ccc;
	text-align: left;
	margin: 2px 0 0;
}
.wrapper .container .loginContnr p a{
	color: #ccc;
	text-decoration: none;
}
.wrapper .container .loginContnr input[type="submit"]{
	width: 260px;
	height: 40px;
	border: 1px solid #bdbdbd;
	float: left;
	font: normal 18px/18px arial,sans-serif;
	color: #999999;
	text-shadow: 0 1px 0 #fff;
	margin: 15px 0 10px;
	border-radius: 4px;
	cursor: pointer;
	padding: 0 ;
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5f5f5 0%, #e6e6e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5f5f5 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5f5f5 0%,#e6e6e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5f5f5 0%,#e6e6e6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f5f5f5 0%,#e6e6e6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
	box-shadow: 0 1px 0 #a8a8a8, 1px -1px  0 #fff inset;
	
}
.wrapper .container .loginContnr input[type="button"]:hover{
	background: #f5f5f5; 
}
/**************************************************************/
.swNav{
    width:500px;
}
.swNav li{
    position: relative;
    margin: 0px 6px 0px 6px;
    display: inline;
}
.swNav li a{
    padding: 8px 12px 7px 12px;
    color:#FFFFFF;
}
.swNav li a:hover{
    background-color: #117cc9;
}
.flagWrap{
    position: relative;
    top:8px;
    width:106px;
    margin-right: 5px;
    float: right;
    z-index: 1000;
}

.signupContnr{
	width: 510px;
	min-height: 390px;
	position: relative;
	float: right;
	background: #1e83cc; /* Old browsers */
	background: -moz-linear-gradient(top,  #1e83cc 0%, #0469b2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e83cc), color-stop(100%,#0469b2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1e83cc 0%,#0469b2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1e83cc 0%,#0469b2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1e83cc 0%,#0469b2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1e83cc 0%,#0469b2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e83cc', endColorstr='#0469b2',GradientType=0 ); /* IE6-9 */
	border-radius: 4px;
}
.signupContnr .or{
	width: 20px;
	height: 20px;
	font: normal 18px/18px arial,sans-serif;
	color: #0066cc;
	background: #fff;
	text-align: center;
	position: absolute;
	top: 160px;
	left: -30px;
	border: 1px solid #0c72ba;
	border-radius: 40px;
	padding: 20px;
}
.signupContnr h5{
	width: 100%;
	float: left;
	font: normal 18px/20px arial,sans-serif;
	color: #fff;
	text-align: left;
	margin: 30px 0 20px 217px;
}


.signUp{
    position: relative;
    width:412px;
    margin-left: 60px;
    min-height: 336px;
    float: left;
}
.signUp label {
    position: relative;
    width: 142px;
    float: left;
    font: normal 18px/20px arial,sans-serif;
    color: white;
    top:7px;
    text-align: right;
}
.signUp input.text{
    position: relative;
    width: 225px;
    height: 30px;
    border: 1px solid #CCC;
    background: white;
    float: left;
    margin-left: 15px;
    font: normal 16px/18px arial,sans-serif;
    color: #333;
     padding: 0 !important;
    text-align: left;
    border-radius: 4px;
}
.signUp input.password{
    position: relative;
    width: 225px;
    height: 30px;
    border: 1px solid #CCC;
    background: white;
    float: left;
    margin-left: 15px;
    padding: 0 !important;
    font: normal 16px/18px arial,sans-serif;
    color: #333;
    text-align: left;
    border-radius: 4px;
    margin-bottom: 10px;
}
.signUp select{
    position: relative;
    width: 225px;
    height: 30px;
    border: 1px solid #CCC;
    background: white;
    float: left;
    margin-left: 15px;
    padding: 0 !important;
    font: normal 16px/18px arial,sans-serif;
    color: #333;
    text-align: left;
    border-radius: 4px;
    margin-bottom: 10px;
}
.captcha-contact-us{
    position: relative;
    width:319px;
    left:65px;
    float: left;
}

.signUp input[type="submit"] {
    background: linear-gradient(to bottom, #F5F5F5 0%, #E6E6E6 100%) repeat scroll 0 0 transparent;
    border: 1px solid #BDBDBD;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 0 #A8A8A8, 1px -1px 0 #FFFFFF inset;
    color: #999999;
    cursor: pointer;
    float: left;
    font: 18px/18px arial,sans-serif;
    height: 40px;
    margin: 30px 0 30px 123px;
    padding: 0;
    text-shadow: 0 1px 0 #FFFFFF;
    width: 260px;
}
.signUp .recaptchatable #recaptcha_response_field{
    height: auto;
    left: 0px;
}
/**************************************************************/
.myAccountTabs{
	width: 1024px;
	
	margin: 0 auto;
}

 .myAccountTabs ul.tabHead {
	width: 100%;
	height: 27px;
	float: left;
	border-bottom: 1px solid #000;
	list-style: none;
	margin: 35px 0 0;
}
 .myAccountTabs ul.tabHead li {
	height: 26px;
	float: left;
	list-style: none;
	text-align: center;
	font-family: Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	text-shadow: 0 1px 0 #000;
	line-height: 28px;
	margin: 0 0 0 5px;
	border: 1px solid #020202;
	border-bottom: 0;
	background: #333333;
	font-weight: bold;
	cursor: pointer;
	padding: 0 20px;
	border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	
	box-shadow:inset 0 1px 0 #828282;
}
 .myAccountTabs ul.tabHead li:hover {
	background: #666;
}
 .myAccountTabs ul.tabHead li.selected{
	height: 26px;
	float: left;
	list-style: none;
	background:#0095ff;
	text-align: center;
	font-family: Helvetica, sans-serif;
	color: #fff;
	cursor: default;
	border: 1px solid #020202;
	border-bottom: 0;
	font-weight: bold;
	position: relative;
	padding: 0 20px;
	border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	
	box-shadow: 0 0 0 !important;
}
 .myAccountTabs ul.tabHead li.selected {
	background:#0095ff !important;
}
 .myAccountTabs ul.tabHead li:first-child {
	margin: 0 0 0 29px;
}
 .myAccountTabs .tabData{
	width: 1023px;
	float: left;
	padding: 0 0 10px;
	border: solid 1px #000;
	border-top:none;
}
 .myAccountTabs .tabData h3{
	position: relative;
	margin: 33px 0 11px 15px;
	font-size: 19px;
	color:#333;
	width:95%;
	float: left;
}
.myAccountTabs .tabData{
	width: 1023px;
	float: left;
	padding: 0 0 10px;
	border: solid 1px #000;
	border-top:none;
}
 .myAccountTabs .tabData h3{
	position: relative;
	margin: 33px 0 11px 15px;
	font-size: 19px;
	color:#333;
	width:95%;
	float: left;
}
 .myAccountTabs .tabDataWrap{
	position: relative;
	width:600px;
	font-size: 13px;
	margin: 15px 0px 20px 30px;
	float: left;
	line-height: 30px;
}
 .myAccountTabs .tabDataWrap .tabLvl2{
	position: relative;
	width:100%;
	height: 40px;
	float: left;
}
 .myAccountTabs .tabDataWrap .tabLvl2 .frmt1{
	position: relative;
	width:172px;
	float: left;
 }
  .myAccountTabs .tabDataWrap .tabLvl2 .frmt2{
	position: relative;
	width:300px;
	float: left;
 }
   .myAccountTabs .tabDataWrap .tabLvl2 .frmt2 a{
	color:#0195ff;
   }
	.myAccountTabs .tabDataWrap .tabLvl2 .frmt2 a:hover{
	  text-decoration: underline;
	}
.myAccountTabs .tabDataWrap .tabLvl2 .frmt2 input[type="text"], input[type="password"]{
	width:260px;
	height: 30px;
	border-style: none;
	border-radius: 3px;
	border: solid 1px #ccc;
	outline: none;
	padding: 0px !important;
}
.myAccountTabs .avatarWrap{
	position:  relative;
	width:350px;
	height: 300px;
	font-family: arial;
	font-size: 14px;
	color:#333;
	margin: 32px 0px 0px 0px;
	float: left;
}
.myAccountTabs .avatarWrap .tabLvl2{
	position: relative;
	width:100%;
	height: 30px;
	float: left;
}
.myAccountTabs .avatarWrap .tabLvl2 .frmt1{
	position: relative;
	width:100%;
	float: left;
 }
 .myAccountTabs .avatarWrap .tabLvl2 .frmt1 .avatar{
	position: relative;
	width:119px;
	height: 118px;
	border: solid 1px #ccc;
	float: left;
	margin-top: 20px;
 }
 
  .myAccountTabs .siteDataWrap{
	position: relative;
	width:980px;
	font-family: arial;
	font-size: 14px;
	color:#333;
	margin: 40px 0px 20px 20px;
	float: left;
}
  .myAccountTabs .siteDataWrap .siteLvl2{
	position: relative;
	width:475px;
	font-size: 14px;
	font-family: arial;
	height:55px;
	float: left;
  }
.myAccountTabs .siteDataWrap .siteLvl2 .frmt1{
	position: relative;
	width:175px;
	float: left;
}
.myAccountTabs .siteDataWrap .siteLvl2 .frmt2{
	position: relative;
	width:300px;
	float: left;
}
.myAccountTabs .siteDataWrap .siteLvl2 .frmt2 input[type="text"]{
	width:260px;
	height: 30px;
	border-style: none;
	border-radius: 3px;
	border: solid 1px #ccc;
	outline: none;
}
.fTopCntnr{
    position: relative;
    width:100%;
    margin: 10px 0px 3px 0px;
    border-bottom: solid 1px #002d57;
    padding-bottom: 5px;
    float: left;
}
.fTopCntnr h3{
    position: relative;
    width:400px;
    float: left;
    font-size: 15px;
    text-align:left;
}
.fTopCntnr .rtlinks {
    position: relative;
    float: right;
}
.fTopCntnr .rtlinks a {
    position: relative;
    float: left;
    font-family: Helvetica;
    font-size: 12px;
    text-decoration: none;
    color: black;
    margin-left: 5px;
}
.fTopCntnr .rtlinks a:hover{
    color:#09F;
}
.fSearchWrap{
    position: relative;
    width:100%;
    padding: 0px !important;
    margin-bottom: 10px;
    background: #ccc;
    border: solid 1px #eee;
    float: left;
}
.fSearchWrap .fSfrmt{
    position: relative;
    width:230px;
    height: 30px;
    margin: 10px 10px 10px 14px;
    float: left;
}
.fSearchWrap .fSfrmt label{
    position: relative;
    width:88px;
    float: left;
    top:7px;
    font-size: 12px;
    color:#000;
    
}
.fSearchWrap .fSfrmt input[type="text"]{
    position: relative;
    float: left;
    width:120px;
    margin: 0px !important;
    height: 28px;
}
.fSearchWrap .fSfrmt input[type="checkbox"]{
    position: relative;
    top:4px;
}

.fSearchWrap2{
    position: relative;
    width:100%;
    padding: 0px !important;
    background: #f1f1f1;
    border: solid 1px #eee;
    float: left;
}
.fSearchWrap2 .fSfrmt{
    position: relative;
    width:230px;
    height: 30px;
    margin: 10px 10px 10px 14px;
    float: left;
}
.fSearchWrap2 .fSfrmt label{
    position: relative;
    width:88px;
    float: left;
    top:7px;
    font-size: 12px;
    color:#000;
    
}
.fSearchWrap2 .fSfrmt input[type="text"]{
    position: relative;
    float: left;
    width:120px;
    margin: 0px !important;
    height: 28px;
}
.fSearchWrap2 .fSfrmt input[type="checkbox"]{
    position: relative;
    top:4px;
}
.tabbertab input[type="text"]{
    position: relative;
    float: left;
    width:120px;
    margin: 0px !important;
    height: 28px;
}
.staticDataWrap{
    position: relative;
    width:100%;
    float: left;
}
.staticDataWrap h3{
    margin: 10px 0px 10px 0px;
    color:#007cc3;
    font-size: 13px;
}
.staticDataWrap p{
    line-height: 20px;
    margin-bottom: 10px;
}
.fileWrapper{
    position: relative;
    width:358px;
    height: 114px;
    background: #f7f7f7;
    float: left;
    margin: 0px 0px 25px 25px;
    border: solid 1px #ececec;
}
.fileWrapper .imgWrap{
    position: relative;
    width:72px;
    height: 72px;
    background: #fff;
    border-radius: 5px;
    border: solid 1px #ececec;
    margin: 7px 0px 0px 10px;
    float: left;
}
.fileWrapper .imgWrap img{
    margin: 12px 0px 0px 12px;
}
.fileWrapper .mb{
    position: relative;
    width:72px;
    height: 20px;
    background: #007cc3;
    text-align: center;
    color:#fff;
    line-height: 21px;
    border-radius: 3px;
    margin: 5px 0px 0px 10px;
    float: left;
}
.fileWrapper h4{
    font-size: 14px !important;
    margin: 10px 0px 0px 0px;
}
.fileWrapper h4 a{
    color:#333;
}
.fileWrapper h4 a:hover{
    color:#007cc3;
}
.fileWrapper .fupload{
    font-size: 12px;
    font-weight: normal;
    position: relative;
    width:100%;
    float: left;
    margin: 5px 0px 5px 0px;
}
.fileWrapper .fdownload{
    font-size: 14px;
    font-weight: bold;
    position: relative;
    width:100%;
    float: left;
    margin: 5px 0px 5px 0px;
}
.loginPop{
    width:220px;
    height: 194px;
    background: #117cc9;
    box-shadow: 0px 5px 9px -1px #000;
}
.loginPop .loginTop{
    position: relative;
    width:100%;
    height: 158px;
    background: #117cc9;
    float: left;
}
.loginPop .loginTop .inputWrap{
    position: relative;
    width:202px;
    height: 64px;
    background: #002d57;
    border: solid 1px #008bef;
    border-radius: 5px;
    margin:8px 0px 0px 8px;
}
.loginPop .loginTop .inputWrap input[type="text"]{
    position: relative;
    width: 182px !important;
    height: 31px !important;
    background: #002D57;
    border-bottom: solid 1px #2E5E8B !important;
    border-style: none;
    outline: none;
    color: white;
    border-radius: 0px;
    font-size: 14px;
}
.loginPop .loginTop .inputWrap input[type="password"]{
    position: relative;
    width: 190px !important;
    height: 26px !important;
    background: #002D57;
    border-style: none;
    outline: none;
    color: white;
    border-radius: 0px;
    font-size: 14px;
    margin-top: -9px !important;
    padding-left: 10px !important;
}
.loginPop .loginTop  input[type="submit"]{
    position: relative;
    width: 202px !important;
    height: 29px !important;
    background-image: linear-gradient(bottom, #F4F4F4 22%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #F4F4F4 22%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #F4F4F4 22%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #F4F4F4 22%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #F4F4F4 22%, #FFFFFF 100%);
    
    background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.22, #F4F4F4),
	color-stop(1, #FFFFFF)
);
    border-style: none;
    outline: none;
    color: #002d57;
    border-radius: 3px;
    font-size: 14px;
    margin:18px 0px 0px 0px !important;
    cursor: pointer;
    border: solid 1px #0064c1;
    box-shadow: 1px 1px 3px -1px #000;
}
.loginPop .loginTop  input[type="submit"]:hover{
    box-shadow: 0;
}
.loginTop a{
    position: relative;
    width:94px;
    color:#fff;
    font-size: 11px;
    float: left;
    padding: 0px !important;
    margin-left: 8px !important;
}
.loginTop label{
    position: relative;
    width:105px;
    color:#fff;
    font-size: 11px;
    float: right;
}
.loginTop label input[type="checkbox"]{
    position: relative;
    top:4px;
}
.loginPop .loginBottom{
    position: relative;
    width:100%;
    height: 36px;
    background: #002d57;
    float: left;
}
.loginPop .loginBottom p{
     position: relative;
    width:94px;
    color:#fff;
    font-size: 11px;
    float: left;
    padding: 0px !important;
    margin:7px 0px 0px 2px !important;
}
.loginPop .loginBottom .loginSocialWrap{
    position: relative;
    width:98px;
    height: 30px;
    margin: 4px 10px 0px 0px !important;
    float: right;
}
.loginPop .loginBottom .addthis_toolbox{
    padding-top: 4px !important;
    padding-left: 22px !important;
    position: relative;
    float: left;
}
.loginPop .loginBottom .addthis_toolbox a span{
    text-indent:-999999em;
    background: none !important;
}
.loginPop .loginBottom .addthis_toolbox .addthis_login_facebook{
    position: relative;
    width:29px;
    height: 28px;
    text-indent:-99999em;
    padding: 0px 5px 0px 0px !important;
    background: transparent url(../images/fb2.png) no-repeat;
    float: left;
}
.loginPop .loginBottom .addthis_toolbox .addthis_login_twitter{
    position: relative;
    width:29px;
    height: 28px;
    text-indent:-99999em;
    padding: 0px 5px 0px 0px !important;
    background: transparent url(../images/tw2.png) no-repeat;
    float: left;
}
.loginPop .loginBottom .addthis_toolbox .addthis_login_google{
    position: relative;
    width:29px;
    height: 28px;
    text-indent:-99999em;
    padding: 0px 0px 0px 0px !important;
    background: transparent url(../images/go.png) no-repeat;
    float: left;
}
.topAdvt{
    position: relative;
    width:728px;
    height: 90px;
    float: right;
/*    border: solid 1px #d5d5d5;*/
    margin: 50px 0px 6px 128px;
}
.bottomAdvt{
    position: relative;
    width:728px;
    height: 90px;
    float: left;
 /*   border: solid 1px #d5d5d5;*/
    margin: 40px 0px 10px 160px;
}
.squareWrap{
    position: relative;
    float: left;
    width:625px;
    margin: 20px 0px 20px 210px;
}
.squareWrap .square{
    position: relative;
    width:300px;
    height: 250px;
    float: left;
    /*border: solid 1px #d5d5d5;*/
}
.squareWrap .square:last-child{
    margin-left: 20px;
}
.squareAdWrap{
    position: relative;
    float: left;
    width:625px;
    margin: 20px 0px 20px 210px;
}
.squareAdWrap .square{
    position: relative;
    width:300px;
    height: 250px;
    float: left;
    /*border: solid 1px #d5d5d5;*/
}
.squareAdWrap .square:last-child{
    margin-left: 20px;
}
.newFeatures{
    position: absolute;
    width: 300px;
    float: left;
    top: 117px;
    left: -199px;
    font-size: 16px;
    text-align: left;
}
.newFeatures:hover{
    color:#031e64;
}
#optidiv {
    float: left;
    position: relative;
    margin-bottom: 22px;
}
#opti-left {
    float: left;
    width: 242px;
}
#opti-right {
    float: left;
    margin-left: 10px;
    width: 242px;
}

#premium-learnmore {
	background-image:url(../images/bg-learmore.png);
	display:block;
	height: 25px;
	text-indent: 21%;
	width: 137px;
	margin-left: 24px;
	margin-top: 13px;
	line-height: 23px;
	color: white;
}

.captcha_info {
	color: #3D3D3D;
	font-size: 13px;
	overflow: hidden;
	padding: 51px 25px 20px;
	position: relative;
	text-align: center;
	width: 482px;
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}

.label-success {
	background-color: #002c57;
}

.label-warning {
  background-color: #f0ad4e;
}

.aff-tbl {
	width: 100%;
	border-collapse: collapse;
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #1880ff;
	text-align: left;
}
.aff-tbl tr.first {
	background: none;
}
.aff-tbl .tright {
	padding-right: 15px;
	width:200px;
}
.aff-tbl th {
	padding: 5px;
}
.aff-tbl td {
	padding: 7px 5px 5px;
	line-height: 29px;
	vertical-align: middle;
}
.aff-tbl tr {
	background: url(../images/tbl-1-line.png) 0 0 no-repeat;
}

.aff-tbl tr td.warning {
	background-color: #fcf8e3;
	color: #404040;
}

.aff-tbl tr td.danger {
	background-color: #f2dede;
}

.aff-tbl tr td.success {
	background-color: #dff0d8;
}

.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}

.aff-rules-tbl {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}
.aff-rules-tbl tr.first {
	background: none;
}
.aff-rules-tbl .tright {
	padding-right: 15px;
	width:200px;
}
.aff-rules-tbl th {
	padding: 5px;
}
.aff-rules-tbl td {
	padding: 0px 5px 5px;
	vertical-align: middle;
}

.dl_header {
	background-color: #002d57;
	line-height: 42px;
	border-left: 1px solid grey;
	border-top: 1px solid grey;
	border-right: 1px solid grey;
	font-size: 18px;
	color: white;
}
.dl_header .fn {
	margin-left: 10px;
}
.dl_header .fn .filename {
	font-size: 13px;
	margin-left: 4px;
}
.dl_header .s {
	float: right;
	margin-right: 10px;
	width: 269px;
	text-align: right;
}
.dl_header .s .size {
	font-size: 13px;
	margin-left: 4px;
}

.dl_table {
	width: 100%;
	border-collapse: collapse;
	font: bold 17px Arial, Helvetica, sans-serif;
}
.dl_table tr {
	border-left: 1px solid black;
	border-right: 1px solid black;
}
.dl_table tr:nth-child(2n+1) {
	background: #e9e9e9;
}
.dl_table tr:last-child {
	border-bottom: 1px solid black
}
.dl_table th {
	width: 36%;
}
.dl_table th.first {
	width: 28%;
	line-height: 62px;
	background: url(/images/clock.png) no-repeat left 11px top 13px;
	color: #3d3d3d;
}
.dl_table th.first strong {
	color: #3d3d3d;
	font-size: 17px;
	margin-left: 19px;
}
.dl_table th.middle {
	border-left: 1px solid black;
	border-right: 1px solid black;
}
.dl_table td {
	text-align: center;
}
.dl_table td span {
	width: 34px;
	height: 24px;
	display: inline-block;
}
.dl_table td.first {
	line-height: 35px;
	text-align: left;
	padding-left: 10px;
	font-size: 14px;
	font-weight: normal;
}
.dl_table td.secure {
	text-align: center;
	background: url(/images/secure-icon.png) left center no-repeat;
	background-size: 45px 45px;
	line-height: 64px;
	font-size: 12px;
}
.dl_table td.middle {
	border-left: 1px solid black;
	border-right: 1px solid black;
	color: #1880ff;
}
.dl_table td.middle .free {
	background: url(/images/icon-false.png) no-repeat;
}
.dl_table td.last {
	color: #002c57;
}
.dl_table td.bottom_row {
	line-height: 62px;
	color: #3d3d3d;
}
.dl_table td.last .premium {
	background: url(/images/icon-true.png) no-repeat;
}
.dl_table td a.sub-question {
    background: url(/images/question-mark.png) center no-repeat;
    height: 27px;      
    width: 27px;
    float: right;
    margin-right: 5px;
}
.dl_table td div.sub {
    text-align: right;      
    line-height: 28px;  font-size: 14px;  font-weight: normal;    
    padding-right: 39px;
}
.dl_table .dl_btn {
	display: block;
	width: 168px;
	height: 32px;
	overflow: hidden;
	margin: 0 auto;
	background: url(/images/btn-download.png) no-repeat;
	text-align: center;
	font-size: 11px;
	line-height: 32px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 0px #565656;
}
.dl_table .dl_btn.highspeed {
	background-position: 0 -32px;
	text-shadow: 1px 1px 0px #daa520;
}

.table_header {
	display: none; 
	width: 1006px; 
	background-color: #ffffdf;
	border: 1px solid #f1f1e0;
	border-bottom: 0px;
	font-weight: bold;
	line-height: 125%;
	text-align: center;
	padding: 8px;
	font-size: 15px;
	float: left;
}

select, input[type="text"].form-control {
	margin: 5px;
	width: 97%;
	height: 28px;
	padding: 0 0 0 10px;
	font-size: 14px;
}

select.form-control {
	width: 174px;
	border: 1px solid #ccc;
	float: left;
	color: #333;
	font-size: 14px;
	height: 28px;
	border-radius: 4px;
	margin-right: 0px;
}

.payment-button {
	overflow:hidden;
	display:inline-block;
	visibility:visible !important;
	background-image:-webkit-linear-gradient(#28a0e5,#015e94);
	background-image:-moz-linear-gradient(#28a0e5,#015e94);
	background-image:-ms-linear-gradient(#28a0e5,#015e94);
	background-image:-o-linear-gradient(#28a0e5,#015e94);
	background-image:-webkit-linear-gradient(#28a0e5,#015e94);
	background-image:-moz-linear-gradient(#28a0e5,#015e94);
	background-image:-ms-linear-gradient(#28a0e5,#015e94);
	background-image:-o-linear-gradient(#28a0e5,#015e94);
	background-image:linear-gradient(#28a0e5,#015e94);
	-webkit-font-smoothing:antialiased;
	border:0;
	padding:1px;
	text-decoration:none;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:0 1px 0 rgba(0,0,0,0.2);
	-moz-box-shadow:0 1px 0 rgba(0,0,0,0.2);
	-ms-box-shadow:0 1px 0 rgba(0,0,0,0.2);
	-o-box-shadow:0 1px 0 rgba(0,0,0,0.2);
	box-shadow:0 1px 0 rgba(0,0,0,0.2);
	-webkit-touch-callout:none;
	-webkit-tap-highlight-color:transparent;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-o-user-select:none;
	user-select:none;
	cursor:pointer
}

.payment-button::-moz-focus-inner {
	border:0;
	padding:0
}

.payment-button span {
	display:block;
	position:relative;
	padding:0 12px;
	height:30px;
	line-height:30px;
	background:#1275ff;
	background-image:
	-webkit-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
	background-image:-moz-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
	background-image:-ms-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
	background-image:-o-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
	background-image:-webkit-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
	background-image:-moz-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
	background-image:-ms-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
	background-image:-o-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
	background-image:linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
	font-size:14px;
	color:#fff;
	font-weight:bold;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25);
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.25);
	-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.25);
	-ms-box-shadow:inset 0 1px 0 rgba(255,255,255,0.25);
	-o-box-shadow:inset 0 1px 0 rgba(255,255,255,0.25);
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.25);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px 
}

.payment-button span:hover {
	background: #2eb6ff;
  background-image: -webkit-linear-gradient(top, #2eb6ff, #82d0fa);
  background-image: -moz-linear-gradient(top, #2eb6ff, #82d0fa);
  background-image: -ms-linear-gradient(top, #2eb6ff, #82d0fa);
  background-image: -o-linear-gradient(top, #2eb6ff, #82d0fa);
  background-image: linear-gradient(to bottom, #2eb6ff, #82d0fa);
  text-decoration: none;
}

.payment-button:not(:disabled):active,.payment-button.active {
	background:#005d93
}

.payment-button:not(:disabled):active span,.payment-button.active span {
	color:#eee;
	background:#008cdd;
	background-image:-webkit-linear-gradient(#008cdd,#008cdd 85%,#239adf);
	background-image:-moz-linear-gradient(#008cdd,#008cdd 85%,#239adf);
	background-image:-ms-linear-gradient(#008cdd,#008cdd 85%,#239adf);
	background-image:-o-linear-gradient(#008cdd,#008cdd 85%,#239adf);
	background-image:-webkit-linear-gradient(#008cdd,#008cdd 85%,#239adf);
	background-image:-moz-linear-gradient(#008cdd,#008cdd 85%,#239adf);
	background-image:-ms-linear-gradient(#008cdd,#008cdd 85%,#239adf);
	background-image:-o-linear-gradient(#008cdd,#008cdd 85%,#239adf);
	background-image:linear-gradient(#008cdd,#008cdd 85%,#239adf);
	-webkit-box-shadow:inset 0 1px 0 rgba(0,0,0,0.1);
	-moz-box-shadow:inset 0 1px 0 rgba(0,0,0,0.1);
	-ms-box-shadow:inset 0 1px 0 rgba(0,0,0,0.1);
	-o-box-shadow:inset 0 1px 0 rgba(0,0,0,0.1);
	box-shadow:inset 0 1px 0 rgba(0,0,0,0.1)
}

.payment-button:disabled,.payment-button.disabled {
	background:rgba(0,0,0,0.2);
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-ms-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none
}

.payment-button:disabled span,.payment-button.disabled span {
	color:#999;
	background:#f8f9fa;
	text-shadow:0 1px 0 rgba(255,255,255,0.5)
}

.pbar_table {
	table-layout: fixed;
	width: 346px;
	margin-top: 50px;
}

#pbar_outerdiv {
    width: 450px; 
    height: 38px; 
    border: 3px solid black;
    z-index: 1; 
    position: relative; 

}

#pbar_innerdiv {
    background-color: #4896FF;
    z-index: 2; 
    height: 100%; 
    width: 0%;
}

#pbar_innertext {
    z-index: 3; 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    color: black; 
    font-weight: bold; 
    text-align: center;
	font-size: 18px;
	line-height: 38px;
}

#pbar_percent {
    width: 47px; 
    height: 38px;
    border: 3px solid black;
    border-left: 0px;
	font-size: 17px;
	font-weight: bold;
	color: black;
}