
/*
this is for the menu list down the left side of the page
*/

#camRequest, #camStatus {
	font-size: 8pt; 
	color: #00f;	
}

#requestLine, #requestStatus {
	font-size: 8pt; 
	color: #fff;	
}

#makeList {
	background-color: #ccc; 
}

#modelList {
	background-color: #bbb; 

}

#yearList {
	background-color: #aaa; 

}


/*
this is for the popup box for emailing the link to someone else
*/

#garageEmailPopup {
	font-family: Georgia, Arial, Times New Roman;
	font-size: 12px;
	list-style: none;
	padding: 13px 14px 13px 17px;
	position: relative;
	left: 455px;
	top: 20px;
	width:350px;
	z-index: 101;
	background: url(../burgundyGraphics/categoryFill.gif);
	border: 1px solid #000;
}

#emailStatus {
	color: red;
}

