/**
 * The contents of this is (c) 2008 - 2009
 * Digital Media Center Gmbh/Embitel
 * All Rights Reserved
 * 
 * CSS Document for Eldess Visitors
 * 
 * @package		Eldess
 * @subpackage 	Customize
 * @access		public
 * @copyright	(c) 2008-2009 Digital Media	Center GmbH, all rights reserved
 * @author		Anand Philip <anand.ph@embitel.com> 
 * @since 		09 Jan 2009, Eldess Release 4b
 */

@charset "utf-8";
/* CSS Document */

/*#### CSS For Forgot Username and Password ####*/

.login_usernam {	
	border:1px solid #CACACA;
	float:left;
	font-family:Trebuchet MS;
	margin-left:5px;
	width:590px;
}

.login_label {	
	background-color:#BED1EB;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	font-weight:bold;
	height:30px;
	width:588px;	
}

#login_label_cont {
	font-size:14px;
	font-weight:bold;
	margin-left:10px;
	color:#3B75A4;
	line-height:30px;	
}

.login_content {
	margin-left:10px;
	font-size:13px;
	margin-bottom:10px;	
	line-height:18px;
	margin-right:7px;	
}

.login_content_label {
	float:left;
	width:100px;
	height:40px;
}

.login_content_text {
	float:left;
	width:100px;
	height:40px;
}

.login_spacing {
	margin-top:10px;
}

.button_register {
	margin-left:101px;	
	background-color:#5A8BCD;
	border:1px solid black;
	color:#FFFFFF;
	font-family:Trebuchet MS;
	font-weight:bold;
	height:25px;
	padding-bottom:2px;
	width:70px;
}

