body {
    background: #006699 /*url("/images/logotop.png")*/;
    font-family: Verdana;
    font-size: 13px;            
    padding: 0px;
    margin: 0px;
}

#advert {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

#advert_img {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    cursor: hand;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

#uploader {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 450px;
    padding: 10px;
    background: #ffffff url("/images/splashBoxBg.png");
    color: #666666;
    text-align: center;
    border: 5px #3399cc solid;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    z-index: 999;
    cursor: move;
}

#startButton {
    position: absolute;
    bottom: 0px;
    left: 10px;
    width: 108px;
    height: 40px;
    background: url("/images/startButton.png") no-repeat 0 0;
}

#startButton:hover {
    background-position: 0px -40px;
    cursor: pointer;
    cursor: hand;            
}        

#startMenuWrapper {
    position: absolute;
    bottom: 40px;
    left: 0px;
    width: 244px;
    height: 345px;
    background: #3399cc;
    border: 1px #000000 solid;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

#loginMenu {
    position: absolute;
    left: 10px;
    bottom: 292px;
    width: 222px;
    height: 90px;
    /*
    background: #ffffff url("uploader_bg.jpg");
    padding: 10px;
    border: 2px #999999 solid;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;*/
    
}

#startMenu {
    position: absolute;
    left: 10px;
    bottom: 47px;
    width: 220px;
    height: 230px;
    background: #ffffff url("/images/splashBoxBg.jpg");
    padding: 0px;
    border: 1px #7da2ce solid;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

#startMenu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#startMenu ul li {
    margin: 0px;
    color: #000000;
    padding: 1px 3px 1px 3px;
}

#startMenu ul li:hover {
    background: #c4ddfd;
    color: #666666;
    padding: 0px 2px 0px 2px;
    border: 1px #7da2ce solid;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    cursor: hand;
}        

#avatar {
    float: left;
    width: 75px;
    height: 75px;
    margin-right: 4px;
    border: 4px #3399cc solid;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
        
#loginText
{
    height:95px;
    padding-right: 4px;
    background: #ffffff;
    border: 2px #3399cc solid;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    text-align: right;
}

#loginText a
{
    margin-top: 10px;
    color: #3399cc;
    text-decoration: none;
}

#loginButton {
    color: #ffffff;
    width: 50px;
    height: 16px;
    padding: 5px;
    margin-top: 8px;
    background: #3399cc;
    float: right;
    text-align: center;
    vertical-align: middle;
    border: 2px #ffffff solid;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    cursor: pointer;
    cursor: hand;            
}

#loginButton:hover {
    color: #3399cc;
    background: #ffffff;
    border: 2px #3399cc solid;
}

#advert_link {
    color: #3399cc;
    text-decoration: none;
}

#advert_info {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100px;
    height: 26px;
    background: #ffffff;
    text-align:center;
    border: 2px #3399cc solid;
    line-height: 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#imgClose {
    text-align:left;
    position: relative;
    left: 85px;
    display: block;
    cursor: pointer;
    cursor: hand;            
}

.icon {
    width:24px;
    height:24px;
    background: url("/images/splashMenuIcons.png");
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    padding-right: 4px;
}

.iconFilebox {
    background-position: 0px 0px;
}

.iconMixbox {
    background-position: 0px -24px;
}

.iconPicbox {
    background-position: 0px -48px;
}

.iconVideo {
    background-position: 0px -72px;
}

.iconBlog {
    background-position: 0px -96px;
}

.hidden {
    display: none;
}

.loginHelpers {
    background: #ffffff;
    margin: 4px;
    padding-left: 8px;
    border: 1px #3399cc solid;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.loginHelpers label {
    padding-left: 2px;
    cursor: pointer;
    cursor: hand;
}

#remember {
	vertical-align: middle;
}

.clickMe {
    cursor: pointer;
    cursor: hand;
}

.loginHelpers:hover {
    background: #cccccc;
}        

.inputField {
    margin: 2px 0 2px 0;
    border: 2px #3399cc solid;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;    
}

.numbers {
    width: 20px;
    height: 24px;
    background: url("/images/splashDownloadDigits.png");
    text-indent: -9999px;
    display: inline-block;
	vertical-align: middle;
}

.bold {
    font-weight: bold;
}

#uploader h1 {
    font-size: 18px;
    line-height: 16px;
}

#buttonDownload a {
    display: inline-block;
    width: 181px;
    height: 49px;
    text-indent: -9999px;
    background: url("/images/buttonSplashDownload.png");
    cursor: pointer;
    cursor: hand;
}

#smsText {
    color: #000000;
    padding: 10px;
    font-size: 11px;
    background: url("/images/downloadStopwatch.png") no-repeat left center #f3e500;
    border: 2px #e5c309 solid;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: 155px;
    overflow: hidden;
    margin-top: 20px;
}

/*#smsText:hover {
    background: #f3e500;
}*/

#pinInfo {
    font-weight: bold;
    margin-top: 10px;
}

#reg_errors {
    padding: 5px;
    margin-bottom: 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;            
}

.reg_errors {
    background: #f37777;
    border: 2px #f34444 solid;
}

.reg_errors_ok {
    background: #77f377;
    border: 2px #44f344 solid;
}

#publicitate {
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	border: 3px black solid;
	-moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 25px;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	overflow: hidden;
	background-color: #ffffff;
}

#publicitate span {
	margin-left: 6px;
}

#publicitate .link {
	position: relative;
	left: 30px;
	top: -25px;
	font-size: 12px;
	text-decoration: none;
	margin-top: -3px;
	text-align: center;
	width: 175px;
	font-weight: normal;
}

hr {
	background-color: #3399cc;
	border: 1px #3399cc solid;
	margin: 1px 0px;
}

.smsSpacer {
	height: 2px;
	background-color: #e5c309;
	margin: 0px;
	padding: 0px;
}

#pay_header p {
	margin: 2px;
}

#leaderboard {
	position: absolute;
	width: 728px;
	height: 90px;
	background-color: #fff;
    border: 5px #3399cc solid;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

#skyscraper {
	position: absolute;
	width: 160px;
	height: 600px;
	background-color: #fff;
    border: 5px #3399cc solid;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

#square {
	position: absolute;
	width: 300px;
	height: 250px;
	background-color: #fff;
    border: 5px #3399cc solid;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;	
}

#bid {
	position: fixed;
	top: 5px;
	left: 5px;
	width: 78px;
	padding: 2px;
	text-align: center;
	color: #ffffff;
	text-shadow: 1px 1px 1px #000;
	border-color: rgb(114,144,181);
	border-color: rgba(114,144,181,0);
	border-width: 2px;
	border-style: solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	font-size: 12px;
}

#bid:hover {
	background-color: rgb(114,144,181);
	background-color: rgba(114,144,181,0.6);
	border-color: rgb(114,144,181);
	border-color: rgba(114,144,181,0.8);
    cursor: pointer;
    cursor: hand;	
}

#premium {
	position: fixed;
	top: 85px;
	left: 5px;
	width: 78px;
	padding: 2px;
	text-align: center;
	color: #ffffff;
	text-shadow: 1px 1px 1px #000;
	border-color: rgb(114,144,181);
	border-color: rgba(114,144,181,0);
	border-width: 2px;
	border-style: solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	font-size: 12px;
}

#premium:hover {
	background-color: rgb(114,144,181);
	background-color: rgba(114,144,181,0.6);
	border-color: rgb(114,144,181);
	border-color: rgba(114,144,181,0.8);
    cursor: pointer;
    cursor: hand;	
}
