body {
	background-image:url('/images/application/login/background.png');
	background-repeat:repeat-x;
/*	background-image:url('/images/backgrounds/background_2.png');
	background-repeat:repeat-y;*/
	background-color:#000;
	color:#eee;
	font-family: Calibri, "Myriad Pro", Helvetica, "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	font-size:0.8em;
	height:100%;
}

h3 {
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
}




div.lightbox_content{
	position:absolute;
	text-align:right;
	z-index:1001;
	padding: 10px;
	border:5px solid white;
	opacity:1;
	text-align:right;
	background-color:#000;
}

div#request_panel{
	top:200px;
	left:50%;
	margin-left:-250px;
	width:500px;
}

div#demo_panel{
	top:50px;
	left:50%;
	margin-left:-300px;
	width:600px;
}


img.close_button{
	position:relative;
	top:-24px;
	right:-24px;
}

div#lightbox_panel{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color:#000;
	z-index:1000;
	opacity:0.5;
}

a.black, a.black:visited {
	color:black;
}

a, a:visited {
	color:#ddd;
	border: none;
}
a:hover{
	text-decoration:underline;
}

a img {
	border: none;
}

img.network {
	float:left;
	margin:2px;
}

span.tiny{
	font-size:0.9em;
}

#legal{
	position:absolute;
	bottom:2px;
	left:2px;
}

#login{
	margin-top:80px;
	margin-bottom:0px;
}

#loginBox{
	height:360px;
	background-image:url('/images/application/login/loginBoxBackground.png');
	background-repeat:repeat-x;
	background-color:#999;
	text-align:center;

}

#login_form{
	margin-top:20px;
	color:#000;
}


.bottom_content{
	padding:10px 5px 10px 10px;
}



/*** Hack Alert! to make the text line up properly. Probably not the best way to accomplish this ***/
#bottom_left img {
	padding-bottom: 35px;
}

#bottom_right{
	float:left;
	width:200px;
}

#bottom_left{
	width:260px;
	float:left;
}

#bottom_middle{
	float:left;
	width:260px;
}

div.reflection{
	height:120px;
	margin-top:10px;
	background-image:url('/images/application/login/shadowBackground.png');
	background-repeat:repeat-x;
	background-color:#000;
	color:#fff;
}

#detailsBox {
	margin: 1em 1em 1em 1em;
}

#notice_container{
	position:absolute;
	top:0;
	left:0;
	width:100%;
}

#notice{
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	padding:10px 5px 10px 5px;
	width:610px;
	background-color:#4a4;
	border:2px solid green;
	opacity:0.9;
}

#error_container{
	position:absolute;
	top:0;
	left:0;
	width:100%;
}

#error{
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	padding:10px 5px 10px 5px;
	width:610px;
	background-color:#a44;
	border:2px solid red;
	opacity:0.9;
}

.matygo_textfield, .matygo_textfield_placeholder {
	border: 1px solid #999;
	color: #000000;
	padding: 2px 2px 2px 2px;
	font-size:17px;
	margin: 10px;
	vertical-align: middle;
	background-image:url('/images/template/text_field_background.png');
	background-repeat:repeat-x;
}

.matygo_textfield_placeholder{
	color: #aaa;
}

.matygo_submit {
	border: 1px solid #999;
	padding: 2px 10px 2px 10px;
	width:100px;
	font-size:17px;
	height:27px;
	vertical-align: middle;
	background-image:url('/images/template/text_field_background.png');
	background-repeat:repeat-x;	
}

.matygo_form {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.videothumb{
    width: 210px;
}

#videowrapper {
    background-color: black;
    padding: 5px;
}
