/*******************/
/*** FORM STYLES ***/
/*******************/
select {
	margin: 0px;
	padding: 0px;
}

select#customer_id, select#make_id, select#model_id, select#province, select#location_id {
	height: 20px;
	line-height: 20px;
}

/*************/
/* ADD DATA */
/*************/
form#add {
	width: 320px;
}

#add input.text {
	width: 147px;
}

#add textarea.comment {
	height: 50px;
	width: 147px;
}

#add input.button {
	height: 22px;
	line-height: 22px;
	text-align: center;
	width: 60px;
}

#add select {
	width: 151px;
}

#add td {
	height: 20px;
	vertical-align: top;
}

#add input.text:focus {
	background: #F0E68C;
}

#add textarea:focus {
	background: #F0E68C;
}

#add select:focus {
	background: #F0E68C;
}

#add td.calendarDateInput {
	background: transparent;
	font-family: Tahoma, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	height: 18px;
	line-height: normal;
	letter-spacing: normal;
	width: 18px;
}

#add select.calendarDateInput {
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: .06em;
	width: 52px;
}

#add input.calendarDateInput {
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: .06em;
	width: 40px;
}

#add div.locInfo {
	background: #F0E68C;
	border: 1px solid #000000;
	height: 30px;
	margin: 0px 3px 2px 0px;
	padding: 0px 0px 0px 4px;
	width: 128px;
}


/*************/
/* EDIT DATA */
/*************/
form#edit {
	float: left;
	position: relative;
	width: 350px;
}

#edit input.text {
	width: 150px;
}

#edit textarea {
	width: 150px;
}

#edit textarea.comment {
	height: 50px;
}

#edit input.button {
	height: 22px;
	line-height: 22px;
	text-align: center;
	width: 60px;
}

#edit select {
	width: 52px;
}

#edit td {
	height: 20px;
	vertical-align: top;
}

#edit input.text:focus {
	background: #F0E68C;
}

#edit textarea:focus {
	background: #F0E68C;
}

#edit select:focus {
	background: #F0E68C;
}

#edit td.calendarDateInput {
	background: transparent;
	font-family: Tahoma, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	height: 18px;
	line-height: normal;
	letter-spacing: normal;
	width: 18px;
}

#edit select.calendarDateInput {
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: .06em;
	width: 52px;
}

#edit input.calendarDateInput {
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: .06em;
	width: 40px;
}

#edit div.locInfo {
	background: #F0E68C;
	border: 1px solid #000000;
	height: 45px;
	margin: 0px 3px 2px 0px;
	padding: 0px 0px 0px 4px;
	width: 128px;
}

/**********/
/* FILTER */
/**********/
form#filter {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	//height: 85px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#filter td {
	background: #C0C0C0;
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	width: 102.15px;
}

#filter input {
	font-size: 12px;
	text-align: left;
	width: 80px;
}

#filter input.class2 {
	font-size: 12px;
	width: 60px;
}

#filter input.class3 {
	font-size: 12px;
	text-align: left;
	width: 80px;
}

#filter input.submit {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#filter select {
	font-size: 12px;
	width: 85px;
}

#filter td.calendarDateInput {
	background: transparent;
	font-family: Tahoma, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	height: 18px;
	line-height: normal;
	letter-spacing: normal;
	width: 18px;
}

#filter select.calendarDateInput {
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: .06em;
	width: 52px;
}

#filter input.calendarDateInput {
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: .06em;
	width: 40px;
}

#filter div.locInfo {
	background: #F0E68C;
	border: 1px solid #000000;
	font-size: 9px;
	line-height: 11px;
	height: 22px;
	margin: 0px 0px 2px 18px;
	padding: 0px 0px 0px 0px;
	width: 83px;
}