.account_request_form_bg
{
	position: relative;
	background-image: url(../images/login_register_form.png);
	top: 30px;
	width: 363px;
	height: 205px;
}

.account_request_form
{
	background-color: transparent;
	border: none;
}

#account_request_name
{
	position: absolute;
	top: 35px;
	left: 85px;
	height: 14px;
	width: 265px;
	border: none;
}

#account_request_firstname
{
	position: absolute;
	top: 60px;
	left: 85px;
	height: 14px;
	width: 265px;
	border: none;
}

#account_request_email
{
	position: absolute;
	top: 84px;
	left: 85px;
	height: 14px;
	width: 265px;
	border: none;
}

#account_request_company
{
	position: absolute;
	top: 107px;
	left: 85px;
	height: 14px;
	width: 265px;
	border: none;
}

.account_request_right_col
{
	position: relative;
}

.account_request_button
{
	position: absolute;
	width: 65px;
	height: 65px;
	top: 138px;
	left: 175px;
	cursor: pointer;
}

.account_request_form_login_bg
{
	position: relative;
	background-image: url(../images/login_form.png);
	top: 30px;
	width: 374px;
	height: 162px;
}

#account_request_login
{
	position: absolute;
	top: 34px;
	left: 98px;
	height: 14px;
	width: 265px;
	border: none;
	background-color: transparent;
}
#account_request_pass
{
	position: absolute;
	top: 58px;
	left: 98px;
	height: 14px;
	width: 265px;border: none;
	background-color: transparent;
}

.account_request_login_button
{
	position: absolute;
	width: 65px;
	height: 65px;
	top: 88px;
	left: 185px;
	cursor: pointer;
}