/* Columns */
div.grey-col div{
	background:#F6F6F6;
	padding:10px;
}

/* Login form */
p.submit-login-form{
	text-align:center;
}
p.forgot-password{
	margin-top:20px;
	font-size:95%;
	background:#fff;
	margin-bottom:10px;
	border:1px solid #ddd;
	padding:5px;
}
p.forgot-password span{
	padding-left:20px;background:transparent url("../images/icons/icon_alert.gif") no-repeat left center;
}
input.gradient_field{
	width:250px;
	padding:5px;
	margin-bottom:5px;
	font-size:120%;
	color:#5f5f5f;
	background:#fff url("../images/gradient-survey.jpg") repeat-x;
	border:1px solid #ccc;
}
input.gradient_field:focus{
	border:1px solid #9F9F9F;
}


/* Register column */
div#register-column{
	padding:10px 20px 0 20px;
}
div#register-column ul#features{ margin:20px 20px 30px 20px !important; color:#4F4F4F; }
div#register-column ul#features li{ list-style-image: url("../images/icons/bullet_why_register.jpg") !important; margin:7px 0; border-bottom:1px dashed #DFDFDF; padding-bottom:7px; }

a#register-account{ width:147px; height:41px; background:transparent url("../images/buttons/btn_register-account.jpg") no-repeat; display:block; text-indent:-999999px; }
div#register-column p.description{ font-size: 110%; padding-left:74px; background:transparent url("../images/icons/user_64.png") no-repeat left center; min-height:64px;height:auto !important; color:#4F4F4F; }
