/* CSS Document */

body {
margin:0px;
}

a:link, a:visited {
	color:#000000;
	text-decoration: underline;
}

a:hover {
	color: #00CCFF;
	text-decoration: none;
}

a img {
  border: none;/*remove border for linked images*/
}

h1 {
	font-size: 1.6em;
	height: 20px;
	padding-top: 0;
}

h2{
	font-size: 1.2em;
	height: 20px;
	padding-top: 0;
}

.highlight {background-color:#FF9D9D;border-bottom:#F30 1px solid;border-top:#F30 1px solid;padding: 4px 10px}

/***** Main Layout ****/
#container {
  	width: 100%;
  	height: 100%;
  	text-align: center;/* IE fix to center the page */
	  	font: 85%/0.9 arial, helvetica, sans-serif;
  	line-height: 130%;
  	width: 100%;
  	min-width: 970px;
  	color: black;
}

#content {
  	width: 740px;
  	margin: 0 auto;/* center the page in Firefox */
  	text-align: left;
	padding: 20px;
}
#streaming_login label {
width: 70px !important;
text-align: left;

}
#streaming_login input[type^="text"],input[type^="password"] {
border: 1px solid #000000;
background-color:#FFFFFF;
color:#000000;
width:180px;
height: 16px;
font-size: 12px;
padding: 2px;
}
#streaming_login input[type^="submit"] {
 -border-radius: 4px;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 -o-border-radius: 4px;
 border: 1px solid #000;
 background-color: #272727;
 font-weight: 700;
 width: 80px;
 text-align: center;
 padding: 2px 0px;
 color:#000000;
}
#streaming_login input[type^="submit"]:hover {
 background-color: #fff;
 color: #000;
 border: 1px solid #fff;
}
