﻿/* CSS by <bb> bouncingbytes.at © 2009 */
/* global styles and definitions for embedded site */
html,body {
	margin: 0;
	padding: 0;
}

.login_wrapper {
	/*width: 100%;
	overflow:hidden;*/
}

.user_submit_btn {
	background-image: url("../images/enter_btn.png");
	background-repeat: no-repeat;
	width: 57px;
	height: 23px;
	float: left;
	/*margin-top: 2px;*/
	margin: 4px 0 5px 0;
	text-decoration: none;
}

.inputfield {
	border: solid;
	border-width: 1px;
	border-color: #2c3183;
	height: 19px;
	width: 182px;
	/*float: left;*/
	margin-right: 3px;
	margin-top: 3px;
	color:#2C3183;
	font-size: 9px;
}

#username_input .inputfield, #password_input .inputfield {
	color:#999999;
	font-size: 9px;
}

#user_text{
	font-family: "Lucida Grande", Geneva, Helvetica, arial, "sans serif";
	font-weight: normal;
	font-size: 12px;  
	color: #2c3183;
	margin-top: 0;
}

#reg_pass_wrapper {
	float: right;
}

#login_form {
	float: left;
	margin:0;
}

#login_form p {
	margin: 2px 0 0 2px;
}

.text_small {
}

.text_small p{
	margin: 0px;
	font-size:10px;
	font-weight:normal;
}

.text_small a{
	font-family: "Lucida Grande", Geneva, Helvetica, arial, "sans serif";
	font-weight: normal; 
	font-size: 10px;  
	color: #2c3183;
	text-decoration: none;
}

#logout_text {
	font-size: 10px;
	font-weight: normal;
	/*margin-left: 10px;*/
}

#logout_text a {
	font-family: "Lucida Grande", Geneva, Helvetica, arial, "sans serif";
	font-weight: bold; 
	font-size: 11px;  
	color: #2c3183;
	text-decoration: none;
}

#stats_box_table {
	font-family: "Lucida Grande", Geneva, Helvetica, arial, "sans serif";
	font-size: 11px;
	font-weight: normal;
}

#stats_box_table a {
	font-family: "Lucida Grande", Geneva, Helvetica, arial, "sans serif";
	font-weight: bold; 
	font-size: 11px;  
	color: #2c3183;
	text-decoration: none;	
}
