/**
* @author: Martin Prado @ 11-19-2008
* CSS LinkVolt for Login
*/

.login {
	background: url('../../images/login/idealogin_bg.gif') left top no-repeat;
	width: 214px;
	height: 212px;
	padding: 70px 23px 0pt 23px;
	position: relative;
}

.login label, .login input{
	width: 100%;
	float: left;
}

.login br  {
	clear: both;
}

.login label {
	font-weight: bold;
}

.login input{
	border: none;
	padding: 7px 3px ; 
}

.login .forgot {
	float: right;
	margin: 5px 0pt;
}
.login  img {
	border: none;
}

.login  .log {
	background: url('../../images/login/loginbutton.gif') no-repeat left top;
	width: 62px;
	height: 25px;
}
		
.login .new {
	color: #676362;
	font-size: 14px;
	font-weight: bold;
	width:186px;
	bottom: 30px;
	position: absolute;
}

.new p{
	margin: 0pt;
}

.new p a{
	color: #419F13;
	text-decoration: none;
}

.newUser.login {
			background: url('../../images/login/bg.gif') left top no-repeat;
			width: 214px;
			height: 424px;
			padding: 70px 23px 0pt 23px;
			position: relative;
		}

.login.forg .new { 
			width: 216px;
			font-size: 12px;
		}
.login.forg {
			background: url('../../images/login/forgot_password_bg.gif') left top no-repeat;
			width: 214px;
			height: 222px;
			padding: 70px 23px 0pt 23px;
			position: relative;
		}