/*

############################################################

	* Origin:		Insight CSMS
	* Name:			general_login.css
	* Description:	Login page style
	* Autor:		Piotr Dziembor, Telappliant Ltd.
	* Version:		1.0
	* Modified:		--:-- --/--/2007
	* Copyright:	Telappliant Ltd.

############################################################

*/


/*										GENERAL LOGIN STYLES */

body {
	margin: 0;
	padding: 0;
	background-color: #f6f6f6;
	color: #333;
	}

.login_conteiner {
	margin: 12% auto 0 auto;
	width: 516px;
	height: 363px;
	background: url('/images/epbx/bg_login.gif') transparent no-repeat;
	}

.login_form {
	position: relative;
	top: 190px;
	left: 72px;
	}

.login_form .opname input, .login_form .passwd input {
	width: 266px;
	border: 1px solid #ccc;
	background-color: #fff;
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #333;
	padding: 4px 8px;
	}

.opname {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #333;
	font-weight: bold;
	padding-bottom: 16px;
	}

.passwd {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #333;
	font-weight: bold;
	margin-left: 3px;
	}

.fgpass {
	font-family: Tahoma;
	font-size: 11px;
	padding-top: 4px;
	margin-left: 245px;
	}

.fgpass a {
	font-family: Tahoma;
	font-size: 11px;
	color:  #7abb01;
	text-decoration: underline;
	}

.fgpass a:hover {
	font-family: Tahoma;
	font-size: 11px;
	color:  #333;
	text-decoration: none;
	}

.logbtn {
	margin-top: 24px;
	margin-left: 196px;
	}

.footer {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333;
	padding-left: 230px;
	padding-top: 5px;
	margin: 0% auto 0 auto;
	width: 516px;
	}

.footer a {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333;
	text-decoration: none;
	}

.footer a:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333;
	text-decoration: underline;
	}
