* {
	margin: 0;
	padding: 0;
}

body {
 font-family: Arial, Helvetica, sans-serif;
 direction: ltr;
}

img {
	border: 0;
}

#upper {
	height: 110px;
	width: 100%;
}

.logo {
	float:left;
	margin: 20px 0 0 40px;
}

div.logo a#logo
{

	background: url("../images/logo.jpg") no-repeat top right;
	float: left;
	display: inline-block;
	height: 75px;
	width: 130px;

}

.border1 {
	width: 100%;
	background: url('../images/border.png') repeat-x;
	height: 100px;
	margin: 190px 0 0 0;
}

.border {
	width: 100%;
	background: url('../images/border.png') repeat-x;
}

.login {
	padding: 20px 40px 0 0;
	float: right;
}

.spacer {
	margin: 0 10px 0 10px;
}

.stream_form {
	background: url(../images/stream_form.png) no-repeat;
	padding: 25px 10px 0 14px;
	width: 363px;
	height: 244px;
	margin: 0 auto;
}

.center_it {
	width: 10%;
	margin: 0 auto;
}

.iform ul { margin:0; padding:0; list-style:none;}
.iform li { padding-bottom:15px;}
.iform label { 
 width:130px; display:block; float:left; line-height:26px; font-size: 14px; /* no font-size, 150px*/
}
.iform label.ilabel { 
 width:auto; display:inline; float:none; line-height:26px; padding:0 5px
}

.iform .itext { 	
	width:180px; /*200*/
	border:1px solid #999;
	-webkit-border-radius: 3px;-khtml-border-radius:3px;-moz-border-radius:3px;border-radius:3px;
	margin:0;
	padding:5px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left 25, from(#fff), color-stop(6%, #eee), to(#fff));
	background: -moz-linear-gradient(top, #fff, #eee 2px, #fff 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;

}
.iform .ibutton {
	/*width:200px;*/
	border:1px solid #999;
	-webkit-border-radius: 3px;-khtml-border-radius:3px;-moz-border-radius:3px;border-radius:3px;
	margin:0;
	padding:5px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left 25, from(#fff), color-stop(6%, #eee), to(#fff));
	background: -moz-linear-gradient(top, #fff, #eee 2px, #fff 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}

.iform .itext:hover,.iform .ibutton:hover,
.iform .itext:focus,.iform .ibutton:focus{

border-color: #333;
background:#fff;

}

.com_info {
	width: 600px;
	margin: 10px auto;
	text-align: center;
}

.wrapper {
	width: 970px;
	margin: 10px auto;
	min-height: 350px;
}

.header { font-size:18px; text-decoration:underline; padding:5px; }

.navigation {
	float:left;
	margin-right:40px;
	padding:15px;
	background-color:#DDDDDD;
	height:325px;
	font-size: 14px;
}

.navigation a{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.navigation a:hover {
	text-decoration: underline;
}

#stop_bar {
	display: none;
	width:61px;
	height: 61px;
}

#play_bar {
	width: 61px;
	height: 61px;
}

.player
{

	background: url('../images/player_tile.png') repeat-x;
	background-position: center 21px;
	height: 90px;
	display: block;

}

.play-bar {
	background: url('../images/player.png') no-repeat center;
	height: 108px;
}

.play-bar a, .play-bar a:hover {
	text-decoration:none;
}

.background_ply {
	width: 100%;
	background:url("images/player2.png");
}
