div.crm_form
{
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	width: 348px;
	margin:0px;
}
div.crm_form div.bkg1
{
	background: url("../_img/bkg_login_gradient.png") repeat-x center bottom;
}
div.crm_form div.bkg2
{
	background: url("../_img/bkg_login_left.png") no-repeat left bottom;
}
div.crm_form div.bkg3
{
	background: url("../_img/bkg_login_right.png") no-repeat right bottom;
	padding: 10px 20px;
	display: block;
	width: 308px;
	height: 185px;/*158px*/
	overflow: hidden;
}
div.crm_form.varheight
{
	background: url("../../_img/calendar_tuindesit_top.png") repeat-x center top;
	padding-top: 6px;
	margin-top: 15px;
}
div.crm_form.varheight div.bkg1
{
	background: url("../../_img/calendar_tuindesit_bottom.png") repeat-x center bottom;
	padding-bottom: 6px;
}
div.crm_form.varheight div.bkg2
{
	background: #e0e4e5;
}
div.crm_form.varheight div.bkg3
{
	background: url("../../_img/calendar_tuindesit_container_gradient.png") repeat-x 0 0;
}
div.crm_form h4, div.crm_form button
{
	font-size: 17px;
	color: #6d6d6d;
	font-weight: normal;
}
div.crm_form h4
{
	margin: 23px 0px 0px 0px;
	padding: 0;
}

div.crm_form h4 strong
{
	font-weight: bold;
}
div.crm_form p
{
	margin-top: 10px;
	font-size: 11px;
}
div.crm_form button
{
	background-color: transparent;
	cursor: pointer;
	position: absolute;
	right: 20px;
	bottom: 20px;
	text-align:right;
	border:none;
}
div.crm_form a.forgot_password
{
	position: absolute;
	bottom: 25px;
	left: 20px;
	font-size: 10px;
	color: #6d6d6d;
	text-decoration: none;
}
div.crm_form a.register
{
	position: absolute;
	bottom: 7px;
	left: 20px;
	font-size: 10px;
	color: #6d6d6d;
	text-decoration: none;
}
div.crm_form form
{
	margin: 0px;
	padding: 0;
}
div.crm_form form fieldset
{
	border: 0;
	margin: 0;
	padding: 0;
	margin-top: 15px;
}
div.crm_form form ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div.crm_form form ul li
{
	height: 35px;
	margin: 0;
	padding: 0;
}
div.crm_form form label
{
	font-size: 11px;
	line-height: 20px;
	display: block;
	float: left;
	margin-top: 8px;
	width:70px;
	text-align:left;
}
div.crm_form form ul li input
{
	padding-top: 9px;
}

div.crm_form form ul li input
{
	display: block;
	height: 21px;
	font-size: 10px;
	line-height: 21px;
	padding: 4px 0;
	margin-left: 60px;
	background: url("../_img/bkg_login_textfields.png") no-repeat left center;
	border: 0;	
}
#password, #username
{
	background: url("../_img/bkg_login_textfields.png") no-repeat left center;
	width: 238px;
	height: 21px;
	border:0px;
	font-size: 10px;
	text-indent:5px;
}
