/* Code copyright Mountain Graphics Inc and Cindy Massolin.  Not to be used without prior written permission.  License for use of this code is for this one web site only
Light My Fire Document - copyright Mountain Graphics Inc
This code is the property of Mountain Graphics Inc and Cindy Massolin.
It is authorized for one site license for the site created by Mountain Graphics Inc. 
It cannot be sold or used on ANY other site without obtaining a second site license and thru written permission of Cindy Massolin*/
/* order_form CSS file */


.order	{
	margin-top: 0px;
	float: left;
}

.order h2	{
	font-size: 16px;
	font-family:Georgia, Times New Roman, Times, serif;
	font-style: italic;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}

.order p	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: left;
	line-height: 1.5em;
	font-weight: normal;
	font-size: 12px;
}

.orderbutton	{
	font-size: 18px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: italic;
	font-weight: bold;
	width: 57px;
	padding: 0px; 
	
	margin-bottom: 10px;
}

#Rform {
	margin-top: 0px;
/*	width: 389px;
*/	height: px;
	text-align: left; 
	font-size: .5em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
.form {
	border:groove; 	
	background-color:#CCCCCC;
	color:#333333;
	padding: 2px; 
}

#Rform a:link {
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color:#023B22;
}

#Rform a:visited {
	font-weight: bold;
	text-decoration: none;
	color: rgb(12,10,83);
}

#Rform a:hover {
	font-weight: bold;
	text-decoration: none;
	color: rgb(128,101,94);
}

#Rform a:active {
	font-weight: bold;
	text-decoration: none;	
	color: #999;
}

#Rform li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left:0px;
}


.buttons	{
	margin-left: 58px;
}


