* {padding: 0; margin: 0;}

body {
    background-color: #f8f8f8;
    font: 12px Helvetica, Arial, sans-serif;
    color: #000;
}

body.login {
    background-color: #002a47;
}

a { text-decoration: underline; color: #03578e; cursor: pointer; outline: none;  }

a:hover { text-decoration: none; }

a:focus, input:focus { outline: none; }

.wrapper {
    margin: 0 auto;
    width: 90%;
}

.center {
    text-align: center;
}

#header {
    background: #2c2c2c;
    height: 60px;
}

#header .back {
    width: 33%;
    text-align: left;
    float: left;
}

#header .back a {
    display: inline-block;
    width: 82px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    text-decoration: none;
    background: url('../images/mobile/back.png') repeat-x 0 0;
    margin: 12px 0 0 10px;
}

#header .logo {
    width: 33%;
    text-align: center;
    float: left;
    padding: 5px 0 0 0;
}

#header .logout {
    width: auto;
    text-align: right;
    float: right;
}

#header .logout a {
    display: inline-block;
    width: 82px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    text-decoration: none;
    background: url('../images/mobile/logout.png') repeat-x 0 0;
    margin: 12px 10px 0 0;
}

h1 {
    padding: 20px 0;
    text-align: center;
    font-weight: normal;
    font-size: 32px;
}

/* Main page */

.big_logo {
    text-align: center;
    margin: 10px 0 10px;
}

.form input[type='text'], .form input[type='password'], .form input[type='email'] {
    width: 97%;
    background: transparent;
    border: 0;
    color: #3c6986;
    padding: 9px 0 8px 10px;
    font-size: 18px;
    background-color: #fff;
}

.form .field_row {
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	position: relative;
    margin-bottom: 15px;
    padding: 3px;
    background-color: #fff;
}

.form .submit input {
    background: url('../images/mobile/submit_mobile.png') repeat-x 0 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    padding: 0 5px;
    height: 44px;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    border: 0;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
}

.register {
    text-align: center;
    margin-top: 10px;
}

.register a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

.mainsite_login {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 5px;
}

.mainsite_login a {
    color: #fff;
    text-decoration: underline;
    font-size: 18px;
}

.mainsite {
    margin-top: 5px;
    width: 100%;
    background-color: #f4f4f4;
    text-align: center;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
}

.mainsite a {
    color: #555;
    text-decoration: none;
    font-size: 18px;
}

/* Files page */

ul#files {
    margin: 0;
}

ul#files li {
    display: block;
    list-style: none;
    border-bottom: 1px #EDEDEA solid;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    padding-left: 10px;
    color: #333;
    overflow: hidden;
}

ul#files li a {
    color: #333;
    text-decoration: none;
}

ul#files li.folder {
    background: url('../images/mobile/folder.png') no-repeat 10px 45%;
    padding-left: 45px;
}

ul#files li.folder a {
    display: block;
}

ul#files li.file {
    background: url('../images/mobile/file.png') no-repeat 15px 50%;
    padding-left: 45px;
}

ul#files li.file .info {
    display: inline-block;
    float: right;
    color: #999;
    font-size: 11px;
    padding-right: 7px;
    text-align: right;
    line-height: 51px;
}

ul#files li.file .name {

}

.pager_box {
    width: 100%;
    background-color: #f4f4f4;
    text-align: center;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
}

.pager_box a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 31px;
    text-align: center;
    color: #888;
    text-decoration: none;
    border: 1px #cacaca solid;
    margin-right: 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.pager_box span {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 31px;
    color: #555;
    text-align: center;
    border: 1px #3b3b3b solid;
    margin-right: 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

/* Download page */

.filename {
    overflow: hidden;
    margin: 20px auto;
    text-align: center;
    max-width: 600px;
}

.filename span {
    display: inline-block;
    background: url('../images/mobile/file.png') no-repeat 0 0;
    padding-left: 25px;
    color: #555;
    font-family: Arial, sans-serif;
    font-size: 18px;
}

.filedesc {
    margin: 20px auto 30px;
    max-width: 600px;
    border-top: 1px #ebebeb solid;
    border-bottom: 1px #ebebeb solid;
    padding: 15px 0;
}

.filedesc div {
    width: 49%;
    display: inline-block;
    text-align: center;
    color: #555;
    font-family: Arial, sans-serif;
    font-size: 18px;
}

.filedesc div span {
    color: #b9b9b9;
    font-size: 14px;
    padding: 3px 0;
}

.timer_block {
    width: 200px;
    text-align: center;
    margin: 30px auto 0;
}

.timer_block .time_loading {
    width: 71px;
    height: 49px;
    background: url("../images/bg/timer.png?v1") no-repeat scroll 0 0 transparent;
    margin: 0 auto;
}

.timer_block .time_loading span {
    color: #FFF;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 35px;
    letter-spacing: 11px;
    line-height: 50px;
    padding-right: 0;
    text-align: right;
}

.timer_block .content {
    width: 200px;
    height: 100px;
}

.timer_block .content {
    z-index: 2;
}

.timer_block .splash {
    background: #FAFAFA;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity = 85);
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
    z-index: 1;
}

.timer_block .content .title,
.timer_block .content .text {
    text-transform: uppercase;
    text-align: center;
    color: #1c1c1c;
    font-weight: bold;
    text-align: center;
    font-size: 10px;
    margin: 0 ;
}

.timer_block .content .text {
    margin: 15px 0 0 0 ;
}

.download_link {
    margin: 50px 0 20px;
    text-align: center;
}

.download_link button {
    background: url('../images/mobile/submit_mobile.png') repeat-x 0 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    padding: 0 5px;
    height: 44px;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    border: 0;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    width: 290px;
}

/* Account page */
.head_row {
    height: 50px;
    line-height: 50px;
    background-color: #f4f4f4;
    padding-left: 20px;
    font-size: 16px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #555;
}

.simple_row {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-family: Arial, sans-serif;
    color: #3c6986;
    text-align: right;
    padding: 0 20px;
}

.simple_row span {
    display: inline-block;
    float: left;
    width: auto;
    color: #999;
}

.button_link {
    display: inline-block;
    background: url('../images/mobile/submit_mobile.png') repeat-x 0 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    padding: 0 25px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    border: 0;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

/* Premium page */
ul#plans {
    margin-top: 20px;
    text-align: center;
}

ul#plans li {
    display: inline-block;
    list-style: none;
    width: 40%;
    max-width: 300px;
    margin-right: 10px;
    border: 1px #999 solid;
}

ul#plans li span {
    display: block;
    padding: 10px 0;
    color: #65A9D6;
    font-size: 24px;
    font-weight: bold;
}

/****** Popup ******/
body > div.popwrap {
    position: absolute;
    width: 80%;
}
.block_center {
    left: 10%;
    top: 50%;
}
.popup {
    width: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #242321;
    padding: 3px 5px 15px 5px;
    display: block;
    margin-bottom: 5px;
}
.close {
    float: right;
    cursor: pointer;
    color: #EFEFEF;
    font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
}
.poptext {
    clear: both;
    font: 18px Lucida Grande,Lucida Sans Unicode,Geneva,Verdana,sans-serif;
    word-wrap: break-word;
    color: #FEFEFE;
    line-height: 120%;
    text-align: center;
    line-height: 30px;
}
.adv_banner {
	background: url(../images/bg/tile_gray.png) repeat 0 0 #f2f2f2;
	padding: 0;
	margin: 0 0 10px 0;
	text-align: center;
}