
/*
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; 

}

#centerBoxActionCenter {
	font-family: Georgia, Arial, Times New Roman;
	width: 100%;
	color: #fff;
	background-color: #000; 		
}

#centerBoxActionCenter a{
	font-family: Georgia, Arial, Times New Roman;
	width: 100%;
	color: #fff;
	background-color: #000; 		
}

#centerBoxActionCenterTitle {
	font-size: 14pt;
	color: #fff;
	background-color: #000; 		
}

#ourComment {
	background-color: #464646; 
	width: 80%;
	float: left;
	padding: 2px 10px;
	-webkit-border-radius: 0px 10px;
	-moz-border-radius: 0px 10px;
	-0-border-radius: 0px 10px;
	border-radius: 0px 10px;
	border-bottom: dotted #D1D1D1;
}

#visitorComment {
	background-color: #686868; 
	width: 80%;
	float: right;
	padding: 2px 10px;
	-webkit-border-radius: 0px 10px;
	-moz-border-radius: 0px 10px;
	-0-border-radius: 0px 10px;
	border-radius: 0px 10px;
	border-bottom: dotted #D1D1D1;
}

#actionArea {
	background-color: #686868; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-0-border-radius: 10px;
	border-radius: 10px;
}


/*
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;
}


