﻿/*
Classes are preceeded by "r_" to avoid
conflicts with classes from other css files.
The "r_" stands for "register"
*/ 
#r_control {
	position: absolute;
	width: 414px;
	height: 297px;
	left: 528px;
	top: 250px;
	background-color: #E5E8DD;
}

#r_first_name {
	position: absolute;
	width: 180px;
	height: 30px;
	z-index: 10;
	left: 20px;
	top: 10px;
}
#r_last_name {
	position: absolute;
	width: 180px;
	height: 30px;
	z-index: 12;
	left: 212px;
	top: 10px;
}
#r_email_address {
	position: absolute;
	width: 180px;
	height: 30px;
	z-index: 13;
	left: 20px;
	top: 80px;
}
#r_contact_number {
	position: absolute;
	width: 180px;
	height: 30px;
	z-index: 14;
	left: 212px;
	top: 80px;
}
#r_apartment_size {
	position: absolute;
	width: 180px;
	height: 30px;
	z-index: 15;
	left: 20px;
	top: 140px;
}
#r_desired_area {
	position: absolute;
	width: 180px;
	height: 30px;
	z-index: 16;
	left: 212px;
	top: 140px;
}
#r_anticipated_movedate {
	position: absolute;
	width: 180px;
	height: 30px;
	z-index: 17;
	left: 20px;
	top: 200px;
}
#r_metro_area {
	position: absolute;
	width: 180px;
	height: 30px;
	z-index: 18;
	left: 212px;
	top: 200px;
}
#r_btn_register {
	position: absolute;
	width: 82px;
	height: 27px;
	z-index: 19;
	left: 290px;
	top: 260px;
}