body{
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
}

div#closeWindow{
	margin-right: 5px;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}

div#closeWindow a{
	text-decoration: none;
	color:#FFFFFF;
}

div#closeWindow a:hover{
	text-decoration: underline;
}

div.ringtonePopup .artist{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

div.ringtonePopup .title{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

div.ringtonePopup img{
	vertical-align:bottom;
}

div.ringtonePopup .success{
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
}

div.ringtonePopup .error{
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
	color: #FF3300;
}

div.ringtonePopup .tag{
	margin: 5px 0px 5px 0px;
	font-size: 12px;
}

div.ringtonePopup .tag img{
	border: 0px;
}

div.ringtonePopup .tag .positiveTag{
	color: #a8c128;
}

div.ringtonePopup .tag .negativeTag{
	color: #c8520e;
}

div.ringtonePopup .tag .positive{
	color: #a8c128;
	font-weight: bold;
	font-size: 10px;
}
div.ringtonePopup .tag .negative{
	color: #c8520e;
	font-weight: bold;
	font-size: 10px;
}

div.ringtonePopup .addTag a{
	color: #0088ce;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

div.ringtonePopup .addTag a:hover{
	text-decoration: underline;
}

div.ringtonePopup .loginBoxHeader{
	width:170px;
	background-image:url(/images/login_box_header.png);
	background-repeat:no-repeat;
}

div.ringtonePopup #login{
	width:170px;
	background-image:url(/images/login_bg_big.png);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:11px;
}
div.ringtonePopup #login a{
	color:#FFFFFF;
	text-decoration: none;
}
div.ringtonePopup #login a:hover{
	color:#FFFFFF;
	text-decoration: underline;
}
div.ringtonePopup #login label{
	display: block;
	float: left;
	text-align:right;
	width: 70px;
	text-align:right;
	padding-right: 5px;
}
div.ringtonePopup #login div.small{
	font-size: 9px;
	text-align:center;
	line-height:1.5em;
}
div.ringtonePopup #login input{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border: 0px;
	padding-left: 2px;
}
div.ringtonePopup #login div{
	clear:left;
	margin-bottom: 5px;
	margin-right:5px;
	text-align:right;
}
div.ringtonePopup #login div.fields{
	margin-right:10px;
}
div.ringtonePopup .center{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:170px;
}

/* Rounded with white background and blue border*/

div.barTitle{
	background-image: url(/images/rounded/bar_title_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;	
	color:#0088ce;
	font-size:11px;
	font-weight: bold;
	height: 18px;
}

div.barTitle .L{
	background-image: url(/images/rounded/bar_title_l.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}

div.barTitle .R {
	background-image: url(/images/rounded/bar_title_r.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0px 7px 0px 7px;
}


/* Rounded with white background and blue border*/

div.roundedPopup{
	background-color: #ffffff;
	color:#000000;
	font-size:12px;
}

div.roundedPopup .TL{
	background-image: url(/images/rounded/popup_tl.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}

div.roundedPopup .TR{
	background-image: url(/images/rounded/popup_tr.gif);
	background-repeat: no-repeat;
	background-position: right top;	
}

div.roundedPopup .BL{
	background-image: url(/images/rounded/popup_bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;	
}

div.roundedPopup .BR {
	background-image: url(/images/rounded/popup_br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 10px;
}



div.ttEmulator{
	background-image: url(/images/en/design/emulator_bg_big.jpg);
	background-repeat: no-repeat;
	width: 300px;
	height: 470px;
	overflow: hidden;
}

div.ttEmulator iframe{
	background-color: #fff;
	border: 1px solid #006c9f;
	margin:20px 9px 0px 9px;
}

div.ttEmulator div.navigation{
	background-image: url(/images/en/design/emulator_navigation_big.gif);
	background-repeat: no-repeat;
	width: 282px;
	height: 16px;	
	margin-left: 9px;
}

div.ttEmulator div.url{
	margin-top: 6px;
	margin-left: 7px;
	color: #fff;
	font-size: 11px;	
	font-family: Arial, Verdana, sans-serif;
}

div.ttEmulator input{
	border: 0px;
	color: #000;
	font-size: 10px;	
	font-family: Arial, Verdana, sans-serif;	
	padding-left: 4px;
}



form label{
	font-size: 11px;
	font-weight: bold;
	line-height: 1.5em
}

#center{
	margin-left:72px;
	text-align:center;
}
#pictureCenter{
	width:125px;
	text-align:center;
}



/* FORMS */

form.stdForm{
	display:block;
	width: 400px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form.stdForm input,
form.stdForm select,
form.stdForm textarea
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #cccccc;
}

form.stdForm input.focus,
form.stdForm select.focus,
form.stdForm textarea.focus
{
	border: 1px solid #ff3300;
}

form.stdForm fieldset{
	border-width: 1px;
	border-style: solid solid solid solid;
	border-top-color: #999999;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 10px;
}

form.stdForm fieldset legend{
	color:#333333;
	font-weight: bold;
}

form.stdForm   div.smallPrint{
	margin-left: 160px;
	font-weight: normal;
	font-size: 10px;
}

form.stdForm   div.error{
	margin-left: 160px;
	font-weight: normal;
	font-size: 10px;
	color: #FF9933;
}

form.stdForm   .text{
	font-weight: normal;
	font-size: 11px;
}

form.stdForm   div{
	clear:both;
	margin-bottom: 10px;
}

form.stdForm   div.bold{
	font-weight: bold;
}

form.stdForm  label{
	display: block;
	font-size: 11px;
}

form.stdForm  .small{
	font-size: 10px;
	font-weight: bold;
}


div.ttEmulator2 {
    background-color: #187dab;
    background-image: url("/images/design/emulator/bg.gif");
    background-repeat: repeat-x;
    line-height: 100%;
}

div.ttEmulator2 div.tl {
    background-image: url("/images/design/emulator/top_left.gif");
    background-repeat: no-repeat;
    background-position: top left;
}

div.ttEmulator2 div.bl {
    background-image: url("/images/design/emulator/bottom_border.gif");
    background-repeat: no-repeat;
    background-position: bottom left;
}

div.ttEmulator2 div.tr{
    background-image: url("/images/design/emulator/right_border.gif");
    background-repeat: no-repeat;
    background-position: top right;
}

div.ttEmulator2 div.br{
    background-image: url("/images/design/emulator/bottom_right.gif");
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 2px 5px 5px 5px;
}

div.ttEmulator2 h1{
    color: #fff;
    font-size: 10px;
    margin: 0px 0px 3px 0px;
}

div.ttEmulator2 iframe {
    background-color: #fff;
    border: 1px solid #006c9f;
}

div.ttEmulator2 .navigation a {
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}

div.ttEmulator2 .navigation a:HOVER {
    text-decoration: underline;
}

div.ttEmulator2 .navigation td.bar{
    background-image: url("/images/design/emulator/bar_bg.gif");
    background-repeat: repeat-x;
}

div.ttEmulator2 .navigation td.border{
    background-image: url("/images/design/emulator/bar_border.gif");
    background-repeat: no-repeat;
}

div.ttEmulator2 .navigation td.home{
    width: 50%;
    padding-left: 3px;
}

div.ttEmulator2 .navigation td.back{
    width: 50%;
    text-align: right;
    padding-right: 3px;
}

div.ttEmulator2 td.url{
    color: #fff;
    font-size: 10px;
}

div.ttEmulator2 input{
    border: 0px;
    color: #000;
    font-size: 10px;    
    font-family: Arial, Verdana, sans-serif;    
    padding-left: 4px;
}
