body{
        font-family: verdana;
        background: #fff url('../images/bg.png') repeat-x top left;
}

h1{
        font-size:36px;
        width:400px;
	margin:0px;
}

#links{
	width: 350px;
	margin: 50px auto;
	text-align:center;
}

#login{
	font-size:26px;
	margin:0 auto;
	/*text-align:center;*/
	width:350px;
}

#loginform{
	width: 50%;
}

#linkstab{
	margin: 0 auto;
        clear: both;
	width: 100%;
}

.loader{
	text-align: center;
	margin: 0 auto;
}

#tabs{
        width: 90%;
        margin: 0 auto;
	clear: both;
	height:89%;
}

.a-button{
	text-decoration: none;
	padding: 5px 10px;
}

.breakout{
	position: relative;
	top: 20px;
	left: 90%;
}

.filed {
        width: 102%;
	position: relative;
	top: 10px;
	left: -15px;
        margin: 0 auto;
        height: 75%;
        /*background: #FFF;*/
        overflow: auto;
        padding: 5px;
	color: #fff !important;
	font-weight: lighter;
	font-size: 12px;
	font-style: italic;
}

#videosPath, #musicPath, #picturesPath, #downloadPath, #torrentPath{
        width: 85%;
        font-size: 20px;
        color: #fff;
        float: left;
	font-style: italic; 
	font-weight:lighter;
}

#musicFiles{
	width: 49%;
	float: left;
}

#pathdiv{
        margin: 0 auto;
        text-align: center;
        width: 103%;
	position: relative;
	left: -15px;
	
}

#musSel{
	height: 90%;
	width: 100%;
	font-size: 12px;
}

#selectMusic{
	height: 75%;
	width: 49%;
	float: right;
}

#selectMusic p{
	margin: 0;
}

#selectMusic input{
	width: 100%;
}

#openfile{
        float: right;
        width: 14%;
        height: 29px;
        margin-left: 5px;
}

#pictureDialog, #musicDialog{
        display: none;
}

#user{
	float: right;	
	font-size: 10px;
	padding: 10px;
	text-align: right;
}

#header{
	width: 90%;
	margin: 0 auto;
}

#title{
	float: left;
}

