/*CSS Code, page playerNew.php*/


	#left
		{
			width:460px;
			float:left;
			margin-top:40px;
			/*border:1px solid black;*/
		}


	#right
		{
			width:460px;
			float:left;
			margin-left: 10px;
			margin-top:40px;
			/*border :1px solid black;*/
		}


/* Box Overview at left*/

.top300
		{
			width:300px;
			height:20px;
			padding-top:2px;
			margin:0;
			background:url("grayBox300Up.png") no-repeat; /* Notation relative */
		}

	.overview300
		{
			width:300px;
			color:black;
			background:url("grayBox300Middle.png"); /* Notation relative */
			background-repeat: repeat-y ;
			padding-top:10px;
			padding-bottom:3px;

		}

	.bottom300
		{
			width:300px;
			height:20px;
			margin:0;
			background:url("grayBox300Down.png") no-repeat; /* Notation relative */

		}


	/*Boxes Middle*/
	.top250
		{
			width:250px;
			height:20px;
			padding-top:2px;
			margin:0;
			background:url("grayBox250Up.png") no-repeat; /* Notation relative */
		}

	.overview250
		{
			width:250px;
			color:black;
			background:url("grayBox250Middle.png"); /* Notation relative */
			background-repeat: repeat-y ;
			padding-top:10px;
			padding-bottom:3px;

		}

	.bottom250
		{
			width:250px;
			height:20px;
			margin:0;
			background:url("grayBox250Down.png") no-repeat; /* Notation relative */

		}

	/* Box Middle Bottom - Box Help*/
	.top460
		{
			width:460px;
			height:20px;
			padding-top:2px;
			color:white;
			margin:0;
			background:url("grayBox460Up.png") no-repeat; /* Notation relative */
			text-align:center;
			/*border:1px solid red;*/
		}

	.overview460
		{
			width:460px;
			color:black;
			background:url("grayBox460Middle.png"); /* Notation relative */
			padding-top:20px;
			padding-bottom:10px;
			background-repeat: repeat-y ;
		 	text-align:center;
		 	/*border:1px solid green;*/

		}

	.bottom460
		{
	 		width:460px;
	 		height:20px;
	 		padding-top:2px;
			margin:0;
			background:url("grayBox460Down.png") no-repeat; /* Notation relative */
			/*border:1px solid blue;*/

		}
		
.topHint100
		{
			width:170px;
			height:13px;
			background:url("hintUp.png") no-repeat !important; /* Notation relative */
			background:url("hintUp.png") no-repeat 0 5px; /* Notation relative */			
		}
		
.middleHint100
		{
			width:165px;
			background:url("hintMiddle.png") repeat-y; /* Notation relative */
			text-align:center;
			padding-left:5px;
			/*border:1px solid black;*/
		}
		
.bottomHint100
		{
			width:170px;
			height:15px;
			background:url("hintDown.png") no-repeat; /* Notation relative */
		}

.titleBox460
		{
			width:450px;
			height:22px;
			padding-top:3px;
			padding-left:10px;
			background:url("titleBox460.png") no-repeat; /* Notation relative */
			text-align:left;
			font-weight:bold;
			/*border:1px solid red; */
		}

	h5
		{
			text-align:left;
			margin-left:40px;
			/*border:1px solid red;*/

		}


	.textareaHTML
		{
			
			width : 240px;
			height: 170px  !important;
			height: 220px;
			
		}

	.textareaMYSPACE
		{
			width : 240px;
			height: 290px  !important;
			height: 370px;

		}

