* {
	padding: 0;
	margin: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	background-color: #cccc66;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-size: 10px;
}

#mc {
	background-color: #cccc66;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#header {
	background-color: #cccc66;
	min-height: 114px;
	height: 114px;
	position: relative;
}

#header_links {
	position: absolute;
	right: 15%;
	bottom: 0px;
}

#header_links a {
	float: right;
	margin-left: 0.5em;
	font-size: 1.4em;
	font-weight: bold;
	font-family: monospace;
	word-spacing: -2px;
	letter-spacing: normal;
	color: #666699;
	text-decoration: none;
	text-align: right;
}

#header_links a:hover {
	color: #339900;
}

#content {
	min-height: 453px;
	height: 453px;
	background-color: #DFE7D3;
	background-image: url("background.png");
	background-attachment: scroll;
	background-repeat: repeat-x;
	position: relative;
}

#footer {
	color: #3b4e02;
	font-weight: bold;
	font-size: 1em;
	background-color: #cccc66;
	min-height: 70px;
}

#input_code {
	font-size: 1.2em;
	font-weight: bold;
	position: absolute;
	top: 250px;
	left: 200px;
	background-color: #989933;
	color: #DFE7D3;
	padding: 10px;
	text-align: left;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

#input_code form {
	background-color: inherit;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

#input_code form input {
	font-size: 1em;
	font-weight: bold;
	margin-top: 10px;
	color: #989933;
	padding: 2px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#logo {
	position: absolute;
	top: 50px;
	left: 15%;
	width: 220px;
	height: 70px;
	color: #656565;
	padding: 10px;
	z-index: 1;
}

#logo p {
	font-size: 1.4em;
	font-weight: normal;
	font-family: monospace;
	word-spacing: -4px;
	letter-spacing: normal;
	color: black;
	width: inherit;
	float: left;
	text-align: justify;
	max-width: 300px;
}

#logo #subtext {
	margin-top: 10px;
	font-size: 1.4em;
	text-align: left;
	width: 200%;
	word-spacing: normal;
}

#media_platform {
	float: right;
	position: relative;
	right: 2px;
	margin-bottom: 3px;
}

#live {
	float: left;
	position: relative;
	top: 13px;
}

#looq {
	float: right;
}

#photos {
	position: relative;
	top: 50px;
	left: 10%;
	z-index: 0;
}

.popup {
	position: absolute;
	top: 10%;
	right: 15%;
	height:60%;
	width: 35%;
	z-index: 2;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: black;
	visibility: hidden;
}

.popuptext {
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	z-index: 3;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: black;
	overflow: auto;
}

.popuptext p {
	text-align: left;
	font-size: 1.4em;
	margin-bottom: 0.5em;
}

.transpopup {
	position: absolute;
	width: 100%;
	height: 100%;
	filter: alpha(opacity = 30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	background-color: #339900;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	z-index: 1;
}

.close_popup {
	z-index: 4;
	position: absolute;
	top: -5px;
	right: -5px;
	background-color: gray;
	color: white;
}

.close_popup a {
	font-size: 1.5em;
	font-weight: bold;
	font-family: monospace;
	word-spacing: normal;
	letter-spacing: normal;
	color: #666699;
	text-decoration: none;
	text-align: right;
}

.login_trans {
	position: absolute;
	top: 0;
	left: 0;
	background-color: gray;
	height: 100%;
	width: 100%;
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	z-index: 1;
}

.login_container {
	position: absolute;
	top: 250px;
	left: 15%;
	width: 300px;
	height: 120px;
	z-index: 1;
	color: white;
	text-align: center;
	font-size : 1.2em;
	font-family: monospace;
}

.login_container p {
	text-align: left;
}

.login_form {
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	z-index: 5;
}

.login_form label {
	width: 7em;
	text-align: right;
	float: left;
	margin-right: 0.5em;
}

.login_form input {
	font-family: monospace;
	font-size: 1.1em;
	letter-spacing: 1px;
	color: gray;
	margin-bottom: 5px;
	padding: 2px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.login_form textarea {
	font-family: monospace;
	font-size: 1.1em;
	letter-spacing: 1px;
	color: gray;
	margin-bottom: 5px;
	padding: 2px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 100%;
}

.login_form input[type=submit] {
	margin: 0px;
	width: 6em;
	color: white;
	background-color: #339900;
}

.login_form input[type=submit]:HOVER {
	background-color: #666699;
}

.feedbackPanel {
	background: transparent;
	position: relative;
	top: 0px;
	left: 0px;
	list-style-type: none;
}

.feedbackPanelERROR {
	background: transparent;
	position: relative;
	top: 0px;
	left: 0px;
	color: red;
}

.login_feedback {
	
}

.locker_ico {
	position: absolute;
	bottom: -30px;
	right: -30px;
	z-index: 5;
}

.registration_page {
	font-size: 2em;
	font-weight: bold;
	padding: 30px;
}
